leigh-mil
e7903ed000
Move remove_empty_string filter to BaseForm and use the filter to coerce the role to be None
2019-04-25 10:47:39 -04:00
leigh-mil
5e415edaef
Update form to handle No access
2019-04-25 10:47:39 -04:00
leigh-mil
9b426bbde4
Add post route for env roles form
2019-04-25 10:47:39 -04:00
leigh-mil
c085f27af8
Update env roles by environment
2019-04-25 10:47:39 -04:00
leigh-mil
f6577c0cd6
Update name of env form
2019-04-25 10:47:39 -04:00
leigh-mil
fbd9c9db66
Create form in view route for application settings
2019-04-25 10:47:39 -04:00
leigh-mil
5de1b859db
Create form class for app env settings
2019-04-25 10:47:39 -04:00
Montana
422021e5ce
Only show active members for ppoc update dropdown
2019-04-22 14:32:50 -04:00
dandds
78ba6afba0
rename and rearrange some portfolio route functions
2019-04-22 07:20:08 -04:00
dandds
782a532c32
reorganize task order routes
2019-04-22 07:20:07 -04:00
dandds
849c5d4b58
Rearrange and rename application routes.
...
- move application routes to their own Flask blueprint
- squash application routes to be resource-specific
- reorganize application routes
2019-04-22 07:19:30 -04:00
dandds
ed25078c39
move portfolio context processor to generic location
2019-04-22 07:15:18 -04:00
rachel-dtr
a815e97203
Merge pull request #776 from dod-ccpo/to-language
...
Updating language throughout TO process
2019-04-18 11:46:07 -04:00
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