Merged
Conversation
* changelog: Internal, Reporting, Update IRS Verification Report * changelog: Internal, Reporting, Update IRS Verification Report Defination table
* changelog: User-Facing Improvements, Face or Touch Unlock Adoption, Turn on FT unlock upsell to SMS users. Migration. * migrated schema * rename table and method * remove unneeded schema changes. add check for platform auth available and redirect * add delivery pref for sms, add test for controller changes * clean up unneeded saves * move redirect to app controller after sign in path * check for mfa selection flow * indentation * remove no-longer needed session key deletion * only qualify if user is on mobile * should not be in selection flow, also fix test lint * fix test by settinga dismissed at time for the user's webauthn_platform_dismissed_at * move dismissed_at to users factory * remove removed linebreaks * move to :with_phone * rely on sms setup value * fix check for sms setup * change dismissed at from db update * add dismissal update further downstream of test * back out of changes in 0c0be1c * merge funny business removed * further schema unwanted merge flack removed * optimize ordering of checks for upsell eligibility * refactor tests to avoid updating user db values * replace with click button on 'Skip' * remove unlikely needed button click * add in missing button click
The actual proofing rate reported in the DIVR is calculated as the number of successfully verified users divided by the number of users who submit images for doc auth. Previously, this only included users who submit images to TrueID but now that we have started using Socure, we need to include Socure submissions as well. changelog: Internal, Reporting, Include Socure submissions in actual proofing rate.
changelog: Internal, Attempts API, Add Google Analytics cookies to metadata
* changelog: Upcoming Features, Attempts API, Add idv-document-upload-submitted event to Socure flow
* changelog: Upcoming Features, Account Creation, Threatmetrix result * add scheam * profiling concern and device result * update schema * add document type * fix concern * fix analytics events * simplify returning device profiling result * changelog: Upcoming Features, Account Creation, Block failing Threatmetrix calls * update migration * changelog: Upcoming Features, Threatmetrix, add migration for threat metrix processing * remove change thats not a migration * fix migration * update result * update schema * add ab test bucket for tmx processing * delete element if has relation * do perform now * update spec * fix profiling result migration to remove index * add translations for failure page * update set up concern to sign_up completed path * after sign in path update * move to have session deleted * add resultsg * add profiling failed analytic event * remove trailing whitespace * fix schema * update tmx job * update * update features * device profiling result * add mfa * fix threat metrix spec * update job to be performed later * test commit * updated device profiling failed * update threat metrix specs and completions controller * change path name in tmx spec * update to be complete * fix device profiling result * account device profile rejected after authentication * add check to session controller * remove unused columns
changelog: Internal, Attempts API, Store token cost in configuration
…sion (#12205) * changelog: Bug Fixes, Authentication, Avoid sending account reset notification on duplicate submission * add a rate limiter to the request controller at #create * add test to confirm rate limiting * tweak rate limiter to base it's timing on 2 minutes * replace missing config * add test for user returning after rate limit expired * add disabling to Yes button to prevent multiple clicks * single quote lint error
* Changelog: Bug Fixes, Internal Report, API Transaction count report bug fix --------- Co-authored-by: KolawoleHOseni <kolawolehoseni@fcoh2j-gqn94y2t.gsa.gov>
changelog: Internal, Reporting,add timestamp_column to deleted_user
* monthly cron job for irs credentials * changelog: Internal, Reporting, Update IRS Credential Metrics Report with job configuration * rename cron job --------- Co-authored-by: jmyles-gsa <jabari.myles@gsa.gov>
jmdembe
approved these changes
Jun 17, 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