Commit Graph

1354 Commits

Author SHA1 Message Date
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
dandds
9a12c14636 domain methods for checking task order sections 2018-12-18 10:51:37 -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
Jay Newlin (PW)
b8dbfdfbaa Merge branch 'master' of github-DDS:dod-ccpo/atst into jrn_no_branch_coverage 2018-12-18 10:14:14 -05:00
dandds
c6686d70e8 multistep task order workflow 2018-12-18 09:44:02 -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
Jay Newlin (PW)
ff3b76ecc4 Ignore __repr__ method for test coverage 2018-12-17 18:09:17 -05:00
Jay Newlin (PW)
f07d14339d Ignore __repr__ method for test coverage 2018-12-17 18:06:04 -05:00
Jay Newlin (PW)
929d143389 Ignore __repr__ method for test coverage 2018-12-17 18:03:29 -05:00
Jay Newlin (PW)
16016e8bc7 Ignore __repr__ method for test coverage 2018-12-17 17:52:08 -05:00
Jay Newlin (PW)
6adafeee45 Ignore __repr__ method for test coverage 2018-12-17 17:49:55 -05:00
Jay Newlin (PW)
4db011b7ab Ignore __repr__ method for test coverage 2018-12-17 17:45:29 -05:00
Jay Newlin (PW)
95f9e5a925 Ignore false partial branch 2018-12-17 17:38:27 -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
George Drummond
3ca9d51b04 Merge pull request #491 from dod-ccpo/default-headers
Suggestions from http://flask.pocoo.org/docs/1.0/security/
2018-12-17 12:00:09 -05:00
George Drummond
15a32a1dc5 Exclude set_default_headers from coverage report 2018-12-17 11:42:27 -05:00
leigh-mil
93af6116c2 Add conditional so workspace invitation is only revokable if the user is active 2018-12-17 10:11:57 -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
George Drummond
3bff2fcb23 Format code 2018-12-13 13:59:54 -05:00
George Drummond
ec09c27a38 On fix unsafe-eval header and websockets on development 2018-12-13 13:54:19 -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
leigh-mil
a4bd15a1b8 Change copy when workspace access is revoked 2018-12-13 11:00:19 -05:00
George Drummond
5da374bbc9 Suggestions from http://flask.pocoo.org/docs/1.0/security/ 2018-12-13 09:31:31 -05:00
dandds
a5009ec130 do not commit environment role updates unless an update happened 2018-12-12 13:09:48 -05:00
dandds
8754a74613 environment role deletion method should also return a bool 2018-12-12 13:01:26 -05:00
dandds
a75c19188f display message for successfully updating environment role / access 2018-12-12 11:39:58 -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
eeb8e5f328 rename a notification 2018-12-10 13:00:55 -05:00
dandds
16064be468 flash form error message from our base form class 2018-12-10 12:50:01 -05:00
dandds
1dd2cdd48b add test, simpler kwargs for flash function signature 2018-12-10 12:31:41 -05:00
dandds
a2d6d59ca4 use flask flash for notifications 2018-12-10 12:31:41 -05:00
dandds
d01910cc6f set default workspace role status when creating a new one 2018-12-10 10:21:05 -05:00
Jay R. Newlin (PromptWorks)
49d77c4f96 Revert "Tests ignore object representation" 2018-12-07 14:36:05 -05:00
Jay R. Newlin (PromptWorks)
cf6cf55d3c Merge pull request #479 from dod-ccpo/tests-ignore-object-representation
Tests ignore object representation of some files
2018-12-06 11:33:35 -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
Jay Newlin (PW)
8c6a5ed191 Ran the format script to address formatting issues reported by CircleCI 2018-12-06 09:55:05 -05:00
Jay Newlin (PW)
83aaafedb2 Merge branch 'master' of github-DDS:dod-ccpo/atst into tests-ignore-object-representation 2018-12-05 17:01:24 -05:00
Jay Newlin (PW)
0b5264a75a Ignore __repr__ in models/task_order 2018-12-05 11:44:51 -05:00
Jay Newlin (PW)
aa34b94cf9 Ignore __repr__ in models/request_status_event 2018-12-05 11:37:54 -05:00
Jay Newlin (PW)
7a04561dc5 Ignore __repr__ in models/request_revision 2018-12-05 11:29:33 -05:00
Jay Newlin (PW)
4339385664 Ignore __repr__ in models/request_review 2018-12-05 11:26:29 -05:00
Jay Newlin (PW)
75e5b2d425 Ignore __repr__ in models/request_internal_comment 2018-12-05 11:23:39 -05:00