Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024-10-16 | MAIN --> PROD | DEV (d3627f2) --> STAGING #4389

Merged
merged 3 commits into from
Oct 16, 2024
Merged

2024-10-16 | MAIN --> PROD | DEV (d3627f2) --> STAGING #4389

merged 3 commits into from
Oct 16, 2024

Commits on Oct 15, 2024

  1. Tweaking audit user management instructions (#4382)

    * Allowing users to remove editors
    
    * Better handling for users removing their own access
    
    * User management documentation
    
    * Lint
    
    * Lint
    
    * Unit tests
    
    * Lint
    
    * Lint
    
    * More 404 tests
    
    * Only editors can remove an editor
    
    * Moving RemoveEditorViewTests to its own file
    
    * Lint
    
    * Fixing test
    
    * Fixing Remove column
    
    * Test cleanup
    
    * Lint
    
    * Audit metadata fix
    
    * Fixing unit tests
    
    * Updating instructions
    
    * Tweaking instructions
    phildominguez-gsa authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5d66f8a View commit details
    Browse the repository at this point in the history
  2. Delete old replaced migrations (#4378)

    * Django FSM migration to Viewflow
    
    - Added new `django-viewflow` and `django-filter` dependencies to `requirements.txt`.
    - New file `viewflow.py` under `/audit/models/` which contains the FSM logic for transitioning an SAC.
    - Moved `STATUS` enumeration outside of the `SingleAuditChecklist` class. This required import/reference changes across many files and tests.
    - Removed references of old deprecated library `django-fsm`.
    - New migration to handle the changing the SAC's `submission_name` field to remove dependency on the deprecated `django-fsm`.
    
    * Git conflicts with #4292
    
    * Squash migrations
    
    * Remove django-fsm requirement
    
    * Update requirements.txt
    
    * Re-add django-fsm dependency
    
    This cannot be done until the migration squash is deployed to production.
    
    * Remove replaced migrations
    rnovak338 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8d59859 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3627f2 View commit details
    Browse the repository at this point in the history