Deploy RC 493 to Production#12321
Merged
mitchellhenke merged 14 commits intostages/prodfrom Jul 8, 2025
Merged
Conversation
#12299) * changelog: Bug Fixes, Document Authentication, Fix exception when DoS returns error messages * resolve test and linting issue * consolidate specs
Bumps [phonelib](https://github.com/daddyz/phonelib) from 0.10.9 to 0.10.10. - [Release notes](https://github.com/daddyz/phonelib/releases) - [Changelog](https://github.com/daddyz/phonelib/blob/master/CHANGELOG.md) - [Commits](daddyz/phonelib@v0.10.9...v0.10.10) --- updated-dependencies: - dependency-name: phonelib dependency-version: 0.10.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#12307) * changelog: Internal, Reporting, IRS Monthly Credential Metrics Report * deliver_now missing --------- Co-authored-by: jmyles-gsa <jabari.myles@gsa.gov>
* changelog: Upcoming Features, Attempts API, Add device_fingerprint to idv-device-risk-assessment event * Move fingerprint into threatmetrix stage and actually remove from analytics
* changelog: User-Facing Improvements, Doc Auth, updating socure intertitial page with passport content * updating ymls * Fixing lint and specs * Fixing french yml * Udpating specs * Updating finish text * Updating text for es, fr, and zh with correct passport langauge
* Changelog: Internal, Internal Report, IRS Credential Tenure Report --------- Co-authored-by: KolawoleHOseni <kolawolehoseni@fcoh2j-gqn94y2t.gsa.gov>
* resolve merge conflicts * re-apply fixes * TrueID to document detected id type * update spec to have id_doc_type * update image uploads controller to log id_doc_type * add id_doc_type to analytics spec * resolve merge conflict * add fields back to pii redact struct and remove validations of unrequired fields * add req'd passport fields * update spec to test with invalid passport * test docv passport on hybrid mobile * happy linting * pii exists * normailize yaml * remove comments * changelog: Upcoming Features, Document Authentication, DocV with passports * unused env var * use to_return_json * fix to check passport * update spec stub * move docv_document_type * remove comment * always store mrz_status in session result * determine_mrz_status does not exist * update argument * comment if passport requested * update spec stub * remove comments * rename fixture from pass.json to license_pass.json
* start removing references to desktop f/t unlock changelog: Internal, technical debt, remove references to desktop f/t unlock * remove references in ruby code * remove desktop ft unlock ab test references from js files * lintfix
* LG-16384: Record Passport Card id_doc_type as passport_card Fixes a bug where passport cards were being recorded with an id_doc_type of state_id_card. Also adds guards to reject any passport deemed passed by LN if passports are disabled on our end. changelog: Bug Fixes, Passports, Correct the id_doc_type for passport cards. Co-authored-by: Shane Chesnutt <shane.chesnutt@gsa.gov> Co-authored-by: William Birdsall <william.birdsall@gsa.gov> Co-authored-by: Abir Shukla <abir.shukla@gsa.gov> Co-authored-by: Alexander Bradley <alexander.bradley@gsa.gov> Co-authored-by: Mitchell Henke <mitchell.henke@gsa.gov> * review comments * switching the validation back to `passport_book?` and only passing if the id_doc_type is "passport" --------- Co-authored-by: Shane Chesnutt <shane.chesnutt@gsa.gov> Co-authored-by: William Birdsall <william.birdsall@gsa.gov> Co-authored-by: Abir Shukla <abir.shukla@gsa.gov> Co-authored-by: Alexander Bradley <alexander.bradley@gsa.gov> Co-authored-by: Mitchell Henke <mitchell.henke@gsa.gov>
* add uuid to rate limit event in api_image_upload_form * add changelog changelog: Bug Fixes, Doc Auth, Add uuid to RateLimiter on api_image_upload_form * fix specs * spec fixes 2
changelog: User-Facing Improvements, User Registration, Show verified time in the local timezone Fixes https://cm-jira.usa.gov/browse/LG-14104.
* changelog: Internal, MVP One Account, Update Duplicate SSN Logic for IAL2 Accounts with OneAccount-Enabled SP Connections * fix logic on controllers * remove and replace DuplicateProfileConfirmation dependent tests with session based tests * removes some unneeded tests around recognize, fix tests looking for the db object * fixes tests by assuming sp issuer and ial2 * fixes test by adding assumed qualified sp and ial2 profile * removes test because we're no longer storing duplicate confirmations * removes duplicate confirmation object dependencies * removes DuplicateProfileConfirmation from user model * pluralise session name, remove double negative
solipet
approved these changes
Jul 8, 2025
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