-
Notifications
You must be signed in to change notification settings - Fork 112
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 426 to Production #11416
Deploy RC 426 to Production #11416
Commits on Oct 24, 2024
-
LG-14548 dw stale data check idp to analytics (#11386)
* LG-14548: DW stale data check job changelog: Internal, Reporting, Set up DW Stale Data Check * brakeman fixes * linting * specs fixes * using transaction_with_timeout * job name change * job name change * removing private --------- Co-authored-by: Osman Latif <olatif@flexion.us>
Configuration menu - View commit details
-
Copy full SHA for 0e2ecc8 - Browse repository at this point
Copy the full SHA 0e2ecc8View commit details
Commits on Oct 25, 2024
-
Ignore unknown authncontext (#11362) (#11396)
changelog: User-Facing Improvements, Integration Experience, Allowing and ignoring unknown authn_context values
Configuration menu - View commit details
-
Copy full SHA for eca5f8d - Browse repository at this point
Copy the full SHA eca5f8dView commit details -
LG-14591 Cancel enrollments with deactivated profiles in proofing job (…
…#11363) changelog: Internal, In-person proofing, Cancel enrollments with deactivated profiles during the proofing job Additional Work: Fix activate after passing in person profile method Update the profile activate_after_passing_in_person method to no longer nil out fields other than in_person_verification_pending_at before attempting to activate the profile. The previous implementation would allow profiles with deactivation reasons or with fraud pending reasons to be activated.
Configuration menu - View commit details
-
Copy full SHA for 9986f9a - Browse repository at this point
Copy the full SHA 9986f9aView commit details -
Upgrade to good_job v4 (#11377)
changelog: Internal, Maintenance, Upgrade to good_job v4
Configuration menu - View commit details
-
Copy full SHA for e2bfded - Browse repository at this point
Copy the full SHA e2bfdedView commit details -
LG-14353 Re-label selected email session key (#11395)
* changelog: Internal, tech debt, rename session key * update remaining keys
Configuration menu - View commit details
-
Copy full SHA for 3e0d513 - Browse repository at this point
Copy the full SHA 3e0d513View commit details -
Enable rubocop rule to disallow OpenStruct usage (#11397)
* Enable rubocop rule to disallow OpenStruct usage changelog: Internal, Performance, Enable rubocop rule to disallow OpenStruct usage * Update spec/views/users/piv_cac_authentication_setup/new.html.erb_spec.rb Co-authored-by: Andrew Duthie <1779930+aduth@users.noreply.github.com> --------- Co-authored-by: Andrew Duthie <1779930+aduth@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 774fa2d - Browse repository at this point
Copy the full SHA 774fa2dView commit details -
Changing LOGIN_ENV to properly construct piv url (#11401)
* changelog: Internal, CI, Changing LOGIN_ENV to match review app environment
Configuration menu - View commit details
-
Copy full SHA for e11ea7d - Browse repository at this point
Copy the full SHA e11ea7dView commit details -
LG-14641 | Update "letter on the way" screen (#11346)
* LG-14651 | Update "letter on the way" screen changelog: User-Facing Improvements, GPO flow, UI tweaks
Configuration menu - View commit details
-
Copy full SHA for 0e2e6c5 - Browse repository at this point
Copy the full SHA 0e2e6c5View commit details -
LG-13006: remove instances of skip_doc_auth - step 4/6 (#11338)
* feat: remove instances of skip_doc_auth * changelog: Internal, In-person proofing, remove old skip_doc_auth variable * feat: remove skip_doc_auth from hybrid handoff * feat: fix linting * feat: update selected_remote helper method * feat: add proper variables from session * feat: update new variable on the frontend * feat: lintfix * feat: more lintfixes * feat: remove skip_doc_auth_from_handoff in controller * feat: update checks for hybrid_handoff controller * feat: revert removal of skip_doc_auth from how to verify controller * feat: more updates to how_to_verify controller * feat: lintfix * feat: remove skipDocAuth from comment * feat: add back old var for 50/50 testing * feat: lintfix * feat: revert removal of skip_doc_auth * feat: updates to utilize skipDocAuth in flow along side skipDocAuthFromHowToVerify * feat: lint fix * feat: pull out space and line updates * fix: another whitespace fix * space fix * fix: another whitespace line fix * feat: sync up with git * lintfix * feat: lintfix
Configuration menu - View commit details
-
Copy full SHA for d7777bf - Browse repository at this point
Copy the full SHA d7777bfView commit details -
Refactor 2FA setup controller specs (#11399)
* Refactor 2FA setup controller specs changelog: Internal, Automated Testing, Refactor 2FA setup controller specs * Switch from "should" to "expect" syntax for RSpec Consistency See: #11399 (comment)
Configuration menu - View commit details
-
Copy full SHA for ad1e9f0 - Browse repository at this point
Copy the full SHA ad1e9f0View commit details
Commits on Oct 28, 2024
-
Add id_token_hint usage tracking (#11404)
* changelog: Internal, Analytics, Add id_token_hint usage tracking
Configuration menu - View commit details
-
Copy full SHA for 5ebb98d - Browse repository at this point
Copy the full SHA 5ebb98dView commit details -
LG-14642: Update design and copy of GPO 'letter on the way' email (#1…
…1351) LG-14642: Update design and copy of GPO 'letter on the way' email **Why** - Align the 'letter requested' design and language with our current design requirements **How** - Rewrote the email template to utilize the new language and iconography. - The template handles more complexity -- if the ServiceProvider is absent or has incomplete configuration details, we account for that and either hide or modify certain instructions and the call-to-action. This business logic is stored in a new presenter (`Idv::ByMail::LetterRequestedPresenter`). - Replaced `user_mailer.letter_reminder.*` with new message properties under `user_mailer.verify_by_mail_letter_requested.*` - Updated the Rails mailer previewer to include a dummy ServiceProvider and User with a pending profile to reflect the new content. changelog: User-Facing Improvements, IdV notifications, Redesign verify-by-mail 'letter requested' email notification --------- Co-authored-by: Jonathan Hooper <jonathan.hooper@gsa.gov>
Configuration menu - View commit details
-
Copy full SHA for 085a3f1 - Browse repository at this point
Copy the full SHA 085a3f1View commit details -
Delete deprecated code (#11403)
* remove deprecated usps_unique_id method that is no longer needed for backward compatibility * Changelog: Internal, In-person proofing, remove deprecated method that is no longer needed for backwards compatibility * remove obsolete test
Configuration menu - View commit details
-
Copy full SHA for 47960fe - Browse repository at this point
Copy the full SHA 47960feView commit details -
LG-11799: Remove same_address_as_id from analytics (#11400)
* begin removing same_address_as_id from analytics * remove same_address_as_id from extra_analytics created in verify_info_concern * update analytics feature specs to match new expectations * Changelog: Internal, In-person Proofing, remove same_address_as_id from analytics * modify idv_result_to_form_response to avoid mutating result
Configuration menu - View commit details
-
Copy full SHA for cab363b - Browse repository at this point
Copy the full SHA cab363bView commit details -
Rename state id controller route after FSM step removal (#11379)
* Rename route changelog: Internal, In-person proofing, rename state id controller routes
Configuration menu - View commit details
-
Copy full SHA for 763c845 - Browse repository at this point
Copy the full SHA 763c845View commit details -
LG-14887: Log action name with reCAPTCHA assessment result received (#…
…11407) * Log action name with reCAPTCHA assessment result received` changelog: Internal, Analytics, Log action name with reCAPTCHA assessment result received` * Add missing recaptcha_action spec assertions
Configuration menu - View commit details
-
Copy full SHA for 1e55a4b - Browse repository at this point
Copy the full SHA 1e55a4bView commit details