Commit Graph

1354 Commits

Author SHA1 Message Date
George Drummond
99f34fe45a Disable CLIN fields via a config option 2019-01-07 14:25:03 -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
dandds
c024d12e3b touch up review page and add route for submitting task order invites 2019-01-02 09:36:29 -05:00
dandds
c516f0f74c review page 2019-01-02 09:36:29 -05:00
dandds
718f88d828 download link for task order summary 2019-01-02 09:36:29 -05:00
dandds
59510819e7 docx utility 2019-01-02 09:36:29 -05:00
Patrick Smith
cd920373a8 Refactor reporting interface with CSP 2018-12-21 14:08:56 -05:00
Patrick Smith
d07cb11b78 Rename files interface class 2018-12-21 14:08:30 -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
Jay Newlin (PW)
9036a0647d This "inline if" can be ignored for now 2018-12-20 14:08:38 -05:00
Jay Newlin (PW)
c5b828bcdb Remove duplicate code 2018-12-20 11:23:01 -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
c4a7b59f7f fix scope description and task order active step display 2018-12-19 11:41:33 -05:00
dandds
62a8b0ec40 add tests for task_order routes utility classes 2018-12-19 11:33:58 -05:00
George Drummond
acb405d799 Add ‘unsafe-inline’ to headers to fix rendering svgs 2018-12-19 11:08:39 -05:00
dandds
49f036ab27 remove leftover logger 2018-12-19 10:17:02 -05:00
dandds
5fe20fab83 squash migrations and use numeric type for money 2018-12-19 10:11:31 -05:00
Jay R. Newlin (PromptWorks)
39d89c4d1b Merge pull request #502 from dod-ccpo/refactor_utils_init_lambda
Lambda function refactor suggested by Patrick
2018-12-18 16:56:22 -05:00
dandds
c8da258d33 polish task order forms 2018-12-18 16:32:40 -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)
bb640cdcd7 Lambda function refactor suggested by Patrick 2018-12-18 16:11:25 -05:00
dandds
5cc5b700b7 move task order routes file 2018-12-18 13:32:51 -05:00
dandds
ad03b58dee tests for new task order endpoints, remove new workspace routes 2018-12-18 13:22:54 -05:00
Jay Newlin (PW)
0800e506e4 Format changed file 2018-12-18 11:32:21 -05:00