-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy RC 427 to Production #11436
Merged
Merged
Deploy RC 427 to Production #11436
Conversation
This file contains 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
* changelog: Internal, Analytics, Fix weekly protocols report
changelog: Internal, Documentation, Update local development documentation for working with PKI
changelog: Internal, Dependencies, Update dependencies to resolve security advisory
changelog: Bug Fixes, In-person proofing, fix missing success banner on phone page
LG-14006: Fetch Socure document verification results * Got the job manually triggered in the console to fetch results from Socure and store in the DocumentCaptureSession. * use the docVTransactionToken from the webhook to lookup the DocumentCaptureSession * webhook controller does not enqueue job if DocumentCaptureSession not found * reduced the number of params for the job to one * use socure_idplus_base_url * move exception handling to SocureWebhookController#create * test webhook enqueues job when session is found * test if the job cannot find the session * change metric name to `socure_id_plus_document_verification` changelog Upcoming Features, Identity Verification, Fetch document capture results from Socure. --------- Co-authored-by: Amir Reavis-Bey <amir.reavis-bey@gsa.gov>
…lytics (#11414) changelog: Internal, Automated Testing, Improve error message when asserting logged event without stubbing analytics
changelog: Internal, Automated Testing, Improve documentation Co-authored-by: Andrew Duthie <1779930+aduth@users.noreply.github.com>
* changelog: Upcoming Features, socure, index socure transaction token column * Updating migration because CREATE INDEX CONCURRENTLY cannot run inside a transaction block
* changelog: Upcoming Features, socure, incrementing rate limiter during webhook * Resolving some PR comments * Resolving tests after rebase * resolved PR comments * consolidating document uploaded webhook tests into same context * Adding non affirmative test cases and updating test names
mitchellhenke
approved these changes
Oct 31, 2024
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