v4.15.0 release to prod#641
Merged
Merged
Conversation
- Update docker files to integrate new dependency - Update feature flag admin to use simple history admin - Update feature flag model to have a history field
- Track and version users - Migrations
- Add missing permissions
…_and_integration_plan.md - committing suggestion Co-authored-by: Matthew C Anderson <manderson@teamraft.com>
…splaying-log-error-levels
…edback-reports-page
Fix: delete local parser log files after S3 upload
…splaying-log-error-levels
…iable-not-displaying-log-error-levels add level to the stage.labels block
…edback-reports-page
… opened in new tab
[BUGFIX] revert REDIS_URI back to using django's CELERY_BROKER_URL setting
* added pending profile changes to profile page * linting * improve coverage * fixi failing frontend tests * linting * resolved tests failing * increasing coverage to pass frontend test * Fixed the bug * 5490 Profile change request now persists between the requests * linting * increase frontend coverage * linting * fix test errors and added e2e for bug * changes needed for failing tests * increase coverage * increase converage * fixed failing tests * fix failing test * fix a bug * frontend linting * revert test changes * fixed e2e test * ignore .env * revert .env changes * fixed user change logs * fix conflicting migrations * fixed e2e test * fix missing color mapping
…ssue-template Add issue template for Release Tracker
Rename `PermissionGuard` to `AccessGuard`
Fix cypress deploy failures
…edback-reports-page
…t-for-stt-feedback-reports-page implement regional feedback reports support
Release v4.15.0
Hotfix: Pipenv Version not Specified
This file contains hidden or 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
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 tracker here: raft-tech#5693
new features
- Enable access to feedback reports for regional staff
- Display requested profile changes on profile screen
- adds new user group to grafana with access to more db views needed for feedback reports
- Enables admin to configure feature flag that controls which fiscal years of PIA files can be submitted
- Add reprocessed modal to FRA Submission History
bug fixes
- resolves issue with prometheus metrics availability
- resolves issues with Loki dashboard level variable not displaying log error levels
- resolves issue with parser log files taking up disk space during reparsing tasks
- resolves issue with reparsing tasks taking so much time due to missing indices in parser error table
devops
- Fix cypress deploy failures
- give access component to more meaningful names
- Remove unnecessary RPT_MONTH_YEAR Validators from Sections 3 and 4 records
- Unique Log File Per Parse to make it easier to track issues with a particular processing instance of a file.
- e2e tests for admin feedback reports
- migrate from npm to yarn
- Implement auditing and versioning for feature flags
documentation
- release tracker template
- go parser architecture and testing plan