-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3550 from GSA-TTS/main
- Loading branch information
Showing
64 changed files
with
92,025 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: Run the Materialize Views Django Function | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
environment: | ||
required: true | ||
type: choice | ||
description: The environment the workflow should run on. | ||
options: | ||
- dev | ||
- staging | ||
- preview | ||
- production | ||
|
||
jobs: | ||
dispatch-materialize-views: | ||
if: ${{ github.event.inputs.environment != '' }} | ||
name: Run Materialize Views on ${{ inputs.environment }} | ||
runs-on: ubuntu-latest | ||
environment: ${{ inputs.environment }} | ||
env: | ||
space: ${{ inputs.environment }} | ||
steps: | ||
- name: Run Command | ||
uses: cloud-gov/cg-cli-tools@main | ||
with: | ||
cf_username: ${{ secrets.CF_USERNAME }} | ||
cf_password: ${{ secrets.CF_PASSWORD }} | ||
cf_org: gsa-tts-oros-fac | ||
cf_space: ${{ env.space }} | ||
command: cf run-task gsa-fac -k 2G -m 2G --name dispatch_create_materialized_views --command "python manage.py materialized_views --create" |
Binary file added
BIN
+963 KB
backend/audit/fixtures/workbooks/should_fail/audit-findings/award-refs-of-mixed-lengths.xlsx
Binary file not shown.
Binary file added
BIN
+1.39 MB
backend/audit/fixtures/workbooks/should_fail/federal-awards/award-refs-of-mixed-lengths.xlsx
Binary file not shown.
Binary file added
BIN
+1.22 MB
backend/audit/fixtures/workbooks/should_fail/federal-awards/award-refs-of-wrong-lengths.xlsx
Binary file not shown.
Binary file added
BIN
+62.2 KB
...udit/fixtures/workbooks/should_pass/100010-22-award-ref-len-5/additional-eins-100010.xlsx
Binary file not shown.
Binary file added
BIN
+62.2 KB
...udit/fixtures/workbooks/should_pass/100010-22-award-ref-len-5/additional-ueis-100010.xlsx
Binary file not shown.
Binary file added
BIN
+944 KB
...audit/fixtures/workbooks/should_pass/100010-22-award-ref-len-5/audit-findings-100010.xlsx
Binary file not shown.
Binary file added
BIN
+98.3 KB
.../fixtures/workbooks/should_pass/100010-22-award-ref-len-5/audit-findings-text-100010.xlsx
Binary file not shown.
Binary file added
BIN
+98.3 KB
...xtures/workbooks/should_pass/100010-22-award-ref-len-5/corrective-action-plan-100010.xlsx
Binary file not shown.
Binary file added
BIN
+1.36 MB
...audit/fixtures/workbooks/should_pass/100010-22-award-ref-len-5/federal-awards-100010.xlsx
Binary file not shown.
Binary file added
BIN
+98.7 KB
.../audit/fixtures/workbooks/should_pass/100010-22-award-ref-len-5/notes-to-sefa-100010.xlsx
Binary file not shown.
Binary file added
BIN
+213 KB
...t/fixtures/workbooks/should_pass/100010-22-award-ref-len-5/secondary-auditors-100010.xlsx
Binary file not shown.
Oops, something went wrong.