Merged
Conversation
* 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 <ashukla@gsa.gov> * 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 <ashukla@gsa.gov>
…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
This file contains hidden or 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
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