Deploy RC 492 to Production#12306
Merged
mitchellhenke merged 14 commits intostages/prodfrom Jul 1, 2025
Merged
Conversation
* Changelog: Bug Fixes, Internal Report, API Transaction count report bug fix --------- Co-authored-by: KolawoleHOseni <kolawolehoseni@fcoh2j-gqn94y2t.gsa.gov>
* remove passport * Remove passports as valid document type changelog: Upcoming Features, Passports, Remove passports as valid document type
…12277) * add job class and spec * revert query changes * use correct predicate for querying expired resets and update test * added test to delete controller spec * changelog: Bug Fixes, Account Deletion Workflow, fix bug in previous PR for deletion workflow * consolidate test and leverage account reset helper * clean up superfluous test setup and clarify it does statement * rename affected table column * update spec with new column * removes dependency on storing an expired date when the job runs
* changelog: User-Facing Improvements, Doc Auth, update network error content * Adding new content for passport network fail * Fixing lint and specs * Fixing lint and specs 2 * isolating logic * Trying different approach * switching to cleaner approach * Moving choose id type path to context * Fixing specs and lint * Fixing lint * Resolving PR comments * Removing console log
* changelog: Upcoming Features, Authentication, Duplicate Profile Confirmations check and spec * return false unless profile
* remove doc_auth_manual_upload a/b test * remove manual upload ab test from controllers. make manual upload permanently disabled for now * add changelog changelog: Internal, Doc Auth, remove a/b routing for manual upload removal * fix hybrid handoff specs removing upload checks * change upload_disabled to upload_enabled in hybrid handoff * spec fixes * move upload enabled to a concern
changelog: User-Facing Improvements, Identity Verification, Update warning banner messages with clearer user instructions.
* changelog: Internal, Reporting, IRS Quarterly Metrics Report
* LG-16288: Guard against nil enrollment We have seen some errors where the enrollment passed to the IPP verify_info_presenter is nil. This guards against that error, though it is currently unclear how the enrollment could be nil here. This may result in kicking the error further down the stack, but that may give a clue as to where/how this is happening. changelog: Bug Fixes, Passports, User prevented from advancing to steps before they are allowed. * Add preconditions to existing IPP controllers to ensure that the establishing enrollment exists. Co-authored-by: Shane Chesnutt <shane.chesnutt@gsa.gov> * specs --------- Co-authored-by: Shane Chesnutt <shane.chesnutt@gsa.gov>
…12273) changelog: Bug Fixes, sign up completion, fix double submission at sign in completion * change course, `create_or_find_by` agency id * add service provider check * raise exception of agency identity is not found * make variables make sense * fix `next_setup_path` * add test for multiple SP identities * use `begin...rescue` in service * look for agency identity first, then create if multiple records are found * do `find_or_create_by`, search using uuid * get rid of `do` statement * fix logic for create and find * replace to create * use * restore find or create agency identity and refactor * re-start build --------- Co-authored-by: Mitchell Henke <mitchell.henke@gsa.gov>
changelog: Internal, DataWarehouse Alerts, Update the TableSummaryStatsExportJob cloudwatch query to exclude duplicate messages (Issue 1041) Co-authored-by: Birane Seck <birane.seck@flexion.us>
Sgtpluck
approved these changes
Jul 1, 2025
jmdembe
approved these changes
Jul 1, 2025
5d19402 to
eacb0bf
Compare
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.
User-Facing Improvements
Bug Fixes
Internal
Upcoming Features