dandds
08806eed24
put requests workflow tests behind a feature toggle
2019-01-07 16:05: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
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
George Drummond
c274ad6d54
Remove LRU cache
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
6527f72e78
pass file-like object to Docx.render method
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
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
ba19a6d341
Merge pull request #503 from dod-ccpo/spike-new-workflow
...
Task Order Form
2018-12-20 10:13:33 -05:00
dandds
62a8b0ec40
add tests for task_order routes utility classes
2018-12-19 11:33:58 -05:00
leigh-mil
3ff86a1a6e
Refactor tests
2018-12-19 11:30:51 -05:00
leigh-mil
54a88a9b94
Update test names for clarity
2018-12-19 09:59:38 -05:00
dandds
c8da258d33
polish task order forms
2018-12-18 16:32:40 -05:00
dandds
ad03b58dee
tests for new task order endpoints, remove new workspace routes
2018-12-18 13:22:54 -05:00
dandds
9a12c14636
domain methods for checking task order sections
2018-12-18 10:51:37 -05:00
dandds
c5580733ba
fields for the new task order
2018-12-18 09:44:02 -05:00
dandds
6d92755a7f
new workspace and task order routes
2018-12-18 09:44:02 -05:00
leigh-mil
9597966bcd
Update function to determine when invite can be resent and added lots of
...
tests
2018-12-17 13:20:35 -05:00
leigh-mil
7c5a9df4bb
Update Workspace user_count exclude disabled users
2018-12-14 11:28:23 -05:00
dandds
76c3bb2bd5
Merge pull request #489 from dod-ccpo/legacy-task-orders
...
change current task order name
2018-12-13 15:50:39 -05:00
dandds
e7ee2b3f43
Merge pull request #488 from dod-ccpo/workspace-role-change-bug-#162345640
...
Workspace role change bug #162345640
2018-12-13 14:29:46 -05:00
dandds
15d0db01b6
change task orders domain class name
2018-12-13 11:36:45 -05:00
dandds
e509c34cdd
change name of request relationship to legacy task order
2018-12-13 11:36:45 -05:00
dandds
2f515d7b47
change current task order table name
...
rename existing task order factory
fix legacy task order repr
2018-12-13 11:36:44 -05:00
dandds
a75c19188f
display message for successfully updating environment role / access
2018-12-12 11:39:58 -05:00
dandds
38f553b9c3
add database trigger to ensure dod id is never updated
2018-12-12 10:48:25 -05:00
dandds
2218b180a5
do not show workspace role update alert when only environment role has changed
2018-12-12 10:47:57 -05:00
dandds
1dd2cdd48b
add test, simpler kwargs for flash function signature
2018-12-10 12:31:41 -05:00
montana-mil
d05fc24e6a
Merge pull request #473 from dod-ccpo/auditable-refactor
...
Better error handling for Auditable class
2018-12-06 11:23:27 -05:00
Patrick Smith
f4e49a8e9b
Fix linting issues
2018-12-05 10:54:52 -05:00
Patrick Smith
947e4b682a
Add simple test for render audit event filter
2018-12-05 10:50:20 -05:00
Montana
a4caf98ef7
Removed repetitive code in tests
2018-12-04 16:20:40 -05:00
Montana
9ddac1fa61
Prevent invitations without a workspace role
2018-12-03 16:49:59 -05:00
richard-dds
e6aa4663d4
Better error handling for Auditable class
2018-12-03 15:32:27 -05:00
richard-dds
c7fbb51a00
Remove unnecessary test code
2018-11-30 11:06:44 -05:00
richard-dds
4b8c4e3a1d
Show "Remove Workspace Access" button
2018-11-30 11:01:54 -05:00
richard-dds
c5342cacd4
Include extra details in Invitation AuditEvent
2018-11-29 11:11:41 -05:00
richard-dds
54aa10275f
Check workspace permission, not ATAT permission
2018-11-29 10:37:20 -05:00
richard-dds
f546ccb673
Rename to Workspaces.can_revoke_access_for for clarity
2018-11-29 10:37:20 -05:00
richard-dds
8430b769f3
Ensure workspace access can be revoked
2018-11-29 10:37:20 -05:00
richard-dds
27cf1783e3
Don't show DISABLED workspace members
2018-11-29 10:37:20 -05:00
richard-dds
ae70a551a9
Hook up to button
2018-11-29 10:36:53 -05:00
richard-dds
35150dfa10
Also remove enviornment access (stub)
2018-11-29 10:36:53 -05:00
richard-dds
3026771a38
Workspaces.revoke_access
2018-11-29 10:36:52 -05:00
dandds
6a45edcfd0
be more generous in finding PDF attachment file name when rendering financial verification form
2018-11-29 09:05:21 -05:00
montana-mil
0201367d29
Merge pull request #462 from dod-ccpo/refactor-requests-tests
...
Reorganize Test Files for Requests Routes
2018-11-28 17:19:30 -05:00
Montana
35d99fe8fa
Test files must have unique names
2018-11-28 16:44:23 -05:00
Montana
013548ed4c
Fix name errors
2018-11-28 16:03:58 -05:00