-
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
v3.4.3.100 to prod #525
Merged
Merged
v3.4.3.100 to prod #525
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
* created pre-check error * corrected some of failing tests * corrected failing tests * two tests still failing * Passing tests * Update small_incorrect_file_cross_validator.txt * Update small_incorrect_file_cross_validator.txt * Update small_incorrect_file_cross_validator.txt * Update small_incorrect_file_cross_validator.txt * revert changes on test file * corrected the failing test * resolve circular import * merge conflict resolution * linting * correct failing tests * corrected t7 tests * first changes * remove old changes * tep changes * getting the reporting month * correct .util * tests failing but the preparsing error works * corrected tests, need to stop parsing if pre-validator error * solving failing tests * linting * added field validator to all submission * fixing failing tests * linting and correct tests * added validator for second child * merge conflict resolved failing tests * priotrized preparsing year/month error * linting * correct test files and linting * 2799 failing tests
- added field length validator
- update Tanf t1 to use transform field
…2749-FTANF-validation-checks
This reverts commit 3bb9287.
This reverts commit 915b9a4.
* 2688 added header test and changed oneOf validator to accept range * 2688 added t4, t5 * added all t4 requirements * corrected the tests * 2688 added test * corrected test filename * 2688 added test for oneOf range * 2688 fixed failing test * Revert tribal changes back --------- Co-authored-by: Alex P <[email protected]>
…2749-FTANF-validation-checks
DAC Filtering Error
2749 ftanf validation checks
… plus minor updates
* 2901 added generate auth token * 2901 override Tokenauthentication * 2901 added token expiring function * linting * added token expire time to settings file * removed unnecessary TODO * 2901 added writeup to authentication.md * moved the class to util function * replaced Token authenticator * Update tdrs-backend/docs/api/authentication.md Co-authored-by: Andrew <[email protected]> * Update tdrs-backend/tdpservice/security/views.py Co-authored-by: Andrew <[email protected]> * Update tdrs-backend/docs/api/authentication.md Co-authored-by: Andrew <[email protected]> * changed exception to log only * 2901 added approval status as a condition for get_token * updated the markdown * change env var from string to int --------- Co-authored-by: Andrew <[email protected]>
…leci 2677 - Add sendgrid api key to deploy-backend
Issue 2992: Remove cat3 validators related to family affil, HoH, and TL fields
* remove development indicator from submission history table column headers * finalize error report messaging * adjust link start * fix test * fix other test * add submission history kc link * remove column_number * interpreting -> reviewing * interpreting -> reviewing * more descriptive guidance text * revert to single column instructions link --------- Co-authored-by: Alex P <[email protected]>
Release/v3.4.3 sprint 100
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
release notes: https://github.com/raft-tech/TANF-app/releases/tag/v3.4.3-Sprint-100
Features
Bugs