Merged
Conversation
* changelog: Upcoming Features, Attempts API, poll handling
* changelog: Internal, Feature Toggles, Turn off and remove references to recaptcha log only mode * remove key in application.yml.default
* changelog: Bug Fixes, Account reset, Actually cancel account reset request * fix schema * add config check * add spec for cancel method
…ler error handling (#12017) Co-authored-by: Will Birdsall <will@ignition72.com>
changelog: Internal, Events, Remove all use of sp_return_logs.requested_at Step 2 of 3 Steps: 1. Add migration to drop the NOT NULL constraint and deploy 2. Add column to `ignored_columns`, remove all reads and writes and deploy 3. Drop column using `safety_assured` and deploy
* changelog: Internal, Attempts Api, Fixing configuration access
* make faraday timeouts and retry attempts configurable for DoS API requests [skip changelog] * add metric name for dos healthcheck * add dos_passport_mrz_maxretry to identity config * add retry test
* changelog: Upcoming Features, passport, add choose id type screen to hybrid flow * Updating feature test * changing feature test for hybrid flow * removing passport redirect to see if its affecting hybrid flow test * reverting and reorgnaizing spec * Fixing spec * Resolving PR comments consolidating correct vendor function and choose id type view * Fixing specs * Resolving PR comments * Fixing spec * Resolving PR comment for next step url
* changelog: Internal, Tech debt, Remove unused phone confirmation database fields * remove test expecting phone_configuration confirmed at * insert removed_columns from PR2 * ignore column for confirmed_at * fix grouping of ignored_columns * back out from ignored_columns * add in phone configuration ignored column * add in confirmed_at column * remove confirmed at from mfa config report creator * remove lingering phone_configuration confirmed_at settings * remove confirmed_at params passed to PhoneNumberCapabilities * removed more confirmed_at params * puts back confirmed_at for non-db related usages * remove from ignored_columns
jmdembe
approved these changes
Mar 27, 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.
Bug Fixes
Internal
Upcoming Features