1506 Commits

Author SHA1 Message Date
Patrick Smith
e7ae991e93 Add pytest-env to fix pipenv run pytest command
Previously tests would fail when `pipenv run pytest` was run because the
`FLASK_ENV` was not set. Rather than having to remember to run
`FLAKS_ENV=test pipenv run pytest`, we can use `pytest-env` to set the
env variable. The `D:` prefix tells `pytest-env` to not override an
existing value for the variable.
2018-08-21 16:03:10 -04:00
patricksmithdds
e068889b5b
Merge pull request #192 from dod-ccpo/replicate
Update kubernetes deployment to have 2 replicas
2018-08-21 11:24:38 -04:00
Patrick Smith
949cb33b7a Specify two replicas in deployment 2018-08-21 10:44:16 -04:00
Patrick Smith
e96f5cd3b4 Lower memory request for atst container 2018-08-21 10:44:06 -04:00
andrewdds
e38bc2fa63
Merge pull request #190 from dod-ccpo/ui/reports-summary-layout
Ui/reports summary layout
2018-08-21 10:23:38 -04:00
Andrew Croce
4618abb085 dummy markup for workspace reports summary panels 2018-08-20 16:46:20 -04:00
Andrew Croce
740900ebc6 imports 2018-08-20 16:45:57 -04:00
Andrew Croce
6d6d3d14ef fix dd margin in moz browsers 2018-08-20 16:45:47 -04:00
Andrew Croce
3016c76627 reports screen styles 2018-08-20 16:45:31 -04:00
Andrew Croce
3a1e626b8d meter default styles 2018-08-20 16:45:01 -04:00
andrewdds
63b498d9db
Merge pull request #189 from dod-ccpo/dod_branch_labels
Option labels
2018-08-20 15:11:45 -04:00
Andrew Croce
9ba8fee233 allow alert actions to be a string or a list of action dicts 2018-08-20 15:11:12 -04:00
Andrew Croce
ca2db7b58f funding screen base styles 2018-08-20 15:10:51 -04:00
Andrew Croce
03bf7c9dc0 dark gold color 2018-08-20 15:10:35 -04:00
Andrew Croce
ee20a81b39 alert action styles 2018-08-20 14:47:23 -04:00
Andrew Croce
50792d9f37 refactor alert actions 2018-08-20 14:43:08 -04:00
Andrew Croce
a05da67d71 correct link to workspace report screen 2018-08-20 14:39:26 -04:00
Andrew Croce
06caa21b58 add workspace report route 2018-08-20 14:39:11 -04:00
Andrew Croce
8d66a5cb38 workspace report base markup 2018-08-20 14:38:56 -04:00
andrewdds
939d449ac3
Merge branch 'master' into dod_branch_labels 2018-08-20 14:09:46 -04:00
Andrew Croce
b3e82b3707 Add lists of other option choices 2018-08-20 14:07:46 -04:00
dandds
58435b4e0f
Merge pull request #188 from dod-ccpo/x509-store-bug
fix multi-step certificate chain bug in CRL check
2018-08-20 13:49:35 -04:00
Andrew Croce
c9bc36bef3 use getOptionLabel filter for DOD component fields 2018-08-20 13:38:04 -04:00
Andrew Croce
55bf70ddf7 add filter for getting label out of options list 2018-08-20 13:37:46 -04:00
Andrew Croce
6ef1914d2d import SERVICE_BRANCHES data into request form templates 2018-08-20 13:37:24 -04:00
patricksmithdds
6fd0312cf5
Merge pull request #186 from dod-ccpo/require-migration-select-fields
Add missing required validators
2018-08-20 13:32:31 -04:00
andrewdds
19186a37e4
Merge pull request #187 from dod-ccpo/ui/review-and-submit
Ui/review and submit
2018-08-20 13:20:11 -04:00
andrewdds
ef0dc75107
Merge branch 'master' into ui/review-and-submit 2018-08-20 13:02:47 -04:00
dandds
a574734a8b
Merge pull request #184 from dod-ccpo/financial-page-bug-159795524
review and submit page bugs (159795524 and 159889979)
2018-08-20 12:50:55 -04:00
dandds
c8bcde48ec fix multi-step certificate chain bug in CRL check 2018-08-20 12:37:33 -04:00
Andrew Croce
66295a1e5d use correct filter names 2018-08-20 12:12:11 -04:00
Andrew Croce
27fcaee0cd fix ReadableInteger filter 2018-08-20 12:12:01 -04:00
Andrew Croce
6b675afab9 Add some display pizzaz to the review and submit form 2018-08-20 12:06:35 -04:00
Andrew Croce
b56bc232e6 Add more template filters 2018-08-20 12:06:35 -04:00
patricksmithdds
d8bc81a493
Merge pull request #185 from dod-ccpo/format-dollars
Add jinja filter to format dollars
2018-08-20 12:00:03 -04:00
Patrick Smith
364d452598 Add missing required validators 2018-08-20 11:42:32 -04:00
dandds
9e24dd4913
Merge pull request #180 from dod-ccpo/ui/financial-verification
UI/financial verification
2018-08-20 11:22:30 -04:00
Patrick Smith
cfc76f5137 Add filter for formatting dollar values 2018-08-20 11:00:40 -04:00
Patrick Smith
2f62aebd57 Refactor how jinja filters are added 2018-08-20 11:00:11 -04:00
dandds
78e9cdd82c use SERVICE_BRANCHES constant for requests factory 2018-08-20 10:56:29 -04:00
dandds
fa883c47bf use derived annual_spend property for requests 2018-08-20 10:33:17 -04:00
dandds
c88c763da2 annual_spend property for requests model 2018-08-20 10:25:06 -04:00
luis cielak
81268736a1 Update placeholder example to match valid regex 2018-08-20 10:24:14 -04:00
dandds
deaf4eb5b6 additional logging to CRL checks 2018-08-20 10:24:14 -04:00
dandds
7fb407a3b1 make crl_check a CRLCache method 2018-08-20 10:24:14 -04:00
dandds
f5cc9daee9 remove unused checksum function 2018-08-20 10:24:14 -04:00
dandds
504b138765 handle case where certificate issuer is not in existing cache 2018-08-20 10:24:14 -04:00
dandds
b80701e200 more specific name for CRL revocation exception 2018-08-20 10:24:14 -04:00
dandds
c59f207227 simpler CRL implementation; load as-need because we cannot marshal openssl objects in python 2018-08-20 10:24:14 -04:00
dandds
e64c12da46 more straightforward crl check function 2018-08-20 10:24:14 -04:00