1944 Commits

Author SHA1 Message Date
dandds
038cceb34b ccpo should see request approval screen for all request 2018-09-07 09:44:48 -04:00
richard-dds
a96af2d095
Merge pull request #252 from dod-ccpo/view-member-list-workspace-owner
View member list as workspace owner
2018-09-06 16:53:19 -04:00
patricksmithdds
48724fd13b
Merge pull request #258 from dod-ccpo/resurrect-missing-import
Add back missing import in new project template
2018-09-06 16:33:28 -04:00
Patrick Smith
7faeabfbdf Add back missing import in new project template 2018-09-06 16:23:06 -04:00
richard-dds
1620403cda Add view_workspace_members permission to admin role 2018-09-06 16:21:58 -04:00
richard-dds
633957c61d Template has moved 2018-09-06 16:21:58 -04:00
richard-dds
674477042b Fix migration path 2018-09-06 16:21:58 -04:00
richard-dds
eb200fbd67 Create Workspaces._get 2018-09-06 16:21:58 -04:00
richard-dds
3e74ff9c05 Remove unused import 2018-09-06 16:21:58 -04:00
richard-dds
d569e02a47 Formatting 2018-09-06 16:21:58 -04:00
richard-dds
6c0df3b0cb Use check_workspace_permission 2018-09-06 16:21:58 -04:00
richard-dds
40c141f146 Remove random 2018-09-06 16:21:58 -04:00
richard-dds
e7ae4cf80f Formatting 2018-09-06 16:21:24 -04:00
richard-dds
b2717ca62c Add additional test 2018-09-06 16:21:24 -04:00
richard-dds
549e4d6263 Use Workspaces.get_with_members 2018-09-06 16:21:24 -04:00
richard-dds
bdab58f150 Add a new "view workspace" permission 2018-09-06 16:21:24 -04:00
richard-dds
361630e446 Use helper methods for adding and removing permissions 2018-09-06 16:21:24 -04:00
richard-dds
19d88ce4f5 Changes to mutable arrays need to be flagged 2018-09-06 16:21:24 -04:00
richard-dds
4fe758c4ff Fix migration path 2018-09-06 16:21:24 -04:00
richard-dds
29e6d2934f Check VIEW_WORKSPACE_MEMBERS permission 2018-09-06 16:21:24 -04:00
richard-dds
398bdac871 Add new VIEW_WORKSPACE_MEMBERS permission to owner and ccpo 2018-09-06 16:21:24 -04:00
richard-dds
ea3f1b926c Display workspace members 2018-09-06 16:21:24 -04:00
richard-dds
b4f34a25e0 Add workspace members to seed script 2018-09-06 16:19:53 -04:00
richard-dds
a0b0b54146
Merge pull request #257 from dod-ccpo/no-environment-access-flag
Show "No Environment Access" flag if workspace user is not added to any environments
2018-09-06 16:19:18 -04:00
richard-dds
5ba76354a3 Show "No Environment Access" flag 2018-09-06 15:41:03 -04:00
patricksmithdds
6d4aec3a6a
Merge pull request #254 from dod-ccpo/refactor-templates
Refactor templates
2018-09-06 15:33:34 -04:00
Patrick Smith
c235e519fa Hook up Edit Project page 2018-09-06 14:58:34 -04:00
Patrick Smith
9c9374541b Add get project method 2018-09-06 14:58:34 -04:00
Patrick Smith
c26854e26e Remove unused templates 2018-09-06 14:58:34 -04:00
Patrick Smith
00e91ba789 Move requests & workspaces templates into directories 2018-09-06 14:58:34 -04:00
richard-dds
011a5371b5
Merge pull request #256 from dod-ccpo/environment-users
Show how many members are in an environment
2018-09-06 14:40:21 -04:00
patricksmithdds
3f792d0a57
Merge pull request #248 from dod-ccpo/ui/logout-button
Ui/logout button
2018-09-06 14:39:29 -04:00
patricksmithdds
d01a59fc82
Merge pull request #250 from dod-ccpo/mock-reporting
Add mock reporting data
2018-09-06 14:38:53 -04:00
luis cielak
6d27f56542 Update role definition text 2018-09-06 13:27:09 -05:00
luis cielak
92f300c6e2 Add select role modal 2018-09-06 13:27:09 -05:00
richard-dds
a69d6b2e1c Use Environment.num_users in projects template 2018-09-06 14:01:37 -04:00
richard-dds
3edbfa3129 Add and list environment members 2018-09-06 13:53:19 -04:00
richard-dds
e5a0d69844 Add migration for EnvironmentRole 2018-09-06 13:51:31 -04:00
Patrick Smith
0a1cb6a5c9 Add mock data for cumulative budget reports 2018-09-06 10:13:13 -04:00
Patrick Smith
9d8fe572bb Default to current month for reporting 2018-09-06 09:57:15 -04:00
dandds
c00b136c1f
Merge pull request #251 from dod-ccpo/seed-script-existing-users
create requests for existing users
2018-09-06 09:56:34 -04:00
Patrick Smith
f0664e254c Use check_workspace_permission helper 2018-09-06 09:50:45 -04:00
dandds
36486b0982 create requests for existing users 2018-09-06 09:10:01 -04:00
andrewdds
033b366ceb
Merge pull request #249 from dod-ccpo/fix-seed
Fix seed script
2018-09-06 08:49:28 -04:00
Patrick Smith
d6da217e08 Run that formatter jawn 2018-09-05 17:31:32 -04:00
Patrick Smith
5abd592f78 Add query string args to control date/alternate date source 2018-09-05 17:26:58 -04:00
Patrick Smith
4982b80d9b Add alternate set of mock reporting data 2018-09-05 17:26:58 -04:00
Patrick Smith
0677a1b4dd Change placeholder links to "#" instead of "/"
I keep clicking things and being sent to `/` unintentionally.
2018-09-05 17:26:58 -04:00
Patrick Smith
a9d705daac Add mock monthly reporting data 2018-09-05 17:26:58 -04:00
Patrick Smith
f33a7b4a9f Protect reports page with correct permission 2018-09-05 17:26:58 -04:00