1200 Commits

Author SHA1 Message Date
dandds
1a5800cbc5 Requests domain module can determine if user can view request 2018-08-08 13:53:35 -04:00
luis cielak
d582cf2a41 Increase some padding 2018-08-08 13:50:48 -04:00
luis cielak
41a6d28e88 Add subtitle style 2018-08-08 13:47:31 -04:00
luis cielak
17e9344f6e Style form labels for inputs correctly 2018-08-08 13:46:48 -04:00
richard-dds
df93db4cd8 Create more varied requests in seed script 2018-08-08 13:43:52 -04:00
richard-dds
5f59b9f24a Add emails to test users 2018-08-08 13:43:52 -04:00
richard-dds
cb45db291e Rollback transaction if user creation fails 2018-08-08 13:43:52 -04:00
richard-dds
0c378ba07c Declare helper properties on Request and RequestStatusEvent 2018-08-08 13:43:52 -04:00
richard-dds
47a4635edd Display Request's "Total Apps" 2018-08-08 13:43:52 -04:00
richard-dds
6dccf50e83 Title case request status name 2018-08-08 13:43:52 -04:00
richard-dds
fdb7c699ee Simplify dev user login 2018-08-08 13:43:52 -04:00
richard-dds
04b9ae9f53 Display creator's name and human-readable status 2018-08-08 13:43:52 -04:00
richard-dds
f80668c638 Add script/seed.py for convenience 2018-08-08 13:43:52 -04:00
richard-dds
dcb45c64e8 Alter old migrations so that they can downgrade
The Role -> User foreign key constraint was preventing roles from being
deleted once there were existing users referencing the role. I realized
it was best to just pass on the downgrade and allow the tables to be
deleted.
2018-08-08 13:43:52 -04:00
richard-dds
e99ddd491a Create Request.creator relationship
- Rename creator_id to user_id
2018-08-08 13:43:52 -04:00
richard-dds
2030b4d318
Merge pull request #139 from dod-ccpo/request-status-names
Update request status names to reflect document
2018-08-08 13:43:29 -04:00
Devon
22b81c2c0c
Merge pull request #142 from dod-ccpo/remove-extra-sass
Remove SASS gem install (now using parcel)
2018-08-08 13:30:17 -04:00
Devon
6b3d8b0775
Merge pull request #143 from dod-ccpo/run-migrate-on-uwsgi-startup
Add migrate db before server startup
2018-08-08 13:30:03 -04:00
richard-dds
1f41b717bf Add expired and deleted statuses 2018-08-08 13:05:03 -04:00
richard-dds
4d3889c144 Hardcode enum values instead of using auto() 2018-08-08 13:04:40 -04:00
Devon Mackay
b9e73b2f08 Add migrate db before server startup
Ensures a fresh deploy properly updates the DB before starting the
server and accepting traffic
2018-08-08 12:03:38 -04:00
Devon Mackay
d545fb9d95 Remove SASS gem install (now using parcel) 2018-08-08 11:43:38 -04:00
Andrew Croce
6bcf7dee28 No need for 'valid' data
Add name prop, and event emitter for changes
2018-08-08 11:41:27 -04:00
Andrew Croce
725e76dfa4 use a monster email validation regex that works 99.9% of the time. 2018-08-08 11:25:39 -04:00
richard-dds
fc7ef59e9b Remove unused Request.set_status 2018-08-08 11:18:18 -04:00
Andrew Croce
375bdc52b8 dont mutate prop directly 2018-08-08 11:13:09 -04:00
Devon
df773855d5
Merge pull request #141 from dod-ccpo/kube-deploy
Kube deploy
2018-08-08 11:01:33 -04:00
Andrew Croce
526b6c7653 textinput vue component 2018-08-08 11:00:23 -04:00
Andrew Croce
476eb042c1 input validations lib 2018-08-08 10:59:28 -04:00
Andrew Croce
f48a878beb Add vue stuff to sample styleguide input 2018-08-08 10:59:14 -04:00
Andrew Croce
bed396131a Add text mask addons 2018-08-08 10:58:46 -04:00
Devon Mackay
22a7c53db6 Fastforward script/include to most recent master 2018-08-08 10:52:40 -04:00
Devon Mackay
df6c563262 Enable redirects for login route and non-ssl traffic 2018-08-08 10:49:26 -04:00
Devon Mackay
5c647a5c41 Switch htpasswd to use a secret 2018-08-08 10:12:46 -04:00
Devon Mackay
3277386ae1 Add reference script for setting the htpasswd file contents 2018-08-08 10:10:37 -04:00
Devon Mackay
aecb310a9b Set gid for mounted files to 101 (nginx) 2018-08-08 10:05:01 -04:00
Devon Mackay
ae2c6b01ff Enable basic auth for /login-dev 2018-08-08 10:05:01 -04:00
Devon Mackay
2822ff16c5 Set FLASK_DEV to dev for staging 2018-08-08 10:05:01 -04:00
Devon Mackay
bde339871a Add delete secret before recreating 2018-08-08 10:05:01 -04:00
Devon Mackay
90970367c8 Add yarn build after setup is completed 2018-08-08 10:05:01 -04:00
Devon Mackay
3a377dcb11 Convert atst ini config into a secret 2018-08-08 10:05:01 -04:00
Devon Mackay
e5567bf3c3 Switch to passing in the file name 2018-08-08 10:05:01 -04:00
Devon Mackay
880b145747 Make helper scripts executable 2018-08-08 10:05:01 -04:00
Devon Mackay
e1a49b2e72 Switch auth.atat to direct nodeport service 2018-08-08 10:05:01 -04:00
Devon Mackay
84b0bda701 Move atst ini config into secret 2018-08-08 10:05:01 -04:00
Devon Mackay
f628460001 Rename reference script 2018-08-08 10:05:01 -04:00
Devon Mackay
e9c43f61e3 Temp: remove basic auth for testing 2018-08-08 10:05:01 -04:00
Devon Mackay
b83b62aea0 Downgrade from http2 for testing 2018-08-08 10:05:01 -04:00
Devon Mackay
d746097981 Allow nginx and atst socket access 2018-08-08 10:05:01 -04:00
Devon Mackay
9cb5f88239 Move http traffic to port 8442 2018-08-08 10:05:01 -04:00