Skip to content
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 121 to Production #4327

Merged
merged 36 commits into from
Oct 22, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
61bda7f
Log the user UUID in the image uploads controller (#4286)
jmhooper Oct 7, 2020
c8b47ab
Async phone proofing calls (LG-3275) (#4273)
mitchellhenke Oct 7, 2020
d391f77
LG-3512: Apply link button styling to link element (#4290)
aduth Oct 8, 2020
538d341
Hide "+" character from screen readers via aria-hidden (LG-3560) (#4291)
zachmargolis Oct 8, 2020
7d83586
Fix intermittent IAA Billing Report test failures by sorting SPs (#4289)
aduth Oct 9, 2020
0f39228
Remove unused Webpack loaders (#4279)
aduth Oct 9, 2020
979a8d1
Add source-map-loader to Webpack configuration (#4280)
aduth Oct 9, 2020
3cc950a
LG-3423: Refactor doc capture (hybrid) polling to own endpoint (#4293)
aduth Oct 9, 2020
ce1350d
Async proofing for recovery flow (#4294)
mitchellhenke Oct 9, 2020
4ac261c
Remove unused profile step (#4297)
mitchellhenke Oct 9, 2020
2cd5364
Add CircleCI lint step to verify ES5 syntax for Internet Explorer (#4…
aduth Oct 9, 2020
d80d65b
Generate desktop selfie as JPEG at original (constrained) capture siz…
aduth Oct 9, 2020
31311a7
Remove explicit dependency to identity-es5-safe (#4298)
aduth Oct 9, 2020
a060bf4
fix warning from i18n update (#4300)
mitchellhenke Oct 9, 2020
206b7b0
Fixes a bug where canceling identity proofing would leave the user in…
solipet Oct 13, 2020
1e17c4c
Use default USWDS pseudo-class for banner collapse button (#4277)
aduth Oct 14, 2020
b89e615
Convert more slim templates (#4304)
mitchellhenke Oct 14, 2020
f04b14e
LG-3576 Update the piv/cac chooser page with new graphics, layout, co…
amathews-fs Oct 14, 2020
faf0b5b
Fixing 2FA SMS code not autocompleting in Safari (#4303)
ankurp Oct 14, 2020
f857528
One liner to fix local docker building. (#4306)
amathews-fs Oct 14, 2020
9db3846
ensure input has associated label (#4311)
mitchellhenke Oct 15, 2020
17a897a
fix bottom margin on label (#4312)
mitchellhenke Oct 15, 2020
2b6c824
async proofing for cac flow (#4299)
mitchellhenke Oct 15, 2020
03090dc
Async resolution proofing in USPS flow (#4305)
mitchellhenke Oct 15, 2020
9f15e03
Use lambdas for async resolution proofing calls (#4308)
mitchellhenke Oct 16, 2020
3ecdadc
Convert more slim templates (#4316)
mitchellhenke Oct 16, 2020
1abcb81
Add aria-invalid attribute to all required fields (LG-3531) (#4309)
zachmargolis Oct 19, 2020
9ed0f90
LG-3419: Add background upload for images in document capture (#4314)
aduth Oct 19, 2020
fc821dd
DocAuth: Move it to a gem (#4307)
zachmargolis Oct 19, 2020
1287b45
LG-3589: List supported MIME types for file input accept pattern (#4317)
aduth Oct 19, 2020
d22a63a
Update string usage from doc auth gem (#4320)
aduth Oct 20, 2020
82389b9
LG-3672 Fix overall success rate reporting when doc capture step enab…
stevegsa Oct 20, 2020
5778e83
LG-3645 Fix authentication costing for SAML (#4319)
stevegsa Oct 20, 2020
edd83da
Ensure advance warning of links opening new window (LG-3528) (#4310)
mitchellhenke Oct 20, 2020
05723ea
LG-3416 API to verify documents (#4313)
stevegsa Oct 21, 2020
a415de4
Bump identity-idp-functions (#4328)
zachmargolis Oct 21, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused Webpack loaders (#4279)
* Remove unused Webpack loaders

**Why**: Build performance, improved compatibility with future Webpacker v6 release, improved interoperability with future addition of loaders e.g. source-map-loader

* Upgrade focus-trap from 6.1.0 to 6.1.3

**Why**: Fix syntax errors in Internet Explorer
  • Loading branch information
aduth authored Oct 9, 2020
commit 0f39228e18e273e46f9525b308c3c1770b4a5e05
2 changes: 1 addition & 1 deletion app/javascript/packages/document-capture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "1.0.0",
"dependencies": {
"focus-trap": "^6.1.0",
"focus-trap": "^6.1.3",
"react": "^16.13.1"
}
}
2 changes: 2 additions & 0 deletions config/webpack/environment.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const { environment } = require('@rails/webpacker');

environment.loaders.delete('file');
environment.loaders.delete('nodeModules');
environment.loaders.delete('moduleSass');
environment.loaders.delete('moduleCss');
environment.loaders.delete('css');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"classlist-polyfill": "^1.2.0",
"cleave.js": "^1.5.3",
"clipboard": "^1.6.1",
"focus-trap": "^6.1.0",
"focus-trap": "^6.1.3",
"hint.css": "^2.3.2",
"identity-style-guide": "^2.1.5",
"intl-tel-input": "^16.0.7",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4251,12 +4251,12 @@ flush-write-stream@^1.0.0:
inherits "^2.0.3"
readable-stream "^2.3.6"

focus-trap@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.1.0.tgz#836a4851b389b71fe26d4dcdfb43d5c8d6f2bfc6"
integrity sha512-TQf1gJ5UgAY2ZMXrTDls6ah10kJmh35w/4COQHncLILwAK7hme4tiOwYnq2JOU88pqu1LoPqO9Yn7EbvmnzRRQ==
focus-trap@^6.1.3:
version "6.1.3"
resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.1.3.tgz#38b79099bec42b9efa9ee47b646a21033dd030fd"
integrity sha512-UXrRlMIZVwLRt4t/fdhExuD3nanc2oHlyJrjbUl01iR2Z59/uPOAj4V9A6k2aelLb/aKb3YKJG+S4HBTrnTWHA==
dependencies:
tabbable "^5.1.0"
tabbable "^5.1.2"

follow-redirects@^1.0.0:
version "1.13.0"
Expand Down Expand Up @@ -8917,10 +8917,10 @@ symbol-tree@^3.2.4:
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==

tabbable@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.1.0.tgz#b81115168d0a8359ba69003b6a99d05f8480a664"
integrity sha512-Y3nSukchqM5UchuZjhj/WyE79Qb4RM/Vx3x3oHO3UYKKpf70Hy3iVRxb61MzCavN74aZsKzvPl4KNG8tQUAjFQ==
tabbable@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.1.2.tgz#3c4eac2901d0000913d13ce147229eb1405b59ca"
integrity sha512-DNmnX4XgkjK7kxDnQ5IbyYoNke2izMk5b62All0qxzoCF3wE7H9CuZ2IPdfAN8v79E0rpjv2k78uWuIXupGa9g==

table@^5.2.3:
version "5.4.6"
Expand Down