1506 Commits

Author SHA1 Message Date
dandds
e9d6ee8102 build individual x509 stores for each CRL 2018-08-20 10:24:14 -04:00
dandds
a72c8498a2 beginning of a CRL loader rewrite 2018-08-20 10:24:14 -04:00
dandds
260560699e limit valid request submission statuses 2018-08-20 10:18:47 -04:00
dandds
fda3046832
Merge pull request #183 from dod-ccpo/crl-logging
additional logging to CRL checks
2018-08-20 10:13:23 -04:00
dandds
293aba230b fix PT #159889979, allow resubmission of previously submitted form 2018-08-20 09:42:31 -04:00
dandds
24c041811f wrap traffic details on financial verification page in conditional 2018-08-20 09:41:36 -04:00
dandds
60509dab8c additional logging to CRL checks 2018-08-17 16:05:49 -04:00
dandds
dcea156dc5
Merge pull request #181 from dod-ccpo/crl-loading
CRL loading
2018-08-17 14:36:20 -04:00
richard-dds
06c44f86c9 Fix tests, linting errors 2018-08-17 14:36:04 -04:00
luis cielak
e148606613 Add description 2018-08-17 14:36:04 -04:00
luis cielak
bd65341b88 Update tooltip and validation requirements 2018-08-17 14:36:04 -04:00
luis cielak
9c6eee5c85 Update tooltip and validation requirements 2018-08-17 14:36:04 -04:00
luis cielak
c5a52bf46f Update tooltip and validation requirements 2018-08-17 14:36:04 -04:00
richard-dds
b41cfa0955 Move UII form workaround into a form method 2018-08-17 14:36:04 -04:00
richard-dds
66eb44afdd Add forms.data 2018-08-17 14:36:04 -04:00
richard-dds
b680b3478a Fix validations in other select fields 2018-08-17 14:36:04 -04:00
richard-dds
6898f86611 UIIs are required 2018-08-17 14:36:04 -04:00
richard-dds
e065bd27c1 Don't use html validation for funding type field 2018-08-17 14:36:03 -04:00
luis cielak
0356d61960 Fix typos and some copy text tweaks 2018-08-17 14:36:03 -04:00
richard-dds
35d8158f3c Really stupid fix for the UII issue 2018-08-17 14:36:03 -04:00
richard-dds
57fd5eb57c Add regex validations for treasury_code and ba_code 2018-08-17 14:36:03 -04:00
richard-dds
fda8c134a8 Fix UII issue (hopefully for good) 2018-08-17 14:36:03 -04:00
luis cielak
3e6dc59f04 Fix fieldset flexbox bug in Firefox and Safari 2018-08-17 14:36:03 -04:00
richard-dds
9b8dd464f6 Unused import 2018-08-17 14:36:03 -04:00
richard-dds
59b5e19c79 Funding type other input is only required if funding type is other 2018-08-17 14:36:03 -04:00
richard-dds
4a1a3571bc Require financial verification funding field to have a selection 2018-08-17 14:36:03 -04:00
richard-dds
070fe823d3 Fix bug in UII field
Was displaying an empty list of UIIs as [''] in the textarea
2018-08-17 14:36:03 -04:00
luis cielak
af96237231 Adjust formatting 2018-08-17 14:36:03 -04:00
luis cielak
453d45bf36 Add fieldset background to TO fields 2018-08-17 14:36:03 -04:00
luis cielak
7471d062e1 Update tooltips 2018-08-17 14:36:03 -04:00
luis cielak
12668cd987 Update styles 2018-08-17 14:36:03 -04:00
luis cielak
9e57908a2c Adding more validation 2018-08-17 14:36:03 -04:00
luis cielak
9ee253d8f5 Align fields for clarity 2018-08-17 14:36:03 -04:00
dandds
be52c8b9b2 make crl_check a CRLCache method 2018-08-17 11:13:01 -04:00
dandds
d453a9592c remove unused checksum function 2018-08-17 11:03:27 -04:00
dandds
ca2763fd03 handle case where certificate issuer is not in existing cache 2018-08-17 11:02:20 -04:00
patricksmithdds
8e2ce6ccc7
Merge pull request #182 from dod-ccpo/continuous-deployment
Set up continuous deployment
2018-08-17 10:49:45 -04:00
dandds
714c82364f more specific name for CRL revocation exception 2018-08-17 10:48:49 -04:00
patricksmithdds
d3315e8739
Merge pull request #179 from dod-ccpo/run-tests-on-ci
Run tests on Travis
2018-08-17 10:36:02 -04:00
Patrick Smith
4578c2f1c8 Don't remove cached CRLs everytime 2018-08-17 09:39:24 -04:00
Patrick Smith
747a8dbbd4 Revert "Force tests to fail"
This reverts commit 810a39d359259782c0daded0de1ce3eddc58b1c9.
2018-08-16 17:10:23 -04:00
Patrick Smith
a6cf27ef5f Make tests run on CI
Specify the entrypoint and cmd on the tester_image2 so that it runs
tests. I was hoping to not have to duplicate the entrypoint and cmd
here, but the results from `docker inspect ${TESTER_IMAGE1_NAME} -f "{{ .Config.Cmd }}"`
were not suitable to pass back to `docker inspect` or `docker run`.
2018-08-16 17:08:07 -04:00
Patrick Smith
f6c1b31639 Continously deploy just the master branch 2018-08-16 16:46:35 -04:00
Patrick Smith
2f3a0a4db1 Attempt to fix permissions on rollout status 2018-08-16 16:08:47 -04:00
dandds
1f7848741b simpler CRL implementation; load as-need because we cannot marshal openssl objects in python 2018-08-16 15:54:42 -04:00
Patrick Smith
1cb68ecdaf Wait for deployment to roll out before finishing 2018-08-16 15:37:37 -04:00
Patrick Smith
810a39d359 Force tests to fail 2018-08-16 15:02:38 -04:00
dandds
e931560dc6 more straightforward crl check function 2018-08-16 14:45:46 -04:00
dandds
2db84fb19a build individual x509 stores for each CRL 2018-08-16 14:21:03 -04:00
Patrick Smith
265b128255 Build remote image name in update-deploy script 2018-08-16 14:17:54 -04:00