Patrick Smith
82c5941ab5
Add title to fin-ver alert modal
2018-10-01 11:14:43 -04:00
Patrick Smith
d823b923a2
Show modal when submitted request is pending acceptance
2018-10-01 11:14:43 -04:00
patricksmithdds
04f3134729
Merge pull request #354 from dod-ccpo/fix-environments-for-user
...
Fix environment listing for user
2018-10-01 09:48:40 -04:00
Patrick Smith
4577a37bad
Hide edit project link for users that cannot edit projects
2018-09-30 22:23:52 -04:00
Patrick Smith
aa42f5671c
Don't show workspace nav items the user doesn't have access to
2018-09-30 22:19:26 -04:00
Patrick Smith
7b2a099ef3
Filter environments for user with given project id
...
Previously, calling `Environment.for_user(user, project)` would return
environments a user has access to across all projects. Now, we will only
return the relevant environements. This was the cause of a visual bug
where extra environments were shown in the project list.
2018-09-30 22:06:10 -04:00
patricksmithdds
7e84382a66
Merge pull request #351 from dod-ccpo/demo-fixes
...
Miscellaneous fixes
2018-09-28 10:00:36 -04:00
Patrick Smith
6400e85664
Merge branch 'master' into demo-fixes
2018-09-28 09:55:43 -04:00
patricksmithdds
3f5790325b
Merge pull request #344 from dod-ccpo/ui/text-fixes
...
Text fixes
2018-09-28 09:50:48 -04:00
Patrick Smith
2d7d97a03c
Expand review form if there are errors
2018-09-28 09:48:41 -04:00
Patrick Smith
a859af9eea
Pass in request as jedi_request
in request detail template
...
Fixes the user sessions/daily traffic fields not being shown when they
should be.
2018-09-28 09:48:41 -04:00
Patrick Smith
9f4663a8d5
Use initial errors as validation error until change is made
...
This fixes a bug where the "Task Order not found" error was not shown.
2018-09-28 09:48:41 -04:00
Patrick Smith
7d7afebede
Update modal content for approval/acceptance
2018-09-28 09:48:41 -04:00
Patrick Smith
becfbed10a
Email addresses are case-insensitive
2018-09-28 09:48:40 -04:00
dandds
07ebc29c0d
Merge pull request #349 from dod-ccpo/default-role-#160832928
...
do not set default kwarg for atat role when creating users
2018-09-27 16:56:23 -04:00
dandds
b2988fb88d
Merge pull request #345 from dod-ccpo/no-projects-grammar-fix
...
Grammar fix to 'no projects' message
2018-09-27 15:56:49 -04:00
dandds
43363015fc
do not set default kwarg for atat role when creating users
2018-09-27 15:21:00 -04:00
andrewdds
0c828fde1c
Merge pull request #338 from dod-ccpo/make-ba-code-optional
...
Make BA code optional
2018-09-27 13:34:56 -04:00
Montana
5f0bfbd84c
Revert test changes
2018-09-27 11:43:15 -04:00
patricksmithdds
8b4e62fdd1
Merge pull request #346 from dod-ccpo/public-user
...
Set currently logged in user on all routes
2018-09-27 10:04:11 -04:00
Andrew Croce
522eeb4b99
Nope, not optional
2018-09-27 09:59:32 -04:00
Patrick Smith
a27c1b5712
Set current user for public routes as well
2018-09-26 16:50:43 -04:00
Jason Garber - Ctr
50dc4acfa5
Grammar fix to 'no projects' message
...
Just some capitalization and compound word fixes.
2018-09-26 13:56:28 -04:00
Montana
4c2d143e56
Use Optional validator for BA code
2018-09-26 13:08:01 -04:00
Andrew Croce
5fd1dac257
Update BA code description and validation message to describe the letter as optional
2018-09-26 13:08:01 -04:00
Montana
68206307fd
Take out Optional() validator for tests to pass
2018-09-26 13:08:00 -04:00
Andrew Croce
542abb3c96
Make BA code optional
2018-09-26 13:08:00 -04:00
Luis Cielak
4fc5ba7629
Fix how the heading is displayed
2018-09-26 11:34:25 -04:00
richard-dds
0a8c488f1e
Merge pull request #341 from dod-ccpo/ui/clean-up-audit-log
...
Initial audit log UI cleanup
2018-09-26 11:33:03 -04:00
andrewdds
d594135fbe
Merge pull request #337 from dod-ccpo/user-profile-screen
...
User profile screen
2018-09-26 11:31:08 -04:00
Luis Cielak
363bb51749
Rename sign in with CAC button
2018-09-26 11:30:30 -04:00
dandds
c6ac7c3ff9
Merge pull request #260 from dod-ccpo/eda-requests
...
Investigate requests against EDA
2018-09-26 10:42:41 -04:00
richard-dds
b6f6bc2890
Merge pull request #342 from dod-ccpo/fix-duplicate-workspaces
...
Remove workspaces.name unique constraint
2018-09-26 10:33:17 -04:00
richard-dds
885b2da308
Remove workspaces.name unique constraint
...
- Added some random indexes
- Fixed audit_events.request_id foreign key constraint
2018-09-26 10:23:54 -04:00
dandds
b5cb5d91db
resolve module path in EDA example script
2018-09-26 10:23:37 -04:00
dandds
2e07c8ebda
use defusedxml library for secure parsing
2018-09-26 10:23:37 -04:00
Patrick Smith
5f58b039d3
Add example script of getting data from EDA
2018-09-26 10:23:37 -04:00
Patrick Smith
c917605df9
Flesh out EDA client a bit more
2018-09-26 10:23:37 -04:00
Patrick Smith
e618057337
Add server certs to be able to hit EDA servers
2018-09-26 10:23:37 -04:00
patricksmithdds
4de0338978
Merge pull request #339 from dod-ccpo/hook-up-add-env-access-link
...
Hook up the "Add Environment Access" link when adding a member
2018-09-26 09:38:21 -04:00
Andrew Croce
9ec8caa9b6
format
2018-09-26 08:26:05 -04:00
richard-dds
6f87524eae
Merge pull request #335 from dod-ccpo/fix-workspace-owner-environments
...
Fix regression in Projects.create
2018-09-25 16:53:05 -04:00
Patrick Smith
648964dc1e
Hook up the "Add Environment Access" link when adding a member
2018-09-25 16:44:40 -04:00
Andrew Croce
d87f2b17ed
audit log markup
2018-09-25 16:03:08 -04:00
Andrew Croce
155ee1c21d
audit log style
2018-09-25 16:03:00 -04:00
Andrew Croce
7a5d733b20
log activity description prop
2018-09-25 16:02:52 -04:00
richard-dds
c9c387b06d
Don't explicitly add project creator to environments
2018-09-25 15:54:57 -04:00
dandds
3eeacc41fb
Merge pull request #326 from dod-ccpo/new-project-validation-#160064518
...
New project validation #160064518
2018-09-25 15:11:01 -04:00
dandds
5eef5917e7
do not use spread operator
2018-09-25 15:03:09 -04:00
patricksmithdds
5869d5a5e4
Merge pull request #334 from dod-ccpo/show-zero-dollars-on-financial-verification
...
Always set initial text input value when field data is not None
2018-09-25 14:51:28 -04:00