6123 Commits

Author SHA1 Message Date
leigh-mil
bea9439330 Move text to translations 2019-09-26 09:53:20 -04:00
leigh-mil
05aca75679 Fix typo and add flash message for when invite can't be revoked 2019-09-26 09:53:20 -04:00
leigh-mil
663fb9f288 Use ApplicationRoles.disable() instead of Applications.remove_member() 2019-09-26 09:53:20 -04:00
leigh-mil
a9300132f8 Move modal out of the table and fix button styling 2019-09-26 09:46:24 -04:00
leigh-mil
7ad7c79897 Update seed script so app members have invites 2019-09-26 09:46:24 -04:00
leigh-mil
37fab735a4 Add modal to page for revoking an invite 2019-09-26 09:46:24 -04:00
leigh-mil
a03ff56017 Invites are revokable if they are not expired, and add success flash message 2019-09-26 09:46:24 -04:00
leigh-mil
fd691bc0c1 Refactor Applications.remove_member 2019-09-26 09:46:24 -04:00
leigh-mil
ed116ee791 Delete env roles associated with disabled app role 2019-09-26 09:46:23 -04:00
leigh-mil
5c54c043c0 Add route for applications.revoke_invite 2019-09-26 09:46:23 -04:00
dandds
dcf10e596f Delete some additional unused Vue components. 2019-09-26 05:48:14 -04:00
dandds
8d7c7a0d6e Render Vue component templates as part of test script.
Add a command to the test script to output up-to-date Vue component
templates. Most of the Vue component tests rely on HTML templates built
from Jinja.
2019-09-25 11:32:10 -04:00
dandds
e0565e5b9a Measure JS test coverage for entire js directory.
Add an additional flag to the yarn `test` script.
2019-09-25 11:32:10 -04:00
dandds
a4f0b10bbb
Merge pull request #1092 from dod-ccpo/template-cleanup
Delete unused Jinja macros and rearrange templates.
2019-09-25 11:31:07 -04:00
dandds
4f8cbc2b68 Delete unused Jinja macros and rearrange templates.
Templates and fragments that relate to specific resources (portfolios,
applications, task orders) should reside in directories named for the
relevant resource. This also matches the way the application routes are
distributed among modules named for each resource type.
2019-09-25 11:19:56 -04:00
dandds
c8a2e9ee96
Merge pull request #1093 from dod-ccpo/js-cleanup
Delete unused Vue components and remove references to them.
2019-09-25 09:51:38 -04:00
dandds
6dc1e10e77 Delete unused Vue components and remove references to them. 2019-09-25 06:14:12 -04:00
tomdds
494978fabd
Merge pull request #1077 from dod-ccpo/cloud-provision-errors
First pass at Cloud Provision Exceptions
2019-09-24 14:00:47 -04:00
graham-dds
7e340936dc
Merge pull request #1088 from dod-ccpo/make-application-creation-multistep
Make application creation multistep
2019-09-24 13:56:36 -04:00
tomdds
ff8119acd1 Integrate errors with MockCloudProvider 2019-09-24 13:54:41 -04:00
tomdds
5aa5acfb2a Remove redundant EnvironmentExistsException 2019-09-24 13:53:41 -04:00
tomdds
08f98a557f Create separate authentication and authorization exceptions 2019-09-24 13:53:41 -04:00
tomdds
34c616ce63 First pass at Cloud Provision Exceptions 2019-09-24 13:53:41 -04:00
richard-dds
d60cc58dee
Merge pull request #1083 from dod-ccpo/user-provisioning-task
Add create_user task
2019-09-24 13:50:17 -04:00
dandds
07b287e9aa
Merge pull request #1090 from dod-ccpo/clin-fields-test
Add a JS test for the clin-fields Vue component.
2019-09-24 11:04:45 -04:00
graham-dds
dbc851258f Update .secrets.baseline 2019-09-24 10:16:49 -04:00
graham-dds
a96c2b3cdd Update / create new tests for application creation 2019-09-24 10:16:49 -04:00
graham-dds
66f606d951 add permissions to new application routes 2019-09-24 10:16:49 -04:00
graham-dds
0bdbe755e3 Allow the ability to update environment names 2019-09-24 10:16:49 -04:00
graham-dds
2dd24aa286 Allow application creation without environments 2019-09-24 10:16:49 -04:00
graham-dds
8c8f0be761 Allow application creation without environments 2019-09-24 10:16:49 -04:00
graham-dds
6b74766df9 Add translation for next button in new app form 2019-09-24 10:16:48 -04:00
graham-dds
4c8bb0a35d change ulr_for arguments to new multistep form 2019-09-24 10:16:48 -04:00
graham-dds
f0593cde70 Break new application template into form steps 2019-09-24 10:16:48 -04:00
graham-dds
1a11182eef Break new-application JS component into form steps 2019-09-24 10:16:48 -04:00
graham-dds
8914419dac Break new application route into multiple routes 2019-09-24 10:16:48 -04:00
graham-dds
cd37e18178 Rename application-related forms 2019-09-24 10:16:48 -04:00
graham-dds
83479f60af Flash messages for saving/ submitting applications 2019-09-24 10:16:39 -04:00
dandds
7ea1ae5a34 Add a JS test for the clin-fields Vue component.
In order to do this, it was expedient to move the CLINFields Jinja macro
into its own file and pass in all the data it requires.
2019-09-24 09:37:30 -04:00
dandds
526dc94455
Merge pull request #1089 from dod-ccpo/quick-test-fix
Adjust environment claim test to avoid race condition
2019-09-23 15:27:09 -04:00
dandds
0d45be68d5 Adjust environment claim test to avoid race condition 2019-09-23 14:53:18 -04:00
richard-dds
23319e0c39 Remove unused import 2019-09-23 11:45:33 -04:00
richard-dds
399cf74ed6 Only provision EnvironmentRoles with active ApplicationRoles 2019-09-23 11:30:06 -04:00
richard-dds
f523db4d2d Squash migrations related to env role provisioning 2019-09-23 10:44:37 -04:00
dandds
46f8e07729
Merge pull request #1087 from dod-ccpo/to-step3-testing
Initial JS tests for the Vue TOForm component.
2019-09-23 10:32:23 -04:00
leigh-mil
c18d44701e
Merge pull request #1086 from dod-ccpo/ie11-header-bug
Ie11 header bug
2019-09-23 10:24:05 -04:00
leigh-mil
b837700612
Merge pull request #1085 from dod-ccpo/total-funding-bug-168516197
Total and Obligated Funding % Bug
2019-09-23 10:19:38 -04:00
dandds
112f0e0ab2 Initial JS tests for the Vue TOForm component.
This adds BeautifulSoup to the Python dev dependencies so that we can
render an entire page and then extract the Vue component we need.
Ideally, we should refactor all the Vue components so that they live in
Jinja macros and we can render those macros directly.
2019-09-20 15:24:55 -04:00
leigh-mil
7402c0c84e Fix icon alignment 2019-09-20 13:39:09 -04:00
leigh-mil
a342aed7e2 Remove max width on p element in the header 2019-09-20 13:38:56 -04:00