-
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 447 to Production #11814
Merged
Merged
Deploy RC 447 to Production #11814
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
* LG-14973 Add Pii check to Socure flow Check PII using DocPiiForm. changelog: Upcoming Features,Socure,Add Idv::DocPiiForm check to Socure flow. * Map Pii errors to general failures. * Feature specs for normal and hybrid flows.
changelog: Internal, Scripts, Warn when data-pull is used locally
changelog: User-Facing Improvements, Translations, Update translations from LQA 1. In French, change NIP to PIN. 2. In Chinese, use full-width parentheses with no extra spaces
changelog: Internal, JavaScript Helper, Avoid printing preload_links_header attribute for scripts
…low should not be able to recapture (#11782) * Bug Fixes, socure, user who reached capture complete page should not be able to recapture * changelog: Bug Fixes, socure, user who reached capture complete page should not be able to recapture * Addressing pr comments for improved code styling
- Mailer previews occasionally load in production environments (sandbox) but in #11757, we moved the Faker gem to the test group (which breaks these previews in sandbox) - Removing the usage of Faker in the previews helps keep the previews working, and keeps the production dependencies smaller changelog: Internal, Source code, Remove gem dependency from mailer previews
* add a redis pool to track the number of socure users * add specs for socure_user service Co-authored-by: Abir Shukla <[email protected]> * linty mclinterson * add changelog changelog: Internal, Doc Auth Socure, Create a Redis set to track Socure users * move socure_users_pool to use throttle pool * remove flushdb for socure_users_spec * use REDIS_POOL rather than REDIS_THROTTLE_POOL * flush REDIS_POOL in specs * SocureUser -> SocureUserSet * socure_user_set --------- Co-authored-by: Abir Shukla <[email protected]>
…11744) * LG-10965: Show backup code reminder for partner-initiated requests changelog: User-Facing Improvements, Backup Codes, Show backup code reminder for partner-initiated requests * Exclude backup code and remembered device auth for backup code reminders * Fix typo "user"
* Upgrade to Rails 8 changelog: Internal, Maintenance, Upgrade to Rails 8 * load 8.0 defaults * update rubocop target
changelog: Internal, Alerting, Reduce RiscDeliveryJob exception noise
* Do not query for service provider with blank issuer changelog: Internal, Performance, Avoid queries for ServiceProvider with blank issuer * Move Regexp to constant * add spec
changelog: Internal, Analytics, Omit empty FormResponse errors from analytics logging
changelog: Internal, Analytics, Avoid logging empty hash default values
mitchellhenke
approved these changes
Jan 28, 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