22 Commits

Author SHA1 Message Date
Patrick Smith
91419af71a Generate mock access token when access env 2019-01-07 17:30:34 -05:00
montana-mil
52bb0bd5fc
Merge pull request #497 from dod-ccpo/v-cloak
Prevent Vue from Loading Variables Before Evaluation
2018-12-20 10:09:04 -05:00
Montana
8c2a35c7ca Add v-cloak to all tables and charts 2018-12-14 13:53:04 -05:00
dandds
a2d6d59ca4 use flask flash for notifications 2018-12-10 12:31:41 -05:00
leigh-mil
b49c6b0f38 Add urls to templates 2018-11-29 11:04:02 -05:00
Patrick Smith
880d40d5ec Use hidden input to track environment names
Since we're using ally.js for modals, when the modal is open, other
elements are disabled. Since the form is submitted when the "Create"
button is clicked and browsers do not submit disabled form fields, the
form was not submitting environment names when creating a project.

This workaround creates hidden inputs to track the environment names.
Since they're hidden, they are not disabled by ally.js, so the fields
are properly submitted.

This should be the only form affected, since this is the only form
submitted via a modal button.
2018-10-24 16:39:21 -04:00
leigh-mil
ae2c1f8918 Fix from merge conflict 2018-10-23 13:45:04 -04:00
leigh-mil
0dd9ab9684 Move Enviroment error message div to New Project form 2018-10-23 13:43:13 -04:00
leigh-mil
4bd42a7bc0 Remove v-on:submit attribute since form is no longer hooked into Vue 2018-10-23 13:43:13 -04:00
leigh-mil
2455618268 Remove unused imports 2018-10-23 13:43:13 -04:00
leigh-mil
92fc5e6e76 Add in environment section to Edit Project Page 2018-10-23 13:43:13 -04:00
leigh-mil
c5bc10d8c3 Refactory Edit Project Form to simplify and use Edit Project fragment 2018-10-23 13:43:13 -04:00
leigh-mil
6de48837fa Refactor New Project Form to remove conditional logic and include fields relevant to new project 2018-10-23 13:43:13 -04:00
leigh-mil
3040115162 Remove WIP alert 2018-10-23 13:41:20 -04:00
montana-mil
388ff899a2
Merge pull request #343 from dod-ccpo/more-tests-for-workspaces
Add more tests for workspaces routes
2018-10-01 13:23:47 -04:00
Patrick Smith
4577a37bad Hide edit project link for users that cannot edit projects 2018-09-30 22:23:52 -04:00
Montana
927741eb73 Add a warning on edit project page 2018-09-28 10:05:20 -04:00
luis cielak
9308f0eb7b Change all instance of JEDI to JEDI Cloud 2018-09-13 15:57:54 -04:00
luis cielak
e867dbc82f Remove legacy warning message 2018-09-13 15:57:54 -04:00
Patrick Smith
7faeabfbdf Add back missing import in new project template 2018-09-06 16:23:06 -04:00
Patrick Smith
c235e519fa Hook up Edit Project page 2018-09-06 14:58:34 -04:00
Patrick Smith
00e91ba789 Move requests & workspaces templates into directories 2018-09-06 14:58:34 -04:00