Deploy RC 482 to Production#12199
Merged
eileen-nava merged 11 commits intostages/prodfrom May 22, 2025
Merged
Conversation
changelog: Upcoming Features, In-person Proofing, Add passport info section to verify info form
…ID (#12177) * doc auth pass if transaction status passes changelog: Internal, Document Authentication, TrueIDReponse successful if transaction status passes * update spec response transaction status * update true id response spec * update fixtures product status for failed transactions * update product status * selfie must past * revert fixture changes * resolve rebase conflict * attention barcode does not have to be only error * update doc_auth_success to remove selfie in mock result response * happy linting * allow mock proofer to have multiple errors with barcode attn * remove dup test * add an error barcode fixture to barcode error trueid response * ensure attention_with_barcode? returns a boolean * update spec attention with barcode * error generator use transaction status to determine if doc auth passed when counting errors * consolidate checking if doc auth passed in error generator * doc_auth_passed not in scope for DocAuthErrorHandler * update mock to include transaction_status * rename error generator tests from 'DocAuthResult is ...' to 'TransactionStatus is ...' * resolve rebase conflict * resolve rebase conflict * resolve rebase conflict * resolve rebase conflict * update transaction_stauts in mock to reflect doc auth only * check transaction status to determine if doc auth is sucess for mock * assist with correcting case for transaction status and doc auth result in yml files * do not correct case * add transaction status to yml * add transaction status to yml * add transaction status to yml * add transaction result to inline yaml files * update yml fixtures to have transaction_status * update image upload presenter to use transaction status * resolve rebase conflict * remove stale comment * remove props as per PR #10987 * happy linting * TransactionCodes * happy linting * fix namespacing * remove billed attribute from transactin status * fix typo
* Update report to use csv and changed position of metric defintion table * update table name * Changelog: Internal, Internal Report, IRS Verification Report * spec fix * bug fix * Update * fix * fix spec * fix --------- Co-authored-by: KolawoleHOseni <kolawolehoseni@fcoh2j-gqn94y2t.gsa.gov>
Added a Rake task to backfill `document_type` for enrollments that are not considered "in progress" ('establishing').
changelog: Internal, Maintenance, Add backfill task for InPersonEnrollment document type
LG-16222: Send customerUserId to Socure [skip changelog] * Send customerUserId to Socure docV * first cut at sending customerUserId with Socure KYC * use document_capture_user * fix spec/jobs/socure_shadow_mode_proofing_job_spec.rb * don't include customer_user_id unless present * lints * pass the customerUserId to the DocVResultRequest * spec fixes * feature spec fixes --------- Co-authored-by: Amir Reavis-Bey <amir.reavis-bey@gsa.gov>
…uration (#12192) changelog: Internal, Maintenance, Remove unused feature_pending_in_person_password_reset_enabled configuration
* Update * Changelog: Internal, Internal Report, IRS Verification Report --------- Co-authored-by: KolawoleHOseni <kolawolehoseni@fcoh2j-gqn94y2t.gsa.gov>
changelog: Internal, One Verified Account, Use separate feature flag for logging duplicate profiles Separating the feature flags so that we can turn on the recording of duplicates without having to also have the user confirm the duplicate accounts. This is intended to be a short-lived feature flag; we will remove it as soon as we can confirm that it works as intended.
…nt (#12189) * changelog: Upcoming Features, Attempts API, Add idv-ssn-submitted event
…sers (#12187) * changelog: Internal, One Account, create job to track deletion workflow dropouts * clarify expiration action and count, make test more exact * add job into configurations * fix logic for elapsed time * add limit to query * put limit in the correct place in the query chain
mitchellhenke
approved these changes
May 22, 2025
kevinsmaster5
approved these changes
May 22, 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.
Internal
Upcoming Features