Skip to content
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 14 commits into from
Jan 28, 2025
Merged

Deploy RC 447 to Production #11814

merged 14 commits into from
Jan 28, 2025

Conversation

mdiarra3
Copy link
Contributor

User-Facing Improvements

  • Backup Codes: Show backup code reminder for partner-initiated requests (#11744)
  • Translations: Update translations from LQA (#11763)

Bug Fixes

  • socure: User who reached capture complete page should not be able to recapture (#11782)

Internal

  • Alerting: Reduce RiscDeliveryJob exception noise (#11794)
  • Analytics: Omit empty FormResponse errors from analytics logging (#11799)
  • Analytics: Avoid logging empty hash default values (#11800)
  • Doc Auth Socure: Create a Redis set to track Socure users (#11773)
  • JavaScript Helper: Avoid printing preload_links_header attribute for scripts (#11790)
  • Maintenance: Upgrade to Rails 8 (#11793)
  • Performance: Avoid queries for ServiceProvider with blank issuer (#11798)
  • Scripts: Warn when data-pull is used locally (#11784)
  • Source code: Remove gem dependency from mailer previews (#11791)

Upcoming Features

  • Multi-Factor Authentication: Convert Security Key to Face or Touch Unlock when detected as platform authenticator (#11795)
  • Socure: Add Idv::DocPiiForm check to Socure flow. (#11747)

jmax-gsa and others added 14 commits January 22, 2025 13:36
* 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
)

* LG-14052: Add routes for mismatched WebAuthn platform attachment

changelog: Upcoming Features, Multi-Factor Authentication, Convert Security Key to Face or Touch Unlock when detected as platform authenticator

* Reverse unintended locale string changes
* 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
@aduth
Copy link
Contributor

aduth commented Jan 28, 2025

It occurs to me that I merged #11788 before the routes added in #11795 are fully deployed, but should be fine as long as only #11795 is included in this release and not #11788 (reflected in current branch).

@mdiarra3 mdiarra3 merged commit cfd8cc6 into stages/prod Jan 28, 2025
1 check passed
@mdiarra3 mdiarra3 deleted the stages/rc-2025-01-28 branch January 28, 2025 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants