-
Notifications
You must be signed in to change notification settings - Fork 6
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-12 | MAIN --> PROD | DEV (5c80211) --> STAGING #4380
Commits on Oct 9, 2024
-
Maintenance mode toggle (#4365)
* Initial commit for maintenance middleware - Created new `settings.py` variable: `MAINTENANCE`. Defaulted to false. - Created new middleware class `MaintenanceCheck` that is ran on every request. Currently the redirect URL is a placeholder, but it is expected to redirect to a new maintenance template once that is ready for implementation. * S3 Maintenance Toggle - New management command: `maintenance_mode`. This command must receive an `--on` or `--off` flag to trigger. - When maintenance mode is active, a file will exist in the `/runtime` folder of the root directory in S3. So long as this flag exists, all users will be redirected to a 500 error screen (`/maintenance` is the slug) when trying to use/navigate the website. * Update maintenance_mode.py Removed unnecessary logs. * Linting * Introduce 503 response instead of 500
Configuration menu - View commit details
-
Copy full SHA for ad9a04d - Browse repository at this point
Copy the full SHA ad9a04dView commit details
Commits on Oct 10, 2024
-
NPM Dependency Updates 10/09/2024 (#4369)
* Bump cypress from 13.14.2 to 13.15.0 in /backend Bumps [cypress](https://github.com/cypress-io/cypress) from 13.14.2 to 13.15.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v13.14.2...v13.15.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @babel/eslint-parser from 7.25.1 to 7.25.7 in /backend Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.25.1 to 7.25.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.7/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump eslint from 9.11.1 to 9.12.0 in /backend Bumps [eslint](https://github.com/eslint/eslint) from 9.11.1 to 9.12.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.11.1...v9.12.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @uswds/uswds from 3.8.2 to 3.9.0 in /backend Bumps [@uswds/uswds](https://github.com/uswds/uswds) from 3.8.2 to 3.9.0. - [Release notes](https://github.com/uswds/uswds/releases) - [Commits](uswds/uswds@v3.8.2...v3.9.0) --- updated-dependencies: - dependency-name: "@uswds/uswds" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @eslint/js from 9.11.1 to 9.12.0 in /backend Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.11.1 to 9.12.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.12.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e7ad09c - Browse repository at this point
Copy the full SHA e7ad09cView commit details
Commits on Oct 11, 2024
-
* Bump trivy to 0.25.0 * Bump to 0.26.0
Configuration menu - View commit details
-
Copy full SHA for 6a910ec - Browse repository at this point
Copy the full SHA 6a910ecView commit details -
Allowing users to delete audit editors (#4359)
* 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
Configuration menu - View commit details
-
Copy full SHA for ac78e19 - Browse repository at this point
Copy the full SHA ac78e19View commit details -
4326 automate conversion of workbooks to ir json and update test logic (
#4354) * #4326 Converted workbook fixtures into json fixtures * #4326 Updated logic to extract data from both xlsx and json files * #4326 Updated test cases * Added logic to convert xlsx files into json * Linting * #4326 Linting * #4326 bug fix * Updated fixture files to accomodate * Removed dead code
Configuration menu - View commit details
-
Copy full SHA for 5c80211 - Browse repository at this point
Copy the full SHA 5c80211View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.