leigh-mil
0b6fc072ea
Add invite links and tag for pending invite
2019-09-16 15:58:37 -04:00
richard-dds
79c8e4fc63
Merge pull request #1062 from dod-ccpo/env-provisioning-task
...
Environment provisioning background jobs
2019-09-16 09:58:18 -04:00
leigh-mil
ddcd91964f
Remove route 'applications.update_env_roles' and related functions and tests
2019-09-11 15:29:09 -04:00
richard-dds
f6cb6f2a31
Change Environment.creator relation from ApplicationRole to User
2019-09-11 11:42:59 -04:00
leigh-mil
dcb70ad925
Merge pull request #1060 from dod-ccpo/app-settings-redesign
...
App settings redesign
2019-09-10 11:20:38 -04:00
leigh-mil
e391c3269d
Remove unused route to update team roles
2019-09-09 15:23:37 -04:00
leigh-mil
09efa4f434
use lowercase for variable names and remove unused import
2019-09-09 14:33:05 -04:00
leigh-mil
3683c79ae0
Use template args for the contract start and end date
...
pointing to base.ini in the JS file resulted in the raw string content of base.ini to be in the JS bundle
2019-09-09 14:23:38 -04:00
leigh-mil
3428551cec
Team members section read only version
...
- display all members in a table and list perms and environments
2019-09-06 10:43:05 -04:00
leigh-mil
7c7624f25e
Move team routes to the settings file and delete files related to applications/team
2019-09-05 16:54:16 -04:00
leigh-mil
de74c1f533
Remove route for applications.team
2019-09-05 16:18:47 -04:00
leigh-mil
50ceaa39de
Move team table into app settings page
2019-09-05 16:09:26 -04:00
tomdds
85f8c8f9e0
Merge pull request #1050 from dod-ccpo/cloud-provision-interface
...
Update CloudProviderInterface for provision job consumption
2019-09-03 15:59:55 -04:00
richard-dds
c5284fd8f9
Merge pull request #1005 from dod-ccpo/cloud-pdf-downloads
...
Cloud pdf downloads
2019-08-30 16:11:27 -04:00
richard-dds
7d3bda9496
Update permission for download_link endpoint
2019-08-30 15:53:26 -04:00
tomdds
1fe9399f99
Update CloudProviderInterface for provision job consumption
2019-08-29 14:06:18 -04:00
richard-dds
922a48f76a
Fix download link generation
2019-08-29 13:24:48 -04:00
dandds
2b11debe5d
Merge pull request #1041 from dod-ccpo/use-celery
...
Use Celery instead of RQ.
2019-08-29 13:17:27 -04:00
richard-dds
e8234dcf34
Allow user to download files on TO upload page
2019-08-29 11:28:49 -04:00
richard-dds
b7fbe9d2ac
Use underscores in urls
2019-08-29 11:10:05 -04:00
richard-dds
04b77c113c
Formatting
2019-08-29 10:12:02 -04:00
richard-dds
b182307174
Azure file downloads
2019-08-29 10:12:02 -04:00
graham-dds
094e44a6b0
Merge pull request #1045 from dod-ccpo/bugfix-remove-member
...
Bugfix: Use correct path to full_name
2019-08-29 10:08:41 -04:00
dandds
d7478e322a
Use Celery instead of RQ.
...
Celery provides a more robust set of queueing options for both tasks and
worker processes. Updates include:
- infrastructure necessary to run Celery, including celery entrypoint
- backgrounded functions are now imported directly from atst.jobs
- update tests as-needed
- update kubernetes worker pod command
2019-08-29 09:33:47 -04:00
graham-dds
3e9c082ac5
Use correct path to full_name
...
The full_name property is on the portfolio_role, not an intermidiate
user property
2019-08-29 09:20:24 -04:00
richard-dds
f54e673520
Remove unused imports
2019-08-28 15:56:55 -04:00
richard-dds
bb9d76dd09
Fix Vue tests
2019-08-28 15:56:55 -04:00
richard-dds
67a4bb602d
Require portfolio id in upload-token
...
It's necessary for the authz decorator
2019-08-28 15:56:55 -04:00
richard-dds
0e593a77f1
Add permission check to upload_token route
2019-08-28 15:06:20 -04:00
richard-dds
85ba61b97b
Formatting
2019-08-28 15:06:20 -04:00
richard-dds
27e0e16707
Require auth on upload-token
2019-08-28 15:06:20 -04:00
richard-dds
7d1dfa1d0e
Get presigned upload token via ajax request
2019-08-28 15:06:13 -04:00
leigh-mil
b26d8d575c
Merge pull request #1011 from dod-ccpo/remove-ccpo-user
...
Remove CCPO user
2019-08-13 16:29:07 -04:00
leigh-mil
852046a3e7
Change variable name from data to user_info because it was more descriptive
2019-08-13 16:23:11 -04:00
leigh-mil
87b173b035
Use tuple instead of a dict for the user data and form
2019-08-13 14:09:53 -04:00
leigh-mil
7c65783d08
Add csrf token to remove ccpo user form
2019-08-13 10:32:26 -04:00
leigh-mil
e35399d8f5
Update route function to revoke CCPO superuser status
2019-08-13 10:32:26 -04:00
leigh-mil
54239a520e
Add revoke access button and modal, sketch out route function for removing cppo perms from a user
2019-08-13 10:17:24 -04:00
tomdds
0410d82359
Merge pull request #1018 from dod-ccpo/new-user-dev
...
Allow creation of new users in dev mode
2019-08-13 10:13:56 -04:00
tomdds
59f43c69ee
Only populate passed info when creating new user
2019-08-12 10:14:49 -04:00
tomdds
f6447d49e0
Allow creation of new users in dev mode
2019-08-09 16:01:32 -04:00
leigh-mil
fa83dfe6bd
When user not found, redirect to users page and show flash message
2019-08-09 11:08:23 -04:00
leigh-mil
864e11ea11
Remove redundant 'ccpo' from ccpo route function names
2019-08-09 11:08:23 -04:00
leigh-mil
feb24b8e16
Break class method for ccpo perms into two methods instead of switching on a kwarg to determine if perms are given or removed
2019-08-09 11:08:23 -04:00
leigh-mil
0b2c7f5957
Remove unused imports and context processor
2019-08-09 11:08:23 -04:00
leigh-mil
1f8337485f
Move ccpo routes into their own file
2019-08-09 11:08:22 -04:00
leigh-mil
811a498bf4
Finish route for confirming CCPO user, add function to update user's ccpo perms, and add success flash message to template
2019-08-09 10:50:34 -04:00
leigh-mil
01ba73ef42
Add in templates for ccpo user form and sketch out route functions
2019-08-09 10:50:34 -04:00
leigh-mil
8420a78392
Add CREATE_CCPO_USER permission, create context processor for ATAT so user_can and permissions can be used in the template, add placeholder button for adding new CCPO user
2019-08-09 10:50:34 -04:00
richard-dds
8fce880ae6
Merge pull request #1013 from dod-ccpo/fix-cancel-button
...
Update TO form cancel button behavior
2019-08-09 09:50:38 -04:00