745 Commits

Author SHA1 Message Date
Devon
ad701f111e
Merge pull request #67 from dod-ccpo/switch-include-to-submodule
Switch /script/include to a submodule
2018-07-16 09:43:41 -04:00
patricksmithdds
2173f7f49c
Merge pull request #71 from dod-ccpo/remove-None-from-form
Use nested defaultdicts to provide more helpful text for unfilled fields
2018-07-13 12:03:20 -04:00
Devon Mackay
bfb54ed29f Add notice on command for updating existing clones 2018-07-13 09:16:00 -04:00
Devon Mackay
7b839a922b Group requirements and add section headers 2018-07-13 09:16:00 -04:00
Devon Mackay
ccd959e4a9 Move clone command to its own line 2018-07-13 09:16:00 -04:00
Devon Mackay
66c5ac9cba Update README with additional info
- Project description
- Add submodule related info
- Add scriptz README reference
- Reformat Installation section
2018-07-13 09:16:00 -04:00
Devon Mackay
821a0ee0e5 Update submodule to latest master 2018-07-13 09:16:00 -04:00
Devon Mackay
9333bae369 Switch submodule branch to master 2018-07-13 09:16:00 -04:00
Devon Mackay
1430ed79b3 Modify submodule config on Travis before update
I guess this is a known issue when using Travis and SSH-based
submodules. The other option is to change the submodule config to be
HTTPS-based, but this should work.
2018-07-13 09:16:00 -04:00
Devon Mackay
e41f828af3 Set submodule commit to import branch 2018-07-13 09:16:00 -04:00
Devon Mackay
3312841ba4 Add scriptz submodule as script/include 2018-07-13 09:16:00 -04:00
Devon Mackay
78c8239422 Remove existing include directory 2018-07-13 09:16:00 -04:00
dandds
726946f9c9
Merge pull request #72 from dod-ccpo/session-expir
ensure we clear session cookies
2018-07-13 08:44:36 -04:00
patricksmithdds
9101f72ae2
Merge pull request #70 from dod-ccpo/159018281-add-missing-fields
Add missing fields to financial verification step
2018-07-12 17:05:18 -04:00
dandds
335bbed94d ensure we clear session cookies 2018-07-12 16:43:41 -04:00
richard-dds
fd8629db5b Use nested defaultdicts to provide more helpful text for unfilled fields 2018-07-12 16:41:06 -04:00
Patrick Smith
9320b0eac2 Add treasury code/ba code fields 2018-07-12 15:36:41 -04:00
Patrick Smith
43e427d4ef Make PE number input accept single string only 2018-07-12 15:36:41 -04:00
dandds
5b4a8fd2d3
Merge pull request #69 from dod-ccpo/rename-handlers
rename some handlers with more specificity
2018-07-12 14:16:57 -04:00
dandds
f2b010232d move login template to root 2018-07-12 13:45:49 -04:00
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
Luis Cielak
40328dea6a Add each link to their own li 2018-07-10 13:55:51 -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
Luis Cielak
1c360784b2 Add few cosmetic changes to the request form, made some updates to form verbiage 2018-07-10 11:19:59 -04:00
Luis Cielak
a0f5ac3588 Add sidenav to requests page 2018-07-10 11:07:38 -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