-
Notifications
You must be signed in to change notification settings - Fork 5
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
2023-08-17 | MAIN --> PROD | DEV (f1fb29b) --> STAGING #1860
Conversation
* #1759 Added workbook template definition and schema validation for additional EINs * #1759 Added logic for reading data from additional EINs workbook and saving into db * #1759 Added test cases for Additional EINs workbook * #1759 Updated frontend refs * #1759 Regenerated output files * #1759 Django migration * #1759 Added Missing Workbook Output
* fullname * update assertions, shuffle the support functions * concise-ify * straggler * tern of phrase
* auditee info form server side validation * get UEI from form data * update pre-sac view test * lint. * make auditee info tests do something, mock sam call * fix error formatting
* replaced old workbook versions, edit workbook.js * Set default values for GHA --------- Co-authored-by: Alex Steel <[email protected]>
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Terraform plan for production Plan: 0 to add, 3 to change, 2 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
- destroy
Terraform will perform the following actions:
# module.production.cloudfoundry_app.postgrest will be updated in-place
~ resource "cloudfoundry_app" "postgrest" {
~ docker_image = "ghcr.io/gsa-tts/fac/postgrest@sha256:53acdb91a92d31d17020b6f60dc34ba47c454827cb59f814ede01fb539754247" -> "ghcr.io/gsa-tts/fac/postgrest@sha256:5cb1228f3d1fc6f3d0151a99180d11b38488c9dd7a2eafd95e9e309d3c2fd9e8"
~ environment = (sensitive value)
id = "70ac44be-3507-4867-a75f-c2d1ab12ee89"
~ id_bg = "************************************" -> (known after apply)
name = "postgrest"
# (12 unchanged attributes hidden)
# (1 unchanged block hidden)
}
# module.production.cloudfoundry_app.swagger will be destroyed
# (because cloudfoundry_app.swagger is not in configuration)
- resource "cloudfoundry_app" "swagger" {
- disk_quota = 256 -> null
- docker_image = "swaggerapi/swagger-ui:latest" -> null
- enable_ssh = true -> null
- environment = (sensitive value) -> null
- health_check_invocation_timeout = 0 -> null
- health_check_timeout = 0 -> null
- health_check_type = "process" -> null
- id = "3f83d812-318f-49ab-b853-8c8ddbf02718" -> null
- id_bg = "3f83d812-318f-49ab-b853-8c8ddbf02718" -> null
- instances = 2 -> null
- memory = 256 -> null
- name = "swagger" -> null
- ports = [] -> null
- space = "5593dba8-7023-49a5-bdbe-e809fe23edf9" -> null
- stopped = false -> null
- strategy = "rolling" -> null
- timeout = 20 -> null
- routes {
- port = 0 -> null
- route = "9f004253-79d9-4edb-b069-70b3a457e9b5" -> null
}
}
# module.production.cloudfoundry_route.swagger will be destroyed
# (because cloudfoundry_route.swagger is not in configuration)
- resource "cloudfoundry_route" "swagger" {
- domain = "50ba3f69-cd54-4963-9172-14f3334b479e" -> null
- endpoint = "fac-production-swagger.app.cloud.gov" -> null
- hostname = "fac-production-swagger" -> null
- id = "9f004253-79d9-4edb-b069-70b3a457e9b5" -> null
- space = "5593dba8-7023-49a5-bdbe-e809fe23edf9" -> null
}
# module.production.module.clamav.cloudfoundry_app.clamav_api will be updated in-place
~ resource "cloudfoundry_app" "clamav_api" {
~ docker_image = "ghcr.io/gsa-tts/fac/clamav@sha256:0f54c4b052f7dfdc2a0c5ef28bcada6c296882932859e29588818b9644e00412" -> "ghcr.io/gsa-tts/fac/clamav@sha256:a1182cf2dbf596260fa7d7a2c996338a76de8f14d3b2a5b558bcbad10ec1e9a6"
id = "5d0afa4f-527b-472a-8671-79a60335417f"
name = "fac-av-production"
# (14 unchanged attributes hidden)
# (1 unchanged block hidden)
}
# module.production.module.https-proxy.cloudfoundry_app.egress_app will be updated in-place
~ resource "cloudfoundry_app" "egress_app" {
id = "5e81ca8b-99cf-41f8-ae42-76652d51a44c"
name = "https-proxy"
~ source_code_hash = "9fcf4a7f6abfc9a220de2b8bb97591ab490a271ac0933b984f606f645319e1a4" -> "9b63bf9766c73480bf1c2385e259b1321988ede71a7b68ebe5c451d9ff6bf1c1"
# (18 unchanged attributes hidden)
# (1 unchanged block hidden)
}
Plan: 0 to add, 3 to change, 2 to destroy. 📝 Plan generated in Pull Request Checks #527 |
Terraform plan for staging No changes. Your infrastructure matches the configuration.
✅ Plan applied in Deploy to Staging Environment #19 |
This is an auto-generated pull request to merge main into prod for a staging release on 2023-08-17 with the last commit being merged as f1fb29b