1011 Commits

Author SHA1 Message Date
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
Patrick Smith
2b61621402 Fix setting default status on task orders 2019-01-11 10:35:04 -05:00
montana-mil
63b354a2e4
Merge pull request #517 from dod-ccpo/hide-requests
hide requests workflow
2019-01-10 14:57:59 -05:00
dandds
74ed550292 fix ampersands when comparing docx output in tests 2019-01-10 11:37:26 -05:00
dandds
e2e4b5ae70 use real atat and workspace roles in tests 2019-01-10 11:23:11 -05:00
dandds
4f1b1e79ae fix TO access control in tests from rebase 2019-01-10 09:13:04 -05:00
dandds
476627996e update arg order for task order update utility class 2019-01-10 08:56:40 -05:00
dandds
ccf1ff2024 authorization checks for task orders 2019-01-10 08:56:40 -05:00
dandds
a3bac44371
Merge pull request #529 from dod-ccpo/to-formdata-fix
manually set list/SelectMultipleField data for task order AppInfoForm
2019-01-10 08:49:48 -05:00
Montana
aea690cb0f Keep test coverage, but skip front end tests for requests 2019-01-09 13:40:03 -05:00
leigh-mil
a9634edb95 Formatting fix from rebase 2019-01-09 13:31:11 -05:00
leigh-mil
52bfb4b7d4 Add assertions to tests so they are more explicit 2019-01-09 13:16:03 -05:00
leigh-mil
a48b814263 Update query to also return events that update the workspace 2019-01-09 13:16:03 -05:00
leigh-mil
466f2565b5 Add tests 2019-01-09 13:16:03 -05:00
dandds
3fae563d35 manually set list/SelectMultipleField data for task order AppInfoForm 2019-01-09 11:37:05 -05:00
Patrick Smith
3a5c55410c Show errors on new task order form when fields are invalid
Form errors were not being shown because a new form instance was being
created each time the `form` property was being called. Since the
`validate` method on the form adds the errors to the form instance, this
was causing no errors to be shown even if the form were invalid.
2019-01-08 17:32:16 -05:00
dandds
95e7adfcf3 single workspace role for task order officers 2019-01-08 16:47:55 -05:00
dandds
c1f3f6bb62 validate dod id for task order officers 2019-01-08 16:47:55 -05:00
dandds
29e615de35 add test for not inviting officer on task order 2019-01-08 16:47:55 -05:00
dandds
356a0fab2c TaskOrders domain responsible for adding officers 2019-01-08 16:47:55 -05:00
dandds
d0bfa16f17 add officers to task order and redirect to TO when they accept a workspace invite 2019-01-08 16:47:55 -05:00
dandds
33de14caaf prevent redundant invitations for task order officers 2019-01-08 16:47:55 -05:00
dandds
55bfbc4696 invitations for task order officers 2019-01-08 16:47:55 -05:00
dandds
c3cd11cb9a service class for making and sending invitations 2019-01-08 16:47:55 -05:00
patricksmithdds
657b17c1ac
Merge pull request #522 from dod-ccpo/csp-env-integration
CSP Interface: Environments
2019-01-08 16:44:08 -05:00