Commit Graph

409 Commits

Author SHA1 Message Date
leigh-mil
cd13a01af8 Merge pull request #593 from dod-ccpo/to-funding-status-alerts
TO Statuses on Portfolio Funding Page
2019-02-05 15:44:13 -05:00
Montana
2e3450ed8b Styling 2019-02-05 10:49:51 -05:00
Montana
40780bf244 Migration to add custom_clauses to TO; form fixes 2019-02-05 10:49:51 -05:00
leigh-mil
2cbfa59b92 Add funding status alerts 2019-01-29 15:52:55 -05:00
Patrick Smith
045dcef6f9 Handle submitting form without csp estimate 2019-01-23 16:30:28 -05:00
Patrick Smith
672c562323 Allow removing a csp estimate from a task order 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
2298c5135e Add csp_estimate property to task order model 2019-01-23 11:16:05 -05:00
Patrick Smith
a6a53525f8 Partition and serialize task orders need on funding page 2019-01-15 17:29:13 -05:00
Patrick Smith
8f8e7fa65e Add active & expired task order statuses 2019-01-15 10:51:00 -05:00
Patrick Smith
c8174bdc10 Remove TaskOrder.status column from database 2019-01-15 10:36:25 -05:00
dandds
372dac306f update workspace and project table names 2019-01-14 16:00:17 -05:00
dandds
48954ded11 update foreign key names; workspace_id -> portfolio_id, project_id -> application_id 2019-01-14 16:00:17 -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
leigh-mil
5b9b060cfc Fix migration and formatting after rebase 2019-01-11 16:04:36 -05:00
leigh-mil
b18e3a9e10 Add columns relating to Funding and Oversight sections to TaskOrder model 2019-01-11 15:59:18 -05:00
Patrick Smith
809ad712ec Titlecase task order status 2019-01-11 11:24:34 -05:00
Patrick Smith
2b61621402 Fix setting default status on task orders 2019-01-11 10:35:04 -05:00
Patrick Smith
dda6db8562 Add status to task order table 2019-01-10 14:41:45 -05:00
dandds
ccf1ff2024 authorization checks for task orders 2019-01-10 08:56:40 -05:00
Montana
81af9f1c99 Add new permission 2019-01-09 13:14:56 -05:00
dandds
95e7adfcf3 single workspace role for task order officers 2019-01-08 16:47:55 -05:00
dandds
65a88da63b remove unnecessary officer properties on workspace 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
4f1ca550d5 new roles for task order officers 2019-01-08 16:47:55 -05:00
Patrick Smith
5e737bad15 Add cloud_id to user model 2019-01-08 10:43:05 -05:00
Patrick Smith
2dba02e03c Add cloud_id column to environment model
When an environment is created, we'll need to create something in the
CSP and keep track of the ID of the created thing.
2019-01-07 17:30:34 -05:00
montana-mil
7a7f8914c8 Merge pull request #516 from dod-ccpo/multicheckbox_with_other
Multicheckbox with 'other' option
2019-01-07 10:13:31 -05:00
Montana
c70202c33c Handle formdata processing in a property 2019-01-07 09:38:56 -05:00
patricksmithdds
66c88d2869 Merge pull request #511 from dod-ccpo/csp-integration
Refactor CSP integration
2019-01-03 09:59:55 -05:00
Patrick Smith
e432da0d50 Refactor to remove Uploader in favor of RackspaceFileProvider 2019-01-02 17:13:21 -05:00
dandds
718f88d828 download link for task order summary 2019-01-02 09:36:29 -05:00
Patrick Smith
d6ff3406ef Initial attempt at modularizing CSP integration 2018-12-21 14:08:30 -05:00
Patrick Smith
442e136a4b Don't return filename from upload
The uploader only needs to return the object_name of the uploaded
object. The filename is read directly from the input, so there's no need
to return it as well.
2018-12-21 14:08:30 -05:00
dandds
1367bc6c41 fixes error on workspaces index page when request is missing from workspace 2018-12-20 16:15:22 -05:00
dandds
ba19a6d341 Merge pull request #503 from dod-ccpo/spike-new-workflow
Task Order Form
2018-12-20 10:13:33 -05:00
leigh-mil
ec19104480 Merge pull request #499 from dod-ccpo/workspace-member-buttons-#162641480
Workspace member buttons #162641480
2018-12-20 09:48:21 -05:00
dandds
5fe20fab83 squash migrations and use numeric type for money 2018-12-19 10:11:31 -05:00
Jay Newlin (PW)
2ea8e489b3 Merge branch 'master' of github-DDS:dod-ccpo/atst into jrn_no_branch_coverage 2018-12-18 16:29:06 -05:00
Jay Newlin (PW)
0800e506e4 Format changed file 2018-12-18 11:32:21 -05:00
Jay Newlin (PW)
628c61024b Remove intentional partial branch from coverage stats 2018-12-18 11:32:00 -05:00
Patrick Smith
a63df5083d Show environment role name in audit log 2018-12-18 11:16:02 -05:00
Jay Newlin (PW)
4d834e65c7 All conditions are met by this point; no branch really exists 2018-12-18 11:14:19 -05:00
Jay Newlin (PW)
2e2eff2e8e Remove intentional partial branch from coverage stats 2018-12-18 10:46:51 -05:00
leigh-mil
fa2cad3291 Move logic about invite into Invitation model 2018-12-18 10:38:26 -05:00
dandds
c6686d70e8 multistep task order workflow 2018-12-18 09:44:02 -05:00