-
Notifications
You must be signed in to change notification settings - Fork 10
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
Tribal Audit Consent Form #2238
Conversation
Terraform plan for meta No changes. Your infrastructure matches the configuration.
✅ Plan applied in Deploy to Development and Management Environment #256 |
Terraform plan for dev No changes. Your infrastructure matches the configuration.
✅ Plan applied in Deploy to Development and Management Environment #256 |
Minimum allowed coverage is Generated by 🐒 cobertura-action against 5223a81 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, great work!
Ez/2105 tribal audit submission cy
Regression tests run: https://github.com/GSA-TTS/FAC/actions/runs/6385288888 |
* Remove pre-release instructions from prod deploy notes (#2328) * Resume mocking SAM.gov call (#2360) We meant to mock this and when we changed to using requests.session we missed updating the mock call in api/test_views.py. This wasn't detected because the actual call to SAM.gov would work—until this week, when the larger volume of SAM.gov API calls from actual users as well as our tests pushed us past the rate limit. Co-authored-by: Tadhg O'Higgins <2626258+tadhg-ohiggins@users.noreply.github.com> * Tribal - sign out/in as auditee, then as auditor * Cypress - New regex for report_ids * Oops, committed a local JWT. * Change tribal audit to private and not in API --------- Co-authored-by: Dan Swick <daniel.swick@gsa.gov> Co-authored-by: Tadhg O'Higgins <2626258+tadhg-ohiggins@users.noreply.github.com> Co-authored-by: Edward Zapata <edward.zapata@gsa.gov>
Once more, with feeling: https://github.com/GSA-TTS/FAC/actions/runs/6395445013 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving to test on dev
despite some GitHub diff view oddities.
Tribal Audit Consent/Tribal Data Release Form
Issue: #2101
Changes:
/audit/tribal-data-release/REPORTID
submission_progress_check
or anything.How to test:
Screenshots:
Form:

Checklist:

PR checklist: submitters
main
into your branch shortly before creating the PR. (You should also be mergingmain
into your branch regularly during development.)PR checklist: reviewers
make docker-clean; make docker-first-run && docker compose up
; then rundocker compose exec web /bin/bash -c "python manage.py test"
The larger the PR, the stricter we should be about these points.