Commit Graph

114 Commits

Author SHA1 Message Date
dandds
93bf0dcb8a prepopulate remaining user data on request form 2018-10-23 09:23:59 -04:00
dandds
b733884c30 Merge pull request #386 from dod-ccpo/edit-user-#160268937
Edit user #160268937
2018-10-17 15:04:15 -04:00
dandds
771bd27794 use post endpoint for updating user in test 2018-10-17 10:47:30 -04:00
Patrick Smith
0425df3d19 Use fixture for CSRF-enabled app
We don't want CSRF protection to stick around after the test runs.
2018-10-16 21:31:03 -04:00
Patrick Smith
783ce58991 Formatting fix 2018-10-16 21:30:35 -04:00
Patrick Smith
c7d5015942 Redirect to login page when CSRF error occurs 2018-10-16 17:23:09 -04:00
dandds
ab42245797 display DOD ID on user update page 2018-10-16 09:18:13 -04:00
dandds
f3c3332127 user can update profile 2018-10-16 09:18:13 -04:00
dandds
ffa317a3eb Merge pull request #374 from dod-ccpo/finver-refactor
financial verification routes refactor
2018-10-12 11:19:05 -04:00
dandds
1329cd8206 pass request directly to FinancialVerification class 2018-10-09 11:11:48 -04:00
Montana
39c5f3e00e Add two more tests 2018-10-09 09:34:35 -04:00
dandds
ef75c15b99 small tweaks and test setup for FinancialVerification 2018-10-09 09:34:35 -04:00
richard-dds
74a04b6750 Formatting 2018-10-08 15:24:17 -04:00
richard-dds
d51d5e2ca9 Root url should redirect if user is already logged in 2018-10-08 15:23:13 -04:00
Montana
95f3b9d048 Hide Budget Report from admins and developers 2018-10-01 17:15:40 -04:00
dandds
cbcd61c018 Merge pull request #352 from dod-ccpo/hide-pdf-#160757166
hide PDF link when PDF download is not available
2018-10-01 13:26:04 -04:00
dandds
6245ab3f5e hide PDF link when PDF download is not available 2018-09-28 14:21:12 -04:00
Montana
066ade7f52 Add more tests for workspaces routes 2018-09-28 10:05:20 -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
7d7afebede Update modal content for approval/acceptance 2018-09-28 09:48:41 -04:00
richard-dds
ddc2e2fad7 Automatic audit logging using SQLA events 2018-09-25 13:09:54 -04:00
Montana
18776aa71c Fix tests 2018-09-25 11:13:24 -04:00
Montana
54af62a58a Test workspace update_member route 2018-09-25 11:13:24 -04:00
Patrick Smith
0b81ccb254 Rename internal comment test 2018-09-24 15:56:36 -04:00
Patrick Smith
92d73387f5 Show error on page if submitting an empty comment 2018-09-24 13:52:50 -04:00
Patrick Smith
e0e51d8c35 Allow adding an internal comment on a request 2018-09-24 13:52:50 -04:00
richard-dds
519b5caa4c Fix tests that were broken by new constraints 2018-09-21 14:00:01 -04:00
dandds
09a18220e6 Merge pull request #299 from dod-ccpo/details-view-tests
refactor request details rendering logic
2018-09-18 12:00:39 -04:00
dandds
01fca617e7 refactor request details rendering logic 2018-09-18 11:36:33 -04:00
richard-dds
4ab73cc06b Redirect CCPO user to requests page 2018-09-18 11:08:19 -04:00
richard-dds
3baa7b2016 Merge pull request #293 from dod-ccpo/homepage-redirects
Redirect from /home depending on requests and workspaces
2018-09-17 16:49:01 -04:00
richard-dds
0e2ec93c84 Formatting 2018-09-17 16:40:01 -04:00
dandds
f984c95060 Merge pull request #294 from dod-ccpo/edit-workspace-#160300728
Edit workspace #160300728
2018-09-17 15:45:35 -04:00
richard-dds
72c82161d7 Rename some tests for clarity 2018-09-17 15:20:17 -04:00
dandds
8359a2a079 display review comment for financial verification that needs changes 2018-09-17 13:45:01 -04:00
dandds
7f9c7dcaec display review comment for request that needs changes 2018-09-17 13:43:39 -04:00
richard-dds
e087c51045 /home redirects depending on requests and workspaces 2018-09-17 13:28:35 -04:00
dandds
021871ec16 route, form, and domain methods for updating workspace name 2018-09-17 11:40:58 -04:00
Andrew Croce
b473a87eea update test 2018-09-14 11:39:42 -04:00
dandds
31e010ca41 Merge pull request #285 from dod-ccpo/autofill-ccpo-approval-#160298590
prepopulate current user as ccpo authorizing official on a request re…
2018-09-14 08:48:38 -04:00
dandds
b363fe04d6 fix manual financial verification test 2018-09-13 15:57:54 -04:00
dandds
91aca4245e prepopulate current user as ccpo authorizing official on a request review 2018-09-13 14:01:01 -04:00
dandds
6859d562d6 requests domain method for rejecting request with appropriate status 2018-09-11 13:27:15 -04:00
dandds
68a32e0a08 requests domain method for advancing a request to the next stage 2018-09-11 11:20:59 -04:00
dandds
ebac93bc23 run reformatter 2018-09-10 11:22:59 -04:00
dandds
24cbb90ce2 ccpo can request changes on a request 2018-09-10 11:17:47 -04:00
dandds
c4e9971206 distinguish final CCPO approval from acceptance of initial request 2018-09-10 10:29:04 -04:00
dandds
c123cdd6e9 ccpo can submit basic review 2018-09-10 10:29:04 -04:00
dandds
d295798d75 ccpo should see request approval screen for all request 2018-09-10 10:29:04 -04:00
dandds
afeb6729ee Merge pull request #255 from dod-ccpo/review-request-page-#159038263
Review request page #159038263
2018-09-07 16:07:52 -04:00