3674 Commits

Author SHA1 Message Date
dandds
80f633f457 allow config dictionary as argument to make_config; disable CRLs for scripts 2019-01-18 09:44:31 -05:00
leigh-mil
6e6b5948b1
Merge pull request #554 from dod-ccpo/fix-browse-button
Fix browse button in Firefox
2019-01-17 16:27:22 -05:00
patricksmithdds
0dccef9bb7
Merge pull request #555 from dod-ccpo/fix-reporting
Fix mock reporting
2019-01-17 16:08:25 -05:00
Patrick Smith
eb58d6a156 Fix mock report tests 2019-01-17 14:56:58 -05:00
Patrick Smith
3cd2644a88 Use date range for mock data instead of current year only 2019-01-17 14:44:23 -05:00
Patrick Smith
84bfdc819c Fix typo in environment name in mock reports 2019-01-17 14:31:48 -05:00
leigh-mil
dffb053574
Merge pull request #552 from dod-ccpo/sticky-footer
Sticky footer
2019-01-17 14:05:03 -05:00
leigh-mil
574ab1dfa1 Add height to file inputs 2019-01-17 14:01:11 -05:00
Devon
9f71b8313c
Merge pull request #551 from dod-ccpo/better-docker-output
Better docker output
2019-01-17 13:15:37 -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
Devon Mackay
ed418b61ba Pull the manifest for the newly pushed image 2019-01-17 12:51:49 -05:00
Devon Mackay
6dae283805 Dissuade docker push fomr using dynamicy output 2019-01-17 12:49:43 -05:00
leigh-mil
6e1c753114 Add margin to the bottom so the footer doesn't cover content at bottom of page 2019-01-17 12:00:54 -05:00
leigh-mil
c7404137e0 CSS changes to make footer sticky 2019-01-17 11:58:17 -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
Montana
27556cdf82 Formatting 2019-01-17 11:00:35 -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
Montana
185560444a Fix package-lock.json mistake 2019-01-17 10:38:34 -05:00
George Drummond
2367f9e31d
Merge pull request #549 from dod-ccpo/fix-to-form-unchecks-after-error
Fix TO form unchecking steps after validation fails
2019-01-17 10:37:14 -05:00
Montana
af7ef1c245 Add a docstring to new validator 2019-01-17 10:32:22 -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
Patrick Smith
a8ac5de968 Show "Congrats" alert when completing TO form 2019-01-17 08:50:17 -05:00
Patrick Smith
d495619cb6 Allow specifying custom actions in flashed messages 2019-01-17 08:47:23 -05:00
leigh-mil
4fa325818c Move translate_duration() into localization file 2019-01-16 15:38:08 -05:00
patricksmithdds
1ee0c11a63
Merge pull request #547 from dod-ccpo/fix-get-started-layout-ie
Fix TO Get Started Page in IE10
2019-01-16 15:00:59 -05:00
Patrick Smith
ce02cede5e Update size of screen to switch between col/row 2019-01-16 14:48:50 -05:00
leigh-mil
cfecf3d544 Use function to generate list for performance period instead of hard coding all of the text 2019-01-16 14:01:02 -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
Montana
47c61655aa Make sure am_cor is checked when you return to the page after saving 2019-01-16 11:48:39 -05:00
Patrick Smith
2bea46c455 Set width to fix IE10 rendering on TO get started
When on a large screen, ensure the next steps don't take up more than
1/3 of the container width.
2019-01-16 11:33:10 -05:00
leigh-mil
5289614140 Add id to Reporting/App Info on first form page it can be linked to directly 2019-01-16 11:33:04 -05:00
patricksmithdds
5aa6f68618
Merge pull request #542 from dod-ccpo/fix-alignment-ie
Fix layout for task order view page in IE
2019-01-16 11:18:46 -05:00
patricksmithdds
1f30caa730
Merge pull request #545 from dod-ccpo/create-to-for-pf
Allow creating a task order for an existing portfolio
2019-01-16 11:18:31 -05:00
leigh-mil
35636099d2 Fix typos 2019-01-16 11:11:31 -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
Montana
41268cc1e4 Custom validator to only validate COR data if am_cor isn't checked 2019-01-16 10:11:44 -05:00
Montana
940419b577 COR section disappears if am_cor is checked 2019-01-16 10:11:44 -05:00
Montana
2145549c1b Add translation label for cor checkbox 2019-01-16 10:11:44 -05:00
Montana
dc01a68c29 fix test, minor python tweaks 2019-01-16 10:11:44 -05:00
Montana
805db30023 Allow user to rename task order and do no push othertext to DB 2019-01-16 10:11:44 -05:00
Montana
8463599d7b Allow users to update TO information after it has been saved in the DB 2019-01-16 10:11:44 -05:00
leigh-mil
a66e5eba72 Move display logic out of the TaskOrder model and into the template 2019-01-16 10:08:13 -05:00
Patrick Smith
1cc4c23588 Allow creating a task order for an existing portfolio 2019-01-16 08:14:18 -05:00
Patrick Smith
c2101b007d Update display of expired balances on portfolio funding 2019-01-15 21:22:22 -05:00