-
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 407 to Production #11117
Merged
Merged
Deploy RC 407 to Production #11117
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, CI, adding labels to kubernetes resources for easier tracing
…#11089) changelog: Internal, Code Quality, Refactor backup code verification to follow conventional form pattern
changelog: Internal, Configuration, Do not write config file by default on boot
changelog: User-Facing Improvements, Performance, Use defer for non-critical scripts
changelog: Internal, Rate Limiting, Enforce additional user IP rate-limiting on backup code submission
* ensure that enhanced ipp enrollments are expired * Changelog: User-Facing Improvements, In-person Pr oofing, ensure eipp enrollments are expired * add specs for when enrollments aren't being expired * update mock proofer to support manual testing of expired eipp enrollments * Fix mock proofer to return correct error for expired eipp enrollments
* Document analytics methods in critical IdV flow * Remove unnecessary allowed_extra_analytics * Update FakeAnalytics spec to pass required properties * Add changelog changelog: Internal, Documentation, Document analytics methods properties
* Update Propshaft to 0.9.x changelog: Internal, Dependencies, Update dependencies to latest versions * Remove monkeypatch file reference
changelog: Internal, Automated Testing, Improve reliability of automated tests
#11108) changelog: Internal, Documentation, Remove reference to frontend interest group team in contributing guide
* Renamed variable * Changed value to non mutation of variable in all occurences, resolve PR comments * changelog: internal, code format, changed variable name
changelog: Internal, Automated Testing, Enforce YAML normalization for application.yml.default
* Renamed component DocumentsStep -> DocumentsAndSelfieStep Renamed files to match new component name. Because policy, the rename meant moving from a .jsx file to a .tsx file, so there was some Typescript cleanup to do; it amounted to adding dummy arguments to component rendering in the specs. changelog: Upcoming Features,biometric verification,Renamed `DocumentsStep` to `DocumentsAndSelfieStep`
* docs: internal link yml config path * docs: path can be a slash in front * Add changelog changelog: Internal, Documentation, Link consistently to default application configuration --------- Co-authored-by: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com>
* Updated name and refrences * Reverting changes on non front end compnenet * Renamed file resolving PR comment * changelog: internal, code format, change name of class and refrences * Reverting to Unknown error to resolve PR comment * Adding new line to pass lint
Added minimal route and controller for the Socure web hook, and verified that it works from Socure's test bench. Route is '/api/webhooks/socure/event' changelog: Upcoming Features,Adding Socure support,Created a webhook for Socure to invoke during IdV Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com>
* attempt to deactivate profile when expiring ipp enrollments in GetUspsProofingResultsJob * deactivate associated profile after in_person_enrollment expires * Changelog: Upcoming Features, In-Person Proofing, fix bug where user gets locked out of account after in_person_enrollment expires * fix lint error * add spec for deactivate_due_to_ipp_expiration
changelog: Internal, Automated Testing, Add 50/50 state integration tests for the state_id step in the ID-IPP/EIPP flow in preperation for removing FSM code.
* Add test coverage for expected presenter sort order * LG-14219: Arrange email as first item in IdV consent screen changelog: User-Facing Improvements, Consent Screen, Arrange email as first item in IdV consent screen
* LG-14022 | Embed key DIVR metrics in MKMR changelog: Internal, Reporting, Adds some DIVR content to MKMR --------- Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com>
#11114) * changelog: upcoming feature, doc auth, create feature flag for future use * Renaming to more specific varaible name
matthinz
approved these changes
Aug 20, 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.
User-Facing Improvements
Internal
DocumentsStep
toDocumentsAndSelfieStep
(#11092)Upcoming Features