-
Notifications
You must be signed in to change notification settings - Fork 27
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
Release/v3.5.0 sprint 102 #530
Merged
Merged
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
additional updates to schemas and friendly names
Adding back validators that got removed on previous commit
…friendlynamefixes2
…F-app into friendlynamefixes2
added code no longer in use where indicated and text edits
address linting errors to make less than 120 characters
addressing character count
…F-app into friendlynamefixes2
This reverts commit 7c6e055.
Final mile procedures and updates
* - Upgraded local to postrgres 15.7 * - updating version on terraform * - disabling tests for now * - adding timeouts to TF for safety * - Deleting DB from TF state * - re-add DB * - remove deployment until DB is ready * - updated apt.yml to have pg15 client - updated deploy to only run apt commands * - re-enable deply dev * - UPdate client version - re-enable migrations * - really disable tests * - Added instructions for DB upgrade - updated settings to use nice DB name in all envs except prod * - Updated TF scripts to actually work * - remove prefix * - Made scripts a little smarter * - re-enable tests * - small add to readme * - fixed tests * - updated with friendly names * - Updated ENV to APP where appropriate * Update docs/Technical-Documentation/cloud-foundry-db-upgrade.md Co-authored-by: Alex P. <[email protected]> * - hide user in error message --------- Co-authored-by: Alex P. <[email protected]>
…l `COUNTY_FIPS_CODE` (#3045) * 3025 Corrected the None case and added tests * added import for from DataFileSummaryFactory * linting * correct the failing test * fixed linting * corrected validator message --------- Co-authored-by: Alex P <[email protected]>
…tion 2473 - Upcoming data deadline notification
* 2950 updated model names * 2950 added changes for creating the filter * revert unused changes back * linting * removed unused file * 2950 removed unnecessary change * Fix linting error * 2950 added Territory to TANF * 2950 added Territory to TANF corrected linting --------- Co-authored-by: Alex P <[email protected]>
Co-authored-by: Andrew <[email protected]>
3016 - cat3 error cleanup
ADPennington
approved these changes
Jul 31, 2024
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.
@lfrohlich @ttran-hub sprint 102 release includes the following:
Features
- improves on error message language for cat 2 and 3 errors
- STT filtering search indices tables more readable
- quarterly data deadline email notifications will now be sent from TDP to all approved users whenever an STT has not submitted at least one required file.
Bug Fixes
- daily access requests to admins resume
- better handling of records when county fips code is space-filled during file processing.
DevOps
-postgres version upgrade
Documentation
- sprint summaries
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary of Changes
Please see https://github.com/raft-tech/TANF-app/releases/tag/v3.5.0-Sprint-102