-
Notifications
You must be signed in to change notification settings - Fork 166
Deploy RC 313 to Prod #9188
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
Merged
Merged
Deploy RC 313 to Prod #9188
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
ef33b3c
Move user suspended check for sign-in (#9147)
zachmargolis fa4183d
Update IDV report to support multiple issuers (LG-10875) (#9148)
zachmargolis 1c21441
Avoid duplicate analytics event for PIV/CAC login (#9150)
aduth 973f44c
Update Mobile Docs with iOS Chrome Info (#9152)
charleyf 6b221d2
Do not end session when switching languages during forced re-authenti…
b230556
Fix Acuant Error Handler Function Naming (#9149)
charleyf 689bef4
LG-10681: Remove ArcGIS API Usage (#9154)
NavaTim 50e6b15
LG-10871: Direct "Learn more" Face/Touch link to help article (#9155)
aduth f4a32ae
LG-10330 No PO Results Component (#9145)
gina-yamada 7102cc5
LG-10343 Enable the profile backfill job (#9162)
jmhooper aed1a17
LG-10891 Add a job for migrating user password digests to multi-regio…
jmhooper e260f6d
Convert some simpler feature tests to controller and view tests to im…
0f95da8
LG-10614 Update sms copy (#9118)
svalexander 885af33
LG-10886 start moving ssn to idv session (#9129)
soniaconnolly e7cb9c3
Consolidate / standardize URL handling for after_sign_in_path_for (#9…
aduth ba80260
Memoize options method on TwoFactorLoginOptionsPresenter (#9173)
76e1df6
10787: Extract hook from Full Address Search (#9163)
allthesignals 971670b
Do not query for PivCacConfiguration when x509_dn_uuid is blank (#9174)
1eac334
Cleanup ThreatMetrix CSP before_action name now that in_person SSN st…
soniaconnolly 4852aed
Fix Face/Touch "Learn more" grammar for French/Spanish (#9161)
aduth a5ed9fb
Identity Verification report job to immediately exit when s3 reports…
amirbey ef9bad6
LG-10273 idv_session cleanup - remove unused properties (#9178)
soniaconnolly 499c128
Couple more places to add idv_session.ssn (#9168)
soniaconnolly a24506e
LG-10530: Improve Verify by Mail controller & route names (#9136)
matthinz 52d600f
LG-10858 Improve tappable area of LDP footer for mobile users (#9156)
kevinsmaster5 3387b61
Fix behavior for PIV/CAC declined setup from sign-in (#9146)
aduth 607f6c4
LG-10347 Make the key ID the session encryptor uses configurable (#9171)
jmhooper f4bcac3
LG-10300: Add optional info alert to in person proofing location sear…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
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
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
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
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
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
8 changes: 4 additions & 4 deletions
8
...rollers/idv/come_back_later_controller.rb → ...idv/by_mail/letter_enqueued_controller.rb
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
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
68 changes: 0 additions & 68 deletions
68
app/controllers/idv/in_person/address_search_controller.rb
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed this in the original PR but I think we should use the nested namespace style, not the abbreviated style, ex:
It's more clear which of the intermediate namespaces is a class vs a module and means the Rails autoloader has to do less guessing (because you can't redefine a class as a module and vice versa)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYSA @matthinz, re: #9136. I'm assuming this isn't a blocker.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah not a blocker