Merged
Conversation
This commit fixes 2 issues I found when test-driving the new DOL reports: 1. The IdV weekly dropoff report invoked the wrong report maker class. This commit fixes that. 2. The UUID matrix report timed out trying to batch fetch agency UUIDs. This commit modifies it to use the report timeout. [skip changelog]
…hout a threatmetrix session id (#11858) * WIP add ssn controller precondition before merging in Jenny's work * continue work to use flow policy preconditions * WIP work on fixing verify info controller spec * ensure that user cannot reach ipp verify info controller without a threatmetrix session id * Changelog: Internal, In-person proofing, ensure users can't reach verify info controller without a threatmetrix session id * remove out of date test * remove confirm_repeat_ssn before action from in_person ssn_controller * fix redirect bug in hybrid flow * ensure invalidate_ssn_step! doesn't blow up when session lacks a ssn
* Create classes for tracking Attempts API events changelog: Internal, Attempts API, Create class for tracking Attempts API events * Add linting for tracker events * use dashed name * use Hash#except to exclude :failure_reason
changelog: Internal, Source code, Updating dependencies
* changelog: Upcoming Features, Attempts API, Adding feature-flagged endpoints
* reset the showHelp screen for selfies on selfie capture close * add changelog changelog: Bug Fixes, Doc Auth, display how to capture guidance for selfies when user closes camera * lint fixes
jmdembe
approved these changes
Feb 13, 2025
amirbey
approved these changes
Feb 13, 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.
Bug Fixes
Internal
Upcoming Features