Patrick Smith
a6cf27ef5f
Make tests run on CI
...
Specify the entrypoint and cmd on the tester_image2 so that it runs
tests. I was hoping to not have to duplicate the entrypoint and cmd
here, but the results from `docker inspect ${TESTER_IMAGE1_NAME} -f "{{ .Config.Cmd }}"`
were not suitable to pass back to `docker inspect` or `docker run`.
2018-08-16 17:08:07 -04:00
Patrick Smith
810a39d359
Force tests to fail
2018-08-16 15:02:38 -04:00
patricksmithdds
46aa95248c
Merge pull request #178 from dod-ccpo/kpi-159705475
...
Add counts for KPI (159705475)
2018-08-15 12:04:28 -04:00
richard-dds
d0af633449
Merge pull request #177 from dod-ccpo/designate-technical-poc-159495040
...
Designate technical poc 159495040
2018-08-15 11:43:24 -04:00
dandds
920ad1c554
Requests.status_count can be scoped to creator
2018-08-15 11:43:12 -04:00
richard-dds
e0ac7bfe5f
Update form fields and copy
2018-08-15 11:28:48 -04:00
richard-dds
a9d3449548
Change inaccurate test name
2018-08-15 11:28:48 -04:00
richard-dds
a588591485
urlencode form data for readability
2018-08-15 11:28:48 -04:00
richard-dds
bcf74b09eb
Expand BooleanField's default_values for stepthrough test
2018-08-15 11:28:48 -04:00
richard-dds
90ada6992b
Always set POC to current user if checkbox is checked
2018-08-15 11:28:48 -04:00
richard-dds
932922cfe6
Use new checkboxinput for POC checkbox
2018-08-15 11:28:48 -04:00
richard-dds
4085c42c1c
WIP
2018-08-15 11:28:48 -04:00
richard-dds
529ec532dc
Use python3 version of super()
2018-08-15 11:28:48 -04:00
richard-dds
93ac342f75
Also autopopulate POC info for new requests
2018-08-15 11:28:48 -04:00
richard-dds
ac4cf5279e
Don't include csrf_token in form.data
2018-08-15 11:28:48 -04:00
richard-dds
3b50b948a0
Don't overwrite other POC form fields
2018-08-15 11:28:48 -04:00
richard-dds
c639a82b82
Hide fields on page load if necessary
2018-08-15 11:28:48 -04:00
richard-dds
d5d1265cd7
Fix linting errors
2018-08-15 11:28:48 -04:00
richard-dds
ee207f163c
Fix tests
2018-08-15 11:28:48 -04:00
richard-dds
c6618c503b
Create new template and form field
2018-08-15 11:28:48 -04:00
richard-dds
5a2953ffc3
Split request update into new method for easier extension
2018-08-15 11:28:48 -04:00
richard-dds
9de9fb5c6a
Remove unused fields from JEDIRequestFlow screens
2018-08-15 11:28:48 -04:00
richard-dds
bc42cca71a
Simplify requests_update
2018-08-15 11:28:48 -04:00
dandds
00909bb5c1
fix tests based on updates to financial form
2018-08-15 11:16:25 -04:00
luis cielak
4df8ef42d5
Add some validation, update field types
2018-08-15 11:16:25 -04:00
luis cielak
091f30cb41
Update the financial verification step using the new form modules
2018-08-15 11:16:25 -04:00
dandds
9514556797
fix tests for new request field values
2018-08-15 10:49:48 -04:00
luis cielak
b88b4b6d2c
Remove dup orgs
2018-08-15 10:49:48 -04:00
luis cielak
f32c79cfb2
Remove comment
2018-08-15 10:49:48 -04:00
luis cielak
cda585c3a3
Update validation icon placement and placeholders
2018-08-15 10:49:48 -04:00
luis cielak
483d606cf0
Update tooltips, placehoders, and field info
2018-08-15 10:49:48 -04:00
patricksmithdds
56291526da
Merge pull request #176 from dod-ccpo/ui/review-and-submit
...
Ui/review and submit
2018-08-15 10:17:28 -04:00
patricksmithdds
ac24229fd7
Merge pull request #171 from dod-ccpo/ui/conditional-field-display
...
Ui/conditional field display
2018-08-15 09:59:16 -04:00
dandds
3a77e07c3f
update request statuses; deleted -> canceled
2018-08-14 17:02:53 -04:00
dandds
e97fdbf140
implement real KPI counts
2018-08-14 16:57:27 -04:00
Andrew Croce
021e7512b2
conditionally display certain fields, just like the form
2018-08-14 16:35:09 -04:00
Andrew Croce
61cdbf7f62
Display "Response Required" label if no value
2018-08-14 16:27:58 -04:00
Andrew Croce
03b6938e5d
Change default form value to None
2018-08-14 16:27:32 -04:00
dandds
4c587864ef
add Requests method for counting all requests with a given status
2018-08-14 16:23:41 -04:00
dandds
1d3c74a873
Merge pull request #170 from dod-ccpo/requests-columns-159274521
...
Requests index view 159274521
2018-08-14 15:28:48 -04:00
andrewdds
a63ee9a0e7
Merge pull request #173 from dod-ccpo/ui/tooltip-styles
...
new styles for tooltips
2018-08-14 14:23:35 -04:00
Andrew Croce
f64d78763f
transition goes on the outside
2018-08-14 14:23:11 -04:00
Andrew Croce
d793390df6
new styles for tooltips
2018-08-14 14:05:50 -04:00
andrewdds
765a1bac40
Merge pull request #172 from dod-ccpo/ui/fix-field-focus-color
...
fix border and text color in hover/focused
2018-08-14 13:15:14 -04:00
Andrew Croce
fb29e7f835
Remove commented code
2018-08-14 13:09:38 -04:00
Andrew Croce
6913e8cdbd
wrap transition around all conditional elements
2018-08-14 13:08:44 -04:00
dandds
130b868128
remove action column in requests index view for now
2018-08-14 12:40:20 -04:00
Andrew Croce
a599179eeb
fix border and text color in hover/focused
2018-08-14 11:42:59 -04:00
Andrew Croce
e2c3843175
apply margin correctly
2018-08-14 11:32:49 -04:00
Andrew Croce
51da474940
cleanup
...
clear labels from floating elements
2018-08-14 11:27:07 -04:00