Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
bc9a149
LG-4382 Remove PIV/CAC from IAL2 flow as proofing option (#4819)
stevegsa Mar 25, 2021
3794a42
update mimemagic (#4835)
Mar 25, 2021
b3a3cfc
Use RedactedStruct (#4832)
zachmargolis Mar 25, 2021
e761a69
Remove unused modal-fail styles (#4834)
aduth Mar 25, 2021
3532908
Rename USPS classes to GPO (LG-4233) (#4837)
zachmargolis Mar 25, 2021
ab20abd
simplify pinpoint config (#4839)
Mar 26, 2021
66646ae
add piv/cac second factor error (#4843)
Mar 26, 2021
ff310f2
Read the app configs from S3 when we start the app (#4842)
jmhooper Mar 26, 2021
c5dec50
include ignored error in newrelic.yml (#4846)
Mar 26, 2021
c96e435
Remove unreachable TOTP / PIVCAC enable partials (#4841)
aduth Mar 26, 2021
42845e2
Refactor account action button as independent from BassCSS (#4840)
aduth Mar 26, 2021
376e0ac
No longer autocorrecting the email field (Safari only) (LG-3842) (#4845)
solipet Mar 26, 2021
b201a8d
LG-4305: Log new event in case of lockout from proofing (2) (#4829)
aduth Mar 29, 2021
08ebcaa
Handle Pinpoint invalid phone number errors (LG-4362) (#4850)
zachmargolis Mar 29, 2021
eea7d38
Remove Proofing Lambdas (#4844)
Mar 29, 2021
0efaa3a
LG-4381: Log Acuant SDK load on frontend (#4849)
aduth Mar 29, 2021
6baabbd
Bump y18n from 4.0.0 to 4.0.1 (#4853)
dependabot[bot] Mar 29, 2021
a11e512
Remove circa-2019 in-person proofing prototype flow (#4852)
aduth Mar 29, 2021
770e27b
LG-4359 Cannot redirect to nil! error during signup (#4848)
stevegsa Mar 30, 2021
0efa17f
Allow SPs to have multiple certs (LG-2049) (#4851)
zachmargolis Mar 30, 2021
c943d85
Update SMS OTP/TOTP app layouts to support USWDS buttons (#4854)
aduth Mar 31, 2021
809cb18
Remove references to SimpleForm required markup (#4855)
aduth Mar 31, 2021
73af35d
LG-4393: Add Acuant SDK result moire value to analytics payload (#4856)
aduth Mar 31, 2021
692e495
Fix typo from #4837 (#4859)
zachmargolis Mar 31, 2021
bbad7a9
log when resolution and address proofing are throttled (#4858)
Mar 31, 2021
d6446cf
Configuration type checks (#4847)
Mar 31, 2021
c69fc80
LG-3865: Remove BassCSS Module: Btn (#4836)
aduth Apr 1, 2021
99f8d99
ActiveJob Metrics (LG-4369) (#4860)
Apr 1, 2021
5e4cdfb
LG-4331 Add coverage for upload step on desktop and mobile devices (#…
stevegsa Apr 2, 2021
254f944
LG-4396: Log frontend Acuant capture failure (#4857)
aduth Apr 2, 2021
7ee3457
Add code to test benchmarking salted backup codes (LG-4425) (#4862)
zachmargolis Apr 2, 2021
9c4f428
Split Yarn lockfile sync build error from optimized assets check (#4865)
aduth Apr 2, 2021
45f98ab
LG-4316: Add lockout information to two-factor options screen (#4867)
jmdembe Apr 2, 2021
4a8e075
Change worker log location (#4870)
Apr 2, 2021
e4bc270
update rails to 6.1.3.1 (#4866)
solipet Apr 2, 2021
61c52c3
Configuration type checks for comma separated list configs (#4871)
Apr 2, 2021
5a0fb4c
fix default application.yml content (#4868)
Apr 2, 2021
e6fafb9
Configuration type checks for uri configs (#4874)
Apr 5, 2021
a8c9481
Remove fingerprint from seeded local development service provider (#4…
aduth Apr 5, 2021
68c733f
Use top-level defaults for previously nil but now required configs (#…
jmhooper Apr 5, 2021
fd7d3c6
Remove redundant / unreachable backup code buttons helpers (#4875)
aduth Apr 5, 2021
98fe273
Fix buttons widths from BassCSS to USWDS migration (#4869)
aduth Apr 5, 2021
d770cbb
LG-4428: remove noisy saml request logging (#4873)
solipet Apr 5, 2021
7d0431e
Fix active, disabled, unstyled button background color (#4881)
aduth Apr 6, 2021
3fdd731
LG-4312 Remove analytics_user override of default analytics user (#4833)
stevegsa Apr 6, 2021
3a5bb90
LG-4052: updated translations (#4879)
solipet Apr 6, 2021
da4ddeb
Fix doc auth funnel capture document stats (#4883)
stevegsa Apr 6, 2021
7fe7be7
Stop referencing ServiceProvider#fingerprint (#4884)
zachmargolis Apr 6, 2021
c1a0269
log throttle events for email sending throttles (LG-4404) (#4876)
Apr 6, 2021
fae1de2
LG-4327 First pass image metric errors for DPI, Blur, and Glare (#4882)
amathews-fs Apr 7, 2021
7c4d45c
update saml_idp gem to handle default aal authn context (#4885)
achapm Apr 7, 2021
d5090ba
Fix button block link styling from USWDS migration (#4886)
aduth Apr 7, 2021
00deec6
Ensure non-nil fingerprint for SAML logout (#4890)
zachmargolis Apr 7, 2021
97795fc
Merge remote-tracking branch 'origin/stages/prod' into stages/rc-2021…
aduth Apr 7, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ jobs:
cp -a keys.example keys
cp -a certs.example certs
cp pwned_passwords/pwned_passwords.txt.sample pwned_passwords/pwned_passwords.txt
bundle exec rake db:create db:migrate db:seed --trace
bundle exec rake db:create db:migrate --trace
bundle exec rake db:seed
bundle exec rake assets:precompile
- run:
name: Run Tests
Expand Down Expand Up @@ -194,6 +195,7 @@ jobs:
- run:
name: Run Lints
command: |
make lint_yarn_lockfile
yarn run lint
yarn run typecheck
bundle exec rubocop
Expand Down
1 change: 0 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ plugins:
- FIXME
- HACK
- BUG
- XXX
pep8:
enabled: true
reek:
Expand Down
3 changes: 2 additions & 1 deletion .erb-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ linters:
- 'rounded-(top|right|bottom|left)'
- '((sm|md|lg)-)?hide'
- '(sm|md|lg)-show'
- 'btn-(small|big|narrow|transparent)'
- 'btn(-(small|big|narrow|wide|link|primary|secondary|danger|disabled|big|narrow|transparent))?'
- ':not(label).btn-border'
- 'border-(black|gray|white|aqua|orange|fuchsia|purple|maroon|darken-[1-4]|lighten-[1-4])'
suggestion: 'Use USWDS classes instead of BassCSS.'
- deprecated:
Expand Down
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Metrics/BlockLength:
Max: 25
ExcludedMethods:
- 'Struct.new'
- 'RedactedStruct.new'
Exclude:
- 'Rakefile'
- '**/*.rake'
Expand Down
15 changes: 7 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }

ruby '~> 2.6.5'

gem 'rails', '~> 6.1.2'
gem 'rails', '~> 6.1.3'

gem 'ahoy_matey', '~> 3.0'
gem 'american_date'
Expand All @@ -23,19 +23,17 @@ gem 'faraday'
gem 'foundation_emails'
gem 'hiredis'
gem 'http_accept_language'
gem 'identity-doc-auth', github: '18F/identity-doc-auth', tag: 'v0.4.1'
gem 'identity-doc-auth', github: '18F/identity-doc-auth', tag: 'v0.5.1'
gem 'identity-hostdata', github: '18F/identity-hostdata', tag: 'v2.0.0'
gem 'identity-logging', github: '18F/identity-logging', tag: 'v0.1.0'
require File.join(__dir__, 'lib', 'lambda_jobs', 'git_ref.rb')
gem 'identity-idp-functions', github: '18F/identity-idp-functions', ref: LambdaJobs::GIT_REF
gem 'identity-idp-functions', github: '18F/identity-idp-functions', ref:'d9241bdfea85a76c170e456a89'
gem 'identity-telephony', github: '18f/identity-telephony', tag: 'v0.1.12'
gem 'identity_validations', github: '18F/identity-validations', branch: 'main'
gem 'json-jwt', '>= 1.11.0'
gem 'jwt'
gem 'local_time'
gem 'lograge', '>= 0.11.2'
gem 'maxminddb'
gem 'mimemagic', '0.3.5', github: 'mimemagicrb/mimemagic', ref: '40dd02bb6b442535f97c35326c0383bc67'
gem 'net-sftp'
gem 'newrelic_rpm'
gem 'pg'
Expand All @@ -49,13 +47,14 @@ gem 'rack-timeout', require: false
gem 'raise-if-root'
gem 'readthis'
gem 'recaptcha', require: 'recaptcha/rails'
gem 'redacted_struct'
gem 'redis-session-store', '>= 0.11.3'
gem 'rotp', '~> 6.1'
gem 'rqrcode'
gem 'ruby-progressbar'
gem 'ruby-saml'
gem 'safe_target_blank', '>= 1.0.2'
gem 'saml_idp', git: 'https://github.com/18F/saml_idp.git', tag: '0.12.0.18f'
gem 'saml_idp', git: 'https://github.com/18F/saml_idp.git', tag: '0.12.2.18f'
gem 'sassc-rails', '~> 2.1.2'
gem 'scrypt'
gem 'secure_headers', '~> 6.3'
Expand Down Expand Up @@ -123,6 +122,6 @@ group :test do
end

group :production do
gem 'aamva', github: '18F/identity-aamva-api-client-gem', tag: 'v4.1.0'
gem 'lexisnexis', github: '18F/identity-lexisnexis-api-client-gem', tag: 'v3.1.1'
gem 'aamva', github: '18F/identity-aamva-api-client-gem', tag: 'v4.2.0'
gem 'lexisnexis', github: '18F/identity-lexisnexis-api-client-gem', tag: 'v3.2.0'
end
Loading