Deploy RC 385 to Production#10723
Merged
zachmargolis merged 10 commits intostages/prodfrom May 30, 2024
Merged
Conversation
…ces (#10669) * Update with DOS translations * remove keys from `i18n_spec.rb` changelog: User-facing Improvements, Authentication, translation updates from previous sprint * add provided Chinese text * revert some changes in chinese, modify `i18n_spec.rb` * remove form keys
* LG-13359: MKMR Proofing rate verified users count fixes changelog: Internal, Reporting,key metrics count * feedbsck
Prior to this commit the welcome screen and how to verify screen at the beginning of IdV link to a page explaining how to verify you identity. The overview page on the static site is the more appropriate page for people trying to learn more about identity verification. This commit updates the URLs to link to the correct place. [skip changelog]
…d_issuers (#10701) * Remove all code related to the x509_presented_hash_attribute_requested_issuers gate * changelog: Internal, OIDC, Remove gate allowing backward compatabilty for x509:presented attr value
**Why**: alias_method has more predictable behavior compared to alias changelog: Internal, Source code, Update RuboCop lint rules
Also: 1. Rename attempts to requests 2. Rename integrations to issuers changelog: Internal, Reporting, Refine Protocols report
**Why**: Combines two separate one-method classes into one class, adds unit test coverage changelog: Internal, Source code, Unify related classes
changelog: Internal, Code Quality, Remove unused analytics methods
…fing job (#10722) We are planning on passing the SP into the background job and using it for work in the job such as computing UUID prefixes and SP costs. First we need all of the workers to know about the new argument so we do not see `ArgumentError`s when the argument is passed to the job. This commit adds the argument [skip changelog]
matthinz
approved these changes
May 30, 2024
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
Internal