-
Notifications
You must be signed in to change notification settings - Fork 132
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 453 to Production #11902
Merged
Merged
Deploy RC 453 to Production #11902
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, reCaptcha optimization, Load reCAPTCHA script earlier in page * use content_for to insert the named yield block into the layout * move recaptcha script tests to more appropriate erb * move recaptcha script to a yield preceeding the stylesheets * test for presence of script * errant line break removed * stand up spec tests in new session view * rename content region symbol * move tests to a more appropriate spec
…11850) changelog: Internal, Analytics, Update FormResponse error detail serialization as default behavior
…iew (#11855) changelog: User-facing Improvement, In-person Proofing, Allow users to perform password reset on pending in-person profiles in fraud review without losing progress if the user supplies their personal key.
* Update Mocha to resolve security advisory in descendent package changelog: Internal, Dependencies, Update dependencies to resolve security advisories * Update Nokogiri to resolve security advisory
* verify docv id type changelog: Bug Fixes, Document Authentication, Validate DocV state ID type * use existing ID TYPE SLUGS * display invalid id type error messaging * hybrid mobile test for unacceptable id type * set unnaceptable_id_type to boolean
changelog: User-facing Improvement, In-person Proofing, Hide the warning banner on the password reset page when feature_pending_in_person_password_reset_enabled is true.
changelog: Internal, Monitoring, Disable distributed tracing in NewRelic
* changelog: User-Facing Improvements, Account Management, Add user event type for backup code removal * set corrected Spanish translation string * remove check for nil event type
* rate limit doc auth last attempt to check whether doc auth was successful changelog: Internal, Document Authentication, Rate limiting on last attempt to evaulate vendor and pii validation * resolve merge conflicts * rate limited docv users cannot retry capture app * spec to test that rate limited user cannot reattempt capture app * alway check for valid document capture session * happy linting * reload document_capture_session to see if it has a result_id * fetch user before calling handle_stored_result in hybrid mobile * verify a valid document capture session exists * happy linting * refactor specs * stub load_result for document_capture_session * stub load_result for document_capture_session * add extr_attributes for DocAuth::Response * happy linting * add spec for ID card
changelog: Internal, Maintenance, Remove NewRelic monkey patch
aduth
approved these changes
Feb 20, 2025
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