-
Notifications
You must be signed in to change notification settings - Fork 166
LG-8697 Use StringRedacter instead of copied redact method #7683
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
Closed
Closed
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
e2f0c5e
Add test for Continue from verify_info screen
soniaconnolly 9d7bb48
Add scaffolding to remove verify_wait from flow state machine
soniaconnolly 25a5151
Add more methods to make verify_info#update work
soniaconnolly 7085cd8
Update test to go to next step, now passes
soniaconnolly 60f5117
New specs and Idv::Session field change
soniaconnolly d3dfc1a
Small ssn_step cleanup
soniaconnolly f0ed81f
throttle and continue spec passes
soniaconnolly 64254dc
Separate kinds of throttles
soniaconnolly 0d8334d
Verify_info feature tests passing
soniaconnolly 3a2c085
Remove line disabling lint and rearrange.
soniaconnolly 41a6339
Create Concern for redact method
soniaconnolly 98c7232
Clean up comments and lint for verify_info show.html.erb
soniaconnolly fcd3ebe
Add changelog
soniaconnolly a37b795
Add test for Continue from verify_info screen
soniaconnolly b4ea51d
Add scaffolding to remove verify_wait from flow state machine
soniaconnolly 1d1f1d2
Add more methods to make verify_info#update work
soniaconnolly e41beaf
Update test to go to next step, now passes
soniaconnolly 5658495
New specs and Idv::Session field change
soniaconnolly cd03803
Small ssn_step cleanup
soniaconnolly 0d97dab
throttle and continue spec passes
soniaconnolly f3c3d86
Separate kinds of throttles
soniaconnolly 383b95f
Verify_info feature tests passing
soniaconnolly 63ce60b
Remove line disabling lint and rearrange.
soniaconnolly 8a9d0c0
Create Concern for redact method
soniaconnolly 4c4068e
Clean up comments and lint for verify_info show.html.erb
soniaconnolly 4efe550
fix an issue where exceptions were not appearing in the proofing resu…
jmhooper 02c29ac
Merge branch 'sonia-lg-7400' of github.com:18F/identity-idp into soni…
soniaconnolly 6c8669d
Add changelog
soniaconnolly 9e3bc33
Add spinner button to verify_info_controller#show
1f24aeb
Show error alerts when verify info is throttled
theabrad 254b239
Use StringRedacter instead of redact method
soniaconnolly ac053c8
Use StringRedacter instead of redact method
soniaconnolly 4c5a72a
Lint
soniaconnolly 70c79e6
Make redact_alphanumeric a static method per PR feedback
soniaconnolly 7f3a351
move string_redacter under services
soniaconnolly 9b5458f
Remove unnecessary controller from spec
soniaconnolly 3bda211
remove unneeded includes
soniaconnolly 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
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
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.
Is this related to the changes for string redaction?
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.
Nope, base branch issues like @zachmargolis pointed out below.