-
Notifications
You must be signed in to change notification settings - Fork 28
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.4.0 sprint 98 #519
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
- update conf to allow logging
- Rename file to filters.py
- Update filter name
Co-authored-by: Alex P. <[email protected]>
- Add custom iterators to generate custom rows in the csv
Co-authored-by: Alex P. <[email protected]>
Co-authored-by: Alex P. <[email protected]>
* - Added new group and permissions - Updated frontend to allow digit access to admin and kibana * - Add test - Update test - Add fixture * - Rename migration * - removing debug print * - Give digit team access to all parsed data --------- Co-authored-by: Alex P <[email protected]>
Sprint 95 summary
Adds contributing & code of conduct markdowns
* added the test and change needed for T3 * added pseudo code in comments for second child * added tests for second child in T3 * removed prints from test file * corrected linting and some of the tests * added changes for TANF-T3 * revert changes back for t3 tribal * linting * passing tests * changed t3 validator * added tests * linting * added test for validators * added test for truncated case * added words for static numbers * merge conflicts and failing tests * correction * correction * 2757 fixed failing tests * 2757 fixed failing tests * corrected file header type to pass the tests * removed duplicate validators * 2757 rename child length validator * 2757 revised error message * 2757 corrected preparser malfunction * 2757 added tests * added zero padding --------- Co-authored-by: Alex P <[email protected]>
* Create sprint-97-summary.md sprint 97 summary * Update sprint-97-summary.md * Update sprint-97-summary.md * Update sprint-97-summary.md added in a link * Update sprint-97-summary.md updated ticket statuses --------- Co-authored-by: Andrew <[email protected]>
* Create sprint-98-summary.md Added sprint 98 details * Update sprint-98-summary.md updated ticket status * Update docs/Sprint-Review/sprint-98-summary.md Co-authored-by: Lauren Frohlich <[email protected]> --------- Co-authored-by: Lauren Frohlich <[email protected]> Co-authored-by: Andrew <[email protected]>
* update zap docker image to 2.14.0 * update zap on frontend
2509 - Data submission email
* - Pulling changes from branch: friendlynamefixes2 that need to be merged before that branch * - Revert tribal t4 back to correct field. - Align all BLANK field item numbers --------- Co-authored-by: Alex P <[email protected]>
ADPennington
approved these changes
May 15, 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 98 release to staging includes the following:
Features
- adds
DIGIT Team
permission group and enables feature for this group to export data to csv and access kibana - implements new pre-parsing error: rejecting files where update indicator != D
- implements new pre-parsing check for consistency between header quarter and rpt month year (s1 or s2) or cal qtr (s3 or s4)
- Known bug still persists with misleading error language:
the error message returned from choosing the a fiscal period that is not aligned with header cal qtr is misleading when the cal qtr == fiscal qtr. ex: Submitted reporting year:2023, quarter:Q3 doesn't match file reporting year:2023, quarter:Q3
tracking in this ticket
- Known bug still persists with misleading error language:
- implements pre-parsing check to reject aggregate or stratum files when the T6/M6/M7/T7 record cannot be parsed
- cleans up validation checks on TANF Section 1 files
- suppresses trailer record length check
- record type introduced into error message
- suppresses error related non-mandatory SSP closed file field.
- scaffolding for cat 4 errors
- adds pre-parsing check for agg and stratum files based on value of calendar_quarter in the data record. if qtr is invalid record will not be parsed.
- refines validation on TANF, T3 records. No longer blocking parsing on trailing spaces or zeros that are not tied to a specific field. follow-up tickets to address remaining records that have trailing spaces and zeros.
- new data Data submission email re: errors
Bug fixes
- implements re-tries of SFTP transfer if it fails
- resolves issue with accessing SSP-related error reports
- resolves issue that disconnects db-related apps due to cloud.gov maintenance
- Multi Filter Error ??
- Quick PR to Merge Priority Changes from friendlynamefixes2
Compliance
- 2822 fix webinspect medium priority - persistent session
- resolves issue with nightly scan workflow
DevOps
- resolves circleci pipeline issues related to dependencies
- re-factored db-apps to save on RAM costs
- clean-ups related to db re-indexing
- 2877 move ES AWS routing by @raftmsohani in
Documentation
- sprint summaries
- Knowledge center updates
- team docs
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.4.0-sprint-98-updated