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
Patrick Smith
1acd5fb73a
Use full remote image name when setting deployed image
2018-08-16 13:59:30 -04:00
Patrick Smith
b82bbae0c5
base64 decode user token
2018-08-16 13:40:54 -04:00
dandds
1acb55fde6
beginning of a CRL loader rewrite
2018-08-16 13:02:49 -04:00
Patrick Smith
9deb602d22
Update image sha in deploy yml
2018-08-16 11:59:29 -04:00
Patrick Smith
23e5c04597
Merge branch 'master' into continuous-deployment
2018-08-16 10:48:40 -04:00
Patrick Smith
71a8c06c22
Even more memory please
2018-08-16 10:36:27 -04:00
Patrick Smith
cba435c233
Bump up memory requirement
2018-08-16 10:22:07 -04:00
patricksmithdds
46aa95248c
Merge pull request #178 from dod-ccpo/kpi-159705475
...
Add counts for KPI (159705475)
2018-08-15 12:04:28 -04:00
richard-dds
d0af633449
Merge pull request #177 from dod-ccpo/designate-technical-poc-159495040
...
Designate technical poc 159495040
2018-08-15 11:43:24 -04:00
dandds
920ad1c554
Requests.status_count can be scoped to creator
2018-08-15 11:43:12 -04:00
richard-dds
e0ac7bfe5f
Update form fields and copy
2018-08-15 11:28:48 -04:00
richard-dds
a9d3449548
Change inaccurate test name
2018-08-15 11:28:48 -04:00