-
Notifications
You must be signed in to change notification settings - Fork 4
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
[WIP][backend] rename reports to data files #1159
Conversation
…tech/TANF-app into docs/1051-tdp-environments
Co-authored-by: Alex P. <63075587+ADPennington@users.noreply.github.com>
Bumps [eslint](https://github.com/eslint/eslint) from 7.30.0 to 7.31.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.30.0...v7.31.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [awscli](https://github.com/aws/aws-cli) from 1.20.0 to 1.20.1. - [Release notes](https://github.com/aws/aws-cli/releases) - [Changelog](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst) - [Commits](aws/aws-cli@1.20.0...1.20.1) --- updated-dependencies: - dependency-name: awscli dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ependabot-mass-merge/awscli-1.20.1 Bump awscli from 1.20.0 to 1.20.1 in /tdrs-backend
…frontend/dependabot-mass-merge/eslint-7.31.0 Bump eslint from 7.30.0 to 7.31.0 in /tdrs-frontend
Issue 1051: Add current environment docs and diagrams
Bumps [cypress](https://github.com/cypress-io/cypress) from 7.7.0 to 8.0.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](cypress-io/cypress@v7.7.0...v8.0.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [awscli](https://github.com/aws/aws-cli) from 1.20.1 to 1.20.2. - [Release notes](https://github.com/aws/aws-cli/releases) - [Changelog](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst) - [Commits](aws/aws-cli@1.20.1...1.20.2) --- updated-dependencies: - dependency-name: awscli dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ependabot-mass-merge/awscli-1.20.2 Bump awscli from 1.20.1 to 1.20.2 in /tdrs-backend
…frontend/dependabot-mass-merge/cypress-8.0.0 Bump cypress from 7.7.0 to 8.0.0 in /tdrs-frontend
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.0.0 to 8.2.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](cypress-io/cypress@v8.0.0...v8.2.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [awscli](https://github.com/aws/aws-cli) from 1.20.16 to 1.20.18. - [Release notes](https://github.com/aws/aws-cli/releases) - [Changelog](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst) - [Commits](aws/aws-cli@1.20.16...1.20.18) --- updated-dependencies: - dependency-name: awscli dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…aft-tdp-main/awscli-1.20.18 Bump awscli from 1.20.16 to 1.20.18 in /tdrs-backend
…nd/raft-tdp-main/cypress-8.2.0
…frontend/raft-tdp-main/cypress-8.2.0 Bump cypress from 8.0.0 to 8.2.0 in /tdrs-frontend
Issue 907: Add client-side Content Security Policy to mitigate XSS
Fix line ending inconsistencies for Zap Scan HTML Report markdown
…rated values in settings
…entry_content_type.py Co-authored-by: John Willis <jtwillis92@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #1159 +/- ##
==========================================
- Coverage 99.12% 98.14% -0.98%
==========================================
Files 32 38 +6
Lines 457 917 +460
Branches 28 42 +14
==========================================
+ Hits 453 900 +447
- Misses 3 12 +9
- Partials 1 5 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
…g-envs Issue 970: Refactor environment variable usage to utilize Django settings
Backend/755/rename reports
This looks to be invalid and was supersed by #1160 |
Summary of Changes
Resolves #755
How to Test
List the steps to test the PR
Deliverable 1: Accepted Features
As facilitator/product manager, @kniz-raft will decide if ACs are met from Raft's perspective.
Deliverable 2: Tested Code
Deliverable 3: Properly Styled Code
Deliverable 4: Accessible
Deliverable 5: Deployed
Deliverable 6: Documented
Deliverable 7: Secure