-
Notifications
You must be signed in to change notification settings - Fork 129
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 449 to Production #11838
Merged
Merged
Deploy RC 449 to Production #11838
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
Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.11.18 to 1.11.19. - [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.11.18...v1.11.19) --- updated-dependencies: - dependency-name: libphonenumber-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* LG-14522 Enable password reset for pending in-person profiles changelog: User-facing Improvement, In-person Proofing, Allow users to perform a password reset on pending in-person profiles without losing progress if the user supplies their personal key. * Add feature flag to enable/disable pending in person password reset * Remove activate_after_password_reset method from profile * Fix pending_profile_policy for pending in person when facial match is required Reproduce by creating an IPP enrollment arriving at the ready to verify page and logout. Then log back in you will land on the welcome page. This is incorrect because the user has a pending in person enrollment. * Prioritize the pending profile over the active profile The personal key only works for the most recent profile that had a personal key generated * Remove binding.pry * Update the get usps proofing results job Allow enrollments with password reset profiles to be updated when the enrollment is not passed/failed. So that enrollments can expire when still in password reset. * ensure pending_profile_invalidated is correct in analytics --------- Co-authored-by: Eileen McFarland <[email protected]> Co-authored-by: gina-yamada <[email protected]>
* changelog: Upcoming Features, Authentication, allow all_emails and email to return last sign in email * add spec for identity check * update selected_email controller and spec * fix selected email working for all email and emails * fix select email controller * change ot proper attribute * update server identity and select email controller to only look for all_emails * move to check if all_emails and email given work * selected email returns proper attributes * fix select email specs * update service identity spec * rework to use identity verified attributes and session attributes * move back authorization controller * fix migration * fix schema * remove proofing component schema * remove spacing * fix tests * add verified attribute to identity * update identity spec * move validation for saml idp auth * remove unneeded method * add rspec for service provider identity * LG-15251: update spec to add specs for chnages to authorization and saml idp controllers * update select email form * dont save unless verified attributes * update authorization confirmation * remove email address id check * test with verified attributes containing all_meails * update method to avoid merge conflict
…1828) * changelog: Bug Fixes, socure, changing is_defined to defined method * including hybrid concer and adding tests * adding safe check and raising error if uuid is nil in add user * reverting raising error and removing hybrid concern from doc auth vendor concern
* Move and rename CreateNewDeviceAlert to CreateNewDeviceAlertJob [skip changelog] * Rename AccountReset::GrantRequestsAndSendEmails job * add test to enforce class names for jobs
* Omit errors from analytics when error_details available changelog: Internal, Analytics, Omit errors from analytics when error_details available * Update specs for removed errors expectation * Update spec to check presence in error_details
…ent type, strings) (#11833) changelog: Upcoming Features, Account History, Improve history label when adding or removing Face or Touch Unlock
aduth
approved these changes
Feb 4, 2025
mdiarra3
approved these changes
Feb 4, 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
Upcoming Features