Commit Graph

2005 Commits

Author SHA1 Message Date
rachel-dtr
193d5c2a43 Updating language throughout TO process 2019-04-18 11:31:33 -04:00
dandds
c223bff09c Remove unused portfolio routes 2019-04-18 09:50:53 -04:00
montana-mil
2710cbad31 Merge pull request #772 from dod-ccpo/do-not-include-ppoc-on-dropdown
Only show Non-PPOC Portfolio Members in Update PPOC Dropdown
2019-04-17 16:35:56 -04:00
George Drummond
882998e1d7 Merge pull request #748 from dod-ccpo/display-app-users
Display app users
2019-04-17 15:28:28 -04:00
Montana
9edea53361 Only show non-ppoc portfolio members in update ppoc dropdown 2019-04-17 15:02:32 -04:00
dandds
24764fbe85 Merge pull request #773 from dod-ccpo/view-application-settings
portfolio user can view application settings page
2019-04-17 14:54:11 -04:00
dandds
4a1e5e61b3 portfolio user can view application settings page 2019-04-17 14:49:14 -04:00
leigh-mil
882152f142 Set order of port members in the route 2019-04-17 14:13:24 -04:00
George Drummond
2014926809 Don't need to pass portfolio to the template 2019-04-17 13:56:24 -04:00
George Drummond
e814f8904d Use correct scoping 2019-04-17 13:37:28 -04:00
George Drummond
769867c6a9 Display app users view only table 2019-04-17 13:25:45 -04:00
montana-mil
ec3d4f518f Merge pull request #770 from dod-ccpo/make-email-non-unique
User no longer has Unique Email
2019-04-17 11:59:30 -04:00
Montana
d9c3cf340f Pass users' roles to the template 2019-04-17 11:06:37 -04:00
Montana
89b5bfdef5 User no longer has unique email 2019-04-17 11:06:10 -04:00
dandds
d722f8f375 Merge pull request #766 from dod-ccpo/resource-scope-#164896879
Resource scope #164896879
2019-04-17 11:02:41 -04:00
rachel-dtr
5c8d12c617 Adding to translations file 2019-04-16 15:06:18 -04:00
rachel-dtr
1315e971fc Updating terms and capitalization 2019-04-16 15:06:18 -04:00
dandds
c1df245800 Scope access to applications, task orders, and environment roles.
These resources should be scoped to the portfolio when accessed from
route functions.
2019-04-16 14:18:53 -04:00
dandds
eaeeed0b05 Added BaseDomainClass with a get method.
The BaseDomainClass.get can accept any number of keyword arguments and
will add a filter to the query for each kwarg. This will allow the
caller to scope the query as needed with kwargs.
2019-04-16 14:18:53 -04:00
dandds
5ea70a486a Do not pass portfolio to render_template calls in portfolio context.
The context processor in the init file for the portfolio routes takes
care of this. Also eliminates any unnecessary portfolio lookups in the
route functions.
2019-04-16 14:18:53 -04:00
George Drummond
13a16dc83f Merge pull request #761 from dod-ccpo/environment-lists
Environment lists
2019-04-16 09:44:38 -04:00
George Drummond
9c89a8e7a5 Rename get_environments_obj_for_app method 2019-04-16 09:41:48 -04:00
dandds
e4c50da363 push environment deletion info to CSP 2019-04-15 16:03:32 -04:00
dandds
a2e815afd9 move application deletion alert content into translations file 2019-04-15 16:03:32 -04:00
dandds
0bde431a70 extend soft delete functionality to app and env roles 2019-04-15 15:58:38 -04:00
dandds
dac764ab82 route for deleting an application 2019-04-15 15:58:38 -04:00
dandds
0348af7ce7 record soft deletion in audit log for applications and environments 2019-04-15 15:58:38 -04:00
dandds
b58aef2c6b domain methods for deleting apps and environments 2019-04-15 15:58:38 -04:00
dandds
1c0c5dd9c5 soft deletes available for applications and environments
- parent relation will not include applications or environments marked
  as deleted
- domain classes will exclude deleted objects from selections
- changed some test factories to use domain_word for resource names,
  because they were using person names and it bugged me
2019-04-15 15:58:38 -04:00
George Drummond
5bf8022a51 Fix specs 2019-04-15 13:50:29 -04:00
Montana
1d46ecebd1 Add environments-table component 2019-04-11 15:54:56 -04:00
Montana
7c484f6a90 Send template an environments object 2019-04-11 15:54:56 -04:00
George Drummond
25c1490afb Merge pull request #755 from dod-ccpo/application-role-seeds
ApplicationRoles seed and domain
2019-04-11 15:51:27 -04:00
dandds
9084dce762 build out seed sample script
- semi-random data for applications and environments
- added users to applications and environments
- updated CSPRole enum with current CSP roles
2019-04-11 15:38:27 -04:00
dandds
265833f3fc ApplicationRoles.create should accept permission set names 2019-04-11 11:32:17 -04:00
George Drummond
50a532ddbb ApplicationRoles seed and domain 2019-04-11 10:03:21 -04:00
rachel-dtr
6d4cd59e0b Updating PPoC language 2019-04-10 10:13:47 -04:00
leigh-mil
6bca7c7660 Merge pull request #747 from dod-ccpo/disable-edit-ppoc
Disable edit ppoc
2019-04-09 10:00:18 -04:00
leigh-mil
51a5929b52 Check if member is PPoC before updating perms 2019-04-09 08:42:35 -04:00
dandds
d0bf5745e6 Merge pull request #746 from dod-ccpo/application_roles
Application roles
2019-04-08 14:22:52 -04:00
dandds
b17741acd1 Adds an ORM permission set listener for application roles.
Application role changes will be recorded in the audit log. Generalizes
pre-existing listener that was in user for portfolio roles.
2019-04-08 14:00:26 -04:00
dandds
9c10a14827 update authorization decorator to check for application permissions 2019-04-08 13:31:19 -04:00
dandds
866043495b updates to test factories to accomodate application roles 2019-04-08 13:31:19 -04:00
dandds
0ac8c9632b add application permission sets 2019-04-08 13:31:19 -04:00
dandds
f1bd1eea7e add application role model 2019-04-08 13:31:19 -04:00
George Drummond
090e13f083 Update Point of Contact 2019-04-08 13:31:00 -04:00
dandds
80254c6b8b Merge pull request #744 from dod-ccpo/record-portfolio-permission-changes
record portfolio_role permission_set changes with bulk_replace event
2019-04-08 11:03:36 -04:00
rachel-dtr
40a4e205d9 Merge pull request #745 from dod-ccpo/delete-user-update
Delete user update
2019-04-05 14:02:37 -04:00
Montana
48d7918b66 Use translate function directly 2019-04-05 11:47:58 -04:00
rachel-dtr
5401fd4769 Updating translation file 2019-04-05 11:22:06 -04:00