372 Commits

Author SHA1 Message Date
dandds
21c970e4b4 rename some handlers with more specificity 2018-07-12 11:39:22 -04:00
andrewdds
c9a45f6364
Merge pull request #68 from dod-ccpo/ui-fix/layout-breakpoints
Fix for broken layout breakpoint
2018-07-12 10:29:02 -04:00
Andrew Croce
26cd56c345 Fix margins on sideanv 2018-07-12 08:55:36 -04:00
Andrew Croce
98915dd69e Panel grid layout should stop wrapping at the large breakpoint 2018-07-12 08:55:20 -04:00
patricksmithdds
b62f4d3d29
Merge pull request #66 from dod-ccpo/validator-tests
Add some tests for form validators
2018-07-11 14:52:53 -04:00
richard-dds
b685b478df
Merge pull request #63 from dod-ccpo/submit-request
Allow user to submit request
2018-07-11 13:16:10 -04:00
Patrick Smith
1b7203ce30 Add note to README on pytest-watch use 2018-07-11 10:55:55 -04:00
Patrick Smith
3925007489 Add tests for some validators 2018-07-11 10:54:04 -04:00
Patrick Smith
172e9aae4d Add pytest-watch dev dependency 2018-07-11 10:54:04 -04:00
richard-dds
358aa6366c Always show submit screen, but disable button if form is incomplete 2018-07-10 17:01:39 -04:00
Devon
74eae52869
Merge pull request #64 from dod-ccpo/script-rework
Script standardization and shared functions
2018-07-10 15:35:03 -04:00
Devon Mackay
fc62dcdb65 Update pipenv check to just test the binary 2018-07-10 15:20:21 -04:00
Devon Mackay
d620fb6cc0 Add pip update in venv 2018-07-10 14:55:26 -04:00
Devon Mackay
2864300a4e Add function for installing pip packages in the venv 2018-07-10 14:55:02 -04:00
richard-dds
269f23d56c Continue showing "review and submit" after request is approved 2018-07-10 14:05:27 -04:00
Devon Mackay
0535a45bd9 Check for pipenv and error out if not present 2018-07-10 12:01:56 -04:00
richard-dds
ab6af09d05 Fix edit links in "review and submit" 2018-07-10 11:47:57 -04:00
Devon Mackay
9dbc6cd180 Rename file: no longer a work in progress 2018-07-10 10:55:28 -04:00
Devon Mackay
f5f809c167 Account for new script names and forced pipenv 2018-07-10 10:55:28 -04:00
Devon Mackay
628b3dc562 Modify wrapper to use PGID when terminating app 2018-07-10 10:55:28 -04:00
Devon Mackay
bbe9880db3 Ensure node modules get a fresh install on reset 2018-07-10 10:55:28 -04:00
Devon Mackay
89e14268e9 Fix function return value and clean up code style
- Fix create_virtual_environment return code; use pipenv exit code not
pipenv output
- Clean up code style in install_pipenv
2018-07-10 10:55:28 -04:00
Devon Mackay
d2eff80de9 Add error message output before aborting 2018-07-10 10:55:28 -04:00
Devon Mackay
e23b767a72 Standardize code styling 2018-07-10 10:55:28 -04:00
Devon Mackay
40494e8f63 Standardize code styling 2018-07-10 10:55:28 -04:00
Devon Mackay
d2c610fbf7 Remove loop: only sourcing one file now 2018-07-10 10:55:28 -04:00
Devon Mackay
7adc36eed3 Remove interpretor; file should be sourced not executed 2018-07-10 10:55:28 -04:00
Devon Mackay
263fcd1c35 Update comments 2018-07-10 10:55:28 -04:00
Devon Mackay
2b426cb784 Add script to background a server launch 2018-07-10 10:55:28 -04:00
Devon Mackay
2b95291f93 Update script to use global header and no trap
The server script should just give a clean, foreground execution of the
app.
A second script has been added to a dev server launch to try to get a
backgrounding wrapper in place.
2018-07-10 10:55:28 -04:00
Devon Mackay
10fa0a7ffa Update script to use global header file 2018-07-10 10:55:28 -04:00
Devon Mackay
6a4069853a Update first copy to include ALL scripts 2018-07-10 10:55:28 -04:00
Devon Mackay
2ec2eefb4b Fix variable name 2018-07-10 10:55:28 -04:00
Devon Mackay
5159e3e163 Remove script params; no longer required to pass these values 2018-07-10 10:55:28 -04:00
Devon Mackay
c370063f8d Update to use shared script 2018-07-10 10:55:28 -04:00
Devon Mackay
ada0595f36 Add alpine setup functions and sharable script 2018-07-10 10:55:28 -04:00
Devon Mackay
1a5f9dfc49 Move docker files and update travis.yml accordingly 2018-07-10 10:55:28 -04:00
Devon Mackay
27cfb3442f Update to use shared header 2018-07-10 10:55:28 -04:00
Devon Mackay
09cf59ccd1 Add default config file for bandit 2018-07-10 10:55:28 -04:00
Devon Mackay
9e89f75b92 Update to use shared test script and functions 2018-07-10 10:55:28 -04:00
Devon Mackay
53f27b2ea2 Enable pythong and node dependency installation 2018-07-10 10:55:28 -04:00
Devon Mackay
b8d3a4536b Add test script to execute code checks and unit tests 2018-07-10 10:55:28 -04:00
Devon Mackay
2ba3c68921 Add file containing functions used by the test script 2018-07-10 10:55:28 -04:00
Devon Mackay
d70481e425 Fix variable name 2018-07-10 10:55:28 -04:00
Devon Mackay
a31e833fa4 Fix pienv run command by actually adding "run" 2018-07-10 10:55:28 -04:00
Devon Mackay
cb0564e3e7 Update script to use shared functions and logic 2018-07-10 10:55:28 -04:00
Devon Mackay
617c154d01 Add script to execute bootstrap logic 2018-07-10 10:55:28 -04:00
Devon Mackay
6fa5d7aad1 Add file containing bootstrap specific functions 2018-07-10 10:55:28 -04:00
Devon Mackay
b23c6b15bb Update script to include sourcing setup specific functions 2018-07-10 10:55:28 -04:00
Devon Mackay
adb41337e3 Fix function name which was just changed 2018-07-10 10:55:28 -04:00