Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Anonymous Ticket Portal Anonymous Ticket Portal
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • TPA
  • Anonymous Ticket PortalAnonymous Ticket Portal
  • Merge requests
  • !2

Refactoring Models

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged MariaV requested to merge refactor_models into master Dec 08, 2020
  • Overview 0
  • Commits 6
  • Pipelines 0
  • Changes 11
Refactored models per synch convo, in preparation for future changes.
  • Added new model, AnonUser
  • Added AnonUser Foreign Key to issue model
  • Dumped and created database and migrations (This was necessary due to my mistake - I initially named the AnonUser (User), which in retrospect, wasn't great, as Django already has a Model.User - and this wound up really messing up the database.)
  • Created a new AnonUser, "testtesttesttesttest"
  • Set Issue.AnonUser default to "testtesttesttesttest" (non nullable field, needed a value)
  • Makemigrations/migrate
  • Ranserver and tested ID lookup view and admin view.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: refactor_models