-
Notifications
You must be signed in to change notification settings - Fork 166
Use lambdas for async resolution proofing calls #4308
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
mitchellhenke
merged 28 commits into
master
from
mitchellhenke/async-resolution-proofing-calls
Oct 16, 2020
Merged
Changes from 25 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
3d59de7
add wait step to cac flow
2880e9d
add async to cac proofing flow
b52bb7a
refactor how verify steps use document capture by consolidating
6ec7b08
remove old comments
4debb81
fix bad method call
ecdf78b
fix bad method call
c88f2ef
lint
5521082
add specs
20f097e
lint
02ff184
convert usps to async proofing
33996d0
add meta refresh
1eba2a8
remove comments
838d711
use pii method
99d4e54
clear uuid on done
9c2dd33
track exception on lambda callback
08ed963
replace VendorProofJob with lambda call
eac6600
update lambda version
dc3b24e
convert cac verify step to lambda
c39d005
use lambdas for usps resolution proofing
66b7e5a
analytics on optional show steps
1d87201
use better text on waiting pages
1b38fef
add meta refresh tags
753d1e0
do not enqueue if already in document capture session
a108ebb
Merge remote-tracking branch 'origin/master' into mitchellhenke/async…
ea9c024
delete proofer mocks
be2c442
Update app/services/flow/flow_state_machine.rb
1126a00
Update spec/controllers/lambda_callback/resolution_proof_result_contr…
e1d4ae6
remove unused methods
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
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 was deleted.
Oops, something went wrong.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| # frozen_string_literal: true | ||
|
|
||
| module LambdaJobs | ||
| GIT_REF = 'd32d49bc27c62a510695c6fe498c6d9b8942f6be' | ||
| GIT_REF = 'ba23bc6d0a5673a1a1f27a0abcfa54fd72372104' | ||
| end |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| <%= content_for(:meta_refresh) { "#{@meta_refresh}" } %> | ||
| <% title t('doc_auth.titles.doc_auth') %> | ||
|
|
||
| <h1 class='h3 my0'><%= t('doc_auth.headings.interstitial') %></h1> | ||
| <h1 class="h3 my0"><%= t('doc_auth.info.interstitial_eta') %></h1> |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| <%= content_for(:meta_refresh) { "#{@meta_refresh}" } %> | ||
| <% title t('doc_auth.titles.doc_auth') %> | ||
|
|
||
| <h1 class='h3 my0'><%= t('doc_auth.headings.interstitial') %></h1> | ||
| <h1 class="h3 my0"><%= t('doc_auth.info.interstitial_eta') %></h1> |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| <%= content_for(:meta_refresh) { "#{@meta_refresh}" } %> | ||
| <% title t('doc_auth.titles.doc_auth') %> | ||
|
|
||
| <h1 class='h3 my0'><%= t('doc_auth.headings.interstitial') %></h1> | ||
| <h1 class="h3 my0"><%= t('doc_auth.info.interstitial_eta') %></h1> |
Empty file.
This file was deleted.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.