Commit Graph

1579 Commits

Author SHA1 Message Date
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
ccd75bcaca small fixes in TaskOrders.add_officer 2019-01-08 16:47:55 -05:00
dandds
95e7adfcf3 single workspace role for task order officers 2019-01-08 16:47:55 -05:00
dandds
fc9194d517 do not display task order officers as regular workspace roles 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
7c5f0fa27d fix typo in security officer role 2019-01-08 16:47:55 -05:00
dandds
a361cbd109 fix inviter name in workspace member invitation email 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
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
4f1ca550d5 new roles 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
dandds
cceb6bf868 checkbox fields for inviting KO, etc, on task order form 2019-01-08 16:47:55 -05:00
Patrick Smith
87a7dede6c Resurrect erroneously removed session commit 2019-01-08 16:34:27 -05:00
Patrick Smith
28e0d423fd Create user account in CSP when adding an environment role 2019-01-08 12:19:51 -05:00
Patrick Smith
5e737bad15 Add cloud_id to user model 2019-01-08 10:43:05 -05:00
Patrick Smith
91419af71a Generate mock access token when access env 2019-01-07 17:30:34 -05:00
Patrick Smith
c89e5b824c Add hook into CSP when deleting an environment role 2019-01-07 17:30:34 -05:00
Patrick Smith
0798ce4019 Add hook to CSP when creating environment role 2019-01-07 17:30:34 -05:00
Patrick Smith
334babe5ff Hook into cloud provider when creating an env/app 2019-01-07 17:30:34 -05:00
Patrick Smith
3dad43b1ee Add initial mock cloud provider class 2019-01-07 17:30:34 -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
George Drummond
99f34fe45a Disable CLIN fields via a config option 2019-01-07 14:25:03 -05:00
dandds
3415436f54 toggle off requests workflow with config option 2019-01-07 10:34:23 -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
Montana
1fcd27a4e0 Formatting 2019-01-04 14:08:44 -05:00
Montana
c718e9a0d7 Fix process-None function 2019-01-04 14:00:27 -05:00
George Drummond
e0ba35324d Merge pull request #495 from dod-ccpo/editable-strings
Put app strings into a YAML file
2019-01-04 11:00:44 -05:00
George Drummond
bcb75a29c5 Use f for file variable rather than file 2019-01-03 12:06:35 -05:00
George Drummond
e630a7868f LRU cache 2019-01-03 12:04:57 -05:00
Montana
ae55e1c71d Use formdata and change unfilled fields to '' instead of None 2019-01-03 10:23:10 -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
1517de922d Remove unnecessary empty file 2019-01-03 09:43:37 -05:00
Montana
b68097d665 Use widgets to get checkboxes and add some vue 2019-01-03 09:23:19 -05:00
Patrick Smith
e432da0d50 Refactor to remove Uploader in favor of RackspaceFileProvider 2019-01-02 17:13:21 -05:00
George Drummond
1b0bdff90b Refresh in development 2019-01-02 16:04:38 -05:00
George Drummond
f63d339bda Remove unused os import 2019-01-02 16:04:37 -05:00
George Drummond
c274ad6d54 Remove LRU cache 2019-01-02 16:04:37 -05:00
George Drummond
aee61e856d Add way for path to translations file to be overridden via flask config 2019-01-02 16:04:37 -05:00
George Drummond
1941b57995 Fix python anti patterns 2019-01-02 16:04:37 -05:00
George Drummond
5198fd8889 Fix missing translate call 2019-01-02 16:04:37 -05:00
George Drummond
f806425d91 Put app strings into a YAML file for easy editing by product owner 2019-01-02 16:04:36 -05:00
dandds
2c87738ac2 Merge pull request #508 from dod-ccpo/task-order-download
Task Order review and download
2019-01-02 13:48:45 -05:00
Patrick Smith
074e8aa052 Handle workspace reports for workspaces without a request 2019-01-02 11:27:28 -05:00
dandds
5d7efe6909 modify task order submission flash message 2019-01-02 09:36:30 -05:00
dandds
60fcd1d42a add docstring for clarity in Docx._write 2019-01-02 09:36:29 -05:00
dandds
6527f72e78 pass file-like object to Docx.render method 2019-01-02 09:36:29 -05:00