685 Commits

Author SHA1 Message Date
montana-mil
88e4a99b03
Merge pull request #570 from dod-ccpo/bug-start-to-from-pf-funding-page
Allow CCPO to create TO on anyone's portfolio
2019-01-23 16:37:20 -05:00
patricksmithdds
9f2419d334
Merge pull request #571 from dod-ccpo/custom-json-encoder
Use a custom JSON encoder
2019-01-23 16:09:23 -05:00
Montana
ef85340baa Add to test 2019-01-23 15:47:00 -05:00
dandds
3687f8b65b
Merge pull request #572 from dod-ccpo/ko-perms-fix
ensure KO can view task order page
2019-01-23 15:24:21 -05:00
dandds
dd2ac62903 ensure KO can view task order page 2019-01-23 15:12:41 -05:00
Patrick Smith
e51a9012fd Add custom JSON encoder to handle attachment objects 2019-01-23 14:57:14 -05:00
patricksmithdds
f553c9a9ea
Merge pull request #566 from dod-ccpo/upload-csp-estimate
Upload proof of CSP estimate
2019-01-23 14:56:28 -05:00
Montana
1d2befa660 Fix test 2019-01-23 14:45:29 -05:00
Patrick Smith
672c562323 Allow removing a csp estimate from a task order 2019-01-23 11:16:54 -05:00
Patrick Smith
c155de0e84 Add tests for downloading csp estimate 2019-01-23 11:16:54 -05:00
Patrick Smith
f580f69d35 Raise error if csp estimate is not of proper type 2019-01-23 11:16:54 -05:00
Patrick Smith
30ebebb13a Fix failing tests 2019-01-23 11:16:54 -05:00
Patrick Smith
30be2a5018 Seek to beginning of file before writing
Not seeking was providing files of 0 bytes. Not sure why this just
recently started breaking.
2019-01-23 11:16:54 -05:00
Patrick Smith
6a9290619d Update funding form to handle uploading pdf/png 2019-01-23 11:16:54 -05:00
dandds
b7f90bcbd6 when KO accepts invite, redirect to TO view page 2019-01-23 10:05:03 -05:00
montana-mil
4afafe7217
Merge pull request #560 from dod-ccpo/ko-dod-id-toggle
Toggle DOD ID Input For Officers
2019-01-21 14:03:45 -05:00
Montana
d51663e075 Refactor RequiredIf validator 2019-01-20 09:50:20 -05:00
dandds
315c70802d
Merge pull request #557 from dod-ccpo/crl-errors
handle exceptions when loading CRLs
2019-01-18 10:40:35 -05:00
dandds
9d141d1ea4 clarify test of missing CRL 2019-01-18 10:33:43 -05:00
Montana
67108484be New custom validator RequiredIf 2019-01-18 09:39:52 -05:00
Patrick Smith
eb58d6a156 Fix mock report tests 2019-01-17 14:56:58 -05:00
dandds
0457b0a508 handle exceptions when loading CRLs 2019-01-17 14:20:04 -05:00
patricksmithdds
ff9ade90b1
Merge pull request #548 from dod-ccpo/to-congrats-msg
Add "Congrats" message after completing TO form
2019-01-17 13:11:00 -05:00
montana-mil
d0857a4a74
Merge pull request #546 from dod-ccpo/am-cor-checkbox
am COR checkbox
2019-01-17 11:39:06 -05:00
leigh-mil
9af74a8a53
Merge pull request #543 from dod-ccpo/update-to-form-part-2
Update Task Order Form - Part 2
2019-01-17 10:53:43 -05:00
dandds
5adee55565
Merge pull request #550 from dod-ccpo/crl-no-op
no op version of CRL cache for disabling crl check
2019-01-17 10:45:23 -05:00
Montana
684786bffc Remove unused import 2019-01-17 10:45:13 -05:00
dandds
becaec8d42 no op version of CRL cache for disabling crl check 2019-01-17 10:28:40 -05:00
George Drummond
0bb1f1a7f5
Fix TO form unchecking steps after validation fails 2019-01-17 10:27:54 -05:00
Patrick Smith
87cd100c51 Fix test for task_orders.invite route 2019-01-17 09:03:51 -05:00
patricksmithdds
a5314b50c7
Merge pull request #544 from dod-ccpo/task-order-listing
Portfolio funding screen
2019-01-16 11:48:48 -05:00
leigh-mil
bf302a8800 Use choice() instead of choices() so a string is returned 2019-01-16 11:03:59 -05:00
Montana
ae494d3bb5 Refactor RequiredIfNot custom validator, add tests 2019-01-16 11:00:51 -05:00
Montana
5d4fee9546 Save TO creator data as cor data if am_cor is checked 2019-01-16 10:11:44 -05:00
Patrick Smith
1cc4c23588 Allow creating a task order for an existing portfolio 2019-01-16 08:14:18 -05:00
Patrick Smith
ba97117a74 Add tests for portfolio funding route
This adds a helper to grab a template's context. Using a helper from the
Flask documentation: http://flask.pocoo.org/docs/1.0/signals/?highlight=template_rendered#subscribing-to-signals
2019-01-15 21:10:59 -05:00
Patrick Smith
e41f01398c Update seed sample to create multiple task orders for each portfolio 2019-01-15 11:16:40 -05:00
Patrick Smith
c9639435aa fixup w/ 8f8e7fa6 2019-01-15 10:54:39 -05:00
Patrick Smith
8f8e7fa65e Add active & expired task order statuses 2019-01-15 10:51:00 -05:00
Montana
676c68a243 fix test, minor python tweaks 2019-01-15 09:08:21 -05:00
Montana
804ddc4db5 Allow user to rename task order and do no push othertext to DB 2019-01-15 09:07:03 -05:00
dandds
0eec42c55b change constant names 2019-01-14 16:00:17 -05:00
dandds
d3d36822df workspace -> portfolio everywhere 2019-01-14 16:00:17 -05:00
dandds
3fc323d785 project -> application everywhere 2019-01-14 16:00:17 -05:00
dandds
142395f1e9 rename Workspace to Portfolio in user-facing contexts 2019-01-14 16:00:17 -05:00
dandds
5656523ad6 catch additional CRL download exception 2019-01-14 15:17:45 -05:00
leigh-mil
4ed61708fb Updates from PR review 2019-01-11 15:59:18 -05:00
leigh-mil
b18e3a9e10 Add columns relating to Funding and Oversight sections to TaskOrder model 2019-01-11 15:59:18 -05:00
patricksmithdds
af5cf88e6d
Merge branch 'master' into view-task-order 2019-01-11 13:35:37 -05:00
Montana
e0d9bd0335 Add test for TO invite route 2019-01-11 13:22:40 -05:00