Deploy RC 332 to Production#9583
Merged
zachmargolis merged 13 commits intostages/prodfrom Nov 14, 2023
Merged
Conversation
changelog: Internal, Configuration, Remove unused key_pair_generation_percent configuration key
* Migration to add profiles.gpo_verification_expired_at
* Add Profile#deactivate_due_to_gpo_expiration
* Allow setting code_sent_at on GpoConfirmationCode factories
* Add job to expire GPO profiles that can't be verified
Not enabled yet, just putting the job in place...
changelog: Internal, Identity verification, Add background job to expire old GPO profiles.
* Add `limit:` arg to GpoExpirationJob.perform
* Remove old column from schema.rb
This column was in place locally for me after working on my old branch.
* `as_of` -> `now` in #perform
* Use a hash to hold user fixtures
* Add gpo_verification_pending_at to analytics event
Track when the user originally entered the GPO flow on the expiration analytics event.
* Add min_profile_age parameter
Allow limiting scope to profiles older than a certain age.
* Add Rake task for profile expiration backfill
Includes rollback functionality.
* Use `Profile.all` instead of `Profile.where('1=1')`
* Fix linter issues in rake file
* Use be_within to address CI failure
* Provide a little progress output during rake task
* changelog: Internal, Emails, add statement timeout since its too long a query * fix white space and address comment
* Add how to use the DestroyUnusedProviders task changelog: Internal, ServiceProvider Management, Add documentation on how to remove unused providers * Remove whitespace
Old event names: 'IdV: review info visited' 'IdV: review complete' The new event names now align with our typical scheme, based on the controller name and the analytics_events method name: :idv_enter_password_visited :idv_enter_password_submitted [skip changelog] Co-authored-by: Sonia Connolly <sonia.connolly@gsa.gov>
* Enhance errors.add linter to check type argument changelog: Internal, Automated Testing, Improve accuracy of error type linter * Fix typo argument
changelog: Internal, Configuration, Remove unused CSP configuration
* Add dashboard container integration to IDP review app Co-authored-by: Mitchell Henke <mitchell.henke@gsa.gov>
changelog: Internal, Documentation, Include TypeScript types in frontend naming conventions
* LG-11343: removes the alert banner telling users the one-time code is now called verification code. Enough time has passed that any letters sent with the "one-time code" language have expired. changelog: User-Facing Improvements, Verify by Mail, Removed an alert banner no longer needed.
… for security keys or f/t unlock (#9562)
…re not loaded by the configuration store (#9575) * Warn if there are configuration keys in the configuration file that are not loaded by the configuration store changelog: Internal, Configuration, Warn if there are configuration keys in the configuration file that are not loaded by the configuration store * Update config/initializers/unused_identity_config_keys.rb Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com> * remove unused redis config url --------- Co-authored-by: Zach Margolis <zachmargolis@users.noreply.github.com>
solipet
approved these changes
Nov 13, 2023
Contributor
solipet
left a comment
There was a problem hiding this comment.
Updated the release notes to change f/t to face/touch
matthinz
reviewed
Nov 13, 2023
| script: | ||
| - mkdir -p /kaniko/.docker | ||
| - echo ${CI_ENVIRONMENT_SLUG} | ||
| - echo $CI_ENVIRONMENT_SLUG |
Contributor
There was a problem hiding this comment.
Just flagging it looks like this might be unintentional (not blocking)
matthinz
reviewed
Nov 13, 2023
matthinz
approved these changes
Nov 13, 2023
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