-
Notifications
You must be signed in to change notification settings - Fork 7
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-11-29 | MAIN --> PROD | DEV (6bb2530) --> STAGING #2892
Conversation
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
* #2861 Update model mappings tfor federal awards worbook creation * #Refactor code to make it more re-usable * #2861 Code improvement * #2861 More util functions and tests * #2861 Generate workbooks to ensure the updated code is still working as expected * Linting * #2861 Regenerated workbooks to only include dbkeys that are available in census table * #2861 Regenerated workbooks to only include dbkeys that are available in census tables * #2861 Improved logic in light of data discoveries * Added to commit by mistake * #2861 Moved shared logic to a common area * Update backend/census_historical_migration/test_excel_creation.py Co-authored-by: Dan Swick <[email protected]> * Linting * Fix for failing test --------- Co-authored-by: Dan Swick <[email protected]>
* Slicing last 2 year digits for dynamic_import * Adding new command * Renaming command to run_migration_for_year * Renaming load_data to load_historic_data_for_year * Renaming loader to historic_data_loader * Lint * Docstrings * Teaking user creation * Utilizing results dict * Lint * Fixing historic_data_migrator --------- Co-authored-by: Phil Dominguez <“[email protected]”>
* Added FAILED_SACS and CHANGE_RECORDS models * Routing CHANGE_RECORDS to fac db * Initial commit * Migration for FAILED_SACS, CHANGE_RECORDS tables * Registering ELECAUDITHEADER, FAILED_SACS, CHANGE_RECORDS models * Test cases for ELECAUDITHEADER, FAILED_SACS, CHANGE_RECORDS models * Formatted with black * Modified FailedSacs and ChangeRecords table per JMM's request * Modified FailedSacs and ChangeRecords table per JMM's request * Modified FailedSacs and ChangeRecords table per JMM's request * Modified FailedSacs and ChangeRecords table per JMM's request * Modified FailedSacs and ChangeRecords table per JMM's request * Modified FailedSacs and ChangeRecords table per JMM's request * Updating migrations * Updating migrations * Updating migrations * Updated migrations * Modifications based on meeting * Modifications based on meeting * Modifications based on meeting * Modifications based on meeting * Modifications based on meeting * Modifications based on meeting * Modifications based on meeting * Modifications based on meeting * Modifications based on ADR * Modifications based on ADR * Modifications based on ADR * Modifications based on ADR * Implemented changes per ADR review * Implemented changes per ADR review * Implemented changes per ADR review * Implemented changes per ADR review * Implemented changes per ADR review * Implemented changes per ADR review * Implemented changes per ADR review * Implemented changes per ADR review * Implemented changes per ADR review * Implemented changes per ADR review * Implemented changes per ADR review * Fixed lint issue * Redid migrations * Replaced sac with record_id * Replaced sac with record_id * Registering all models * Update backend/dissemination/models.py Co-authored-by: Hassan D. M. Sambo <[email protected]> * Redid migrations * Renamed record_id as report_id * Renamed record_id as report_id * Added databases to route to census-to-gsafac db --------- Co-authored-by: Hassan D. M. Sambo <[email protected]>
#2881) * #2861 Update model mappings tfor federal awards worbook creation * #Refactor code to make it more re-usable * #2861 Code improvement * #2861 More util functions and tests * #2861 Generate workbooks to ensure the updated code is still working as expected * Linting * #2861 Regenerated workbooks to only include dbkeys that are available in census table * #2861 Regenerated workbooks to only include dbkeys that are available in census tables * #2861 Improved logic in light of data discoveries * Added to commit by mistake * #2861 Moved shared logic to a common area * #2880 Updated logic to use census models * #2880 Regenerated workbooks to ensure logic works as intended * Updated migrator command to use or create default user * Updated wrong mapping * More update to improve the api test
jadudm
added
autogenerated
Automated pull request creation
automerge
Used for automated deployments
labels
Nov 29, 2023
Terraform plan for staging No changes. Your infrastructure matches the configuration.
✅ Plan applied in Deploy to Staging Environment #95 |
Terraform plan for production Plan: 2 to add, 0 to change, 0 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# module.production.module.database-c2g.cloudfoundry_service_instance.rds will be created
+ resource "cloudfoundry_service_instance" "rds" {
+ id = (known after apply)
+ name = "fac-c2g-db"
+ replace_on_params_change = false
+ replace_on_service_plan_change = false
+ service_plan = "c1ddc2d6-983b-4ced-9995-064d9dde07aa"
+ space = "5593dba8-7023-49a5-bdbe-e809fe23edf9"
}
# module.production.module.s3-c2g.cloudfoundry_service_instance.bucket will be created
+ resource "cloudfoundry_service_instance" "bucket" {
+ id = (known after apply)
+ name = "fac-c2g-s3"
+ replace_on_params_change = false
+ replace_on_service_plan_change = false
+ service_plan = "021bb2a3-7e11-4fc2-b06b-d9f5938cd806"
+ space = "5593dba8-7023-49a5-bdbe-e809fe23edf9"
}
Plan: 2 to add, 0 to change, 0 to destroy.
Warning: Argument is deprecated
with module.domain.cloudfoundry_service_instance.external_domain_instance,
on /tmp/terraform-data-dir/modules/domain/domain/main.tf line 45, in resource "cloudfoundry_service_instance" "external_domain_instance":
45: recursive_delete = var.recursive_delete
Since CF API v3, recursive delete is always done on the cloudcontroller side.
This will be removed in future releases
(and 5 more similar warnings elsewhere) 📝 Plan generated in Pull Request Checks #1769 |
Minimum allowed coverage is Generated by 🐒 cobertura-action against 6bb2530 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
This is an auto-generated pull request to merge main into prod for a staging release on 2023-11-29 with the last commit being merged as 6bb2530