leigh-mil
66fe49855e
Add new error for when a resource is found but cannot be accessed
2019-03-06 16:41:33 -05:00
leigh-mil
ee994e2627
All forms inherit from BaseForm
2019-03-06 15:36:53 -05:00
leigh-mil
87aa5c4c94
Remove empty fields from list items
...
Add notes
2019-03-06 15:36:53 -05:00
leigh-mil
dab13034d5
Combine form classes and rename as BaseForm
2019-03-06 15:36:53 -05:00
leigh-mil
4d0e5ebb4f
Check if form is complete before showing the TO Review page
2019-03-06 15:22:48 -05:00
leigh-mil
70617938d8
Merge pull request #687 from dod-ccpo/demo-data
...
Demo data
2019-03-01 16:25:51 -05:00
dandds
44d52ae601
fix crl storage config name
2019-03-01 15:31:02 -05:00
leigh-mil
febb2c5d0a
Fake remaining balance for A-Wing and B-Wing
2019-03-01 14:57:03 -05:00
leigh-mil
201e4e9e35
Move creating Aardvark and Beluga from remove_sampe_data to seed_sample;
...
Refactor seed_sample into reusable functions;
Rename Aardvark to A-Wing and Beluga to B-Wing, and use Star Wars names
for other portfolios
2019-03-01 14:52:10 -05:00
dandds
7fbb8d05e0
Merge pull request #679 from dod-ccpo/sync-crls
...
sync crls from CSP source
2019-03-01 11:59:57 -05:00
leigh-mil
3b5b809947
Combine data properties and remove unused import
2019-03-01 11:02:16 -05:00
leigh-mil
a6296e78df
Formatting
2019-03-01 11:02:16 -05:00
leigh-mil
e00e24f083
Move removing empty items in a list field to CacheableForm
2019-03-01 11:02:16 -05:00
leigh-mil
b07ab6d1b4
Remove unused import and formatting
2019-03-01 11:02:16 -05:00
leigh-mil
870e0a299e
Make LOA fields optional
2019-03-01 11:02:16 -05:00
leigh-mil
bc05bbced0
Make LOA inputs optional
2019-03-01 11:02:16 -05:00
leigh-mil
f1b9bf19a7
Update migration order and change loa to loas
2019-03-01 11:02:15 -05:00
leigh-mil
3325e4c219
Create KoReview component to add multiple LOA items
2019-03-01 11:02:15 -05:00
leigh-mil
070ccec23f
Add migration for LOA array type
2019-03-01 11:02:15 -05:00
George Drummond
17c175b698
Invite Officer From Manage Invitations Page
2019-02-28 11:44:07 -05:00
Montana
0b33a67d29
Default defense component to None
2019-02-27 10:55:15 -05:00
montana-mil
3849a69e99
Merge pull request #677 from dod-ccpo/move-component-to-portfolio
...
Move defense_component to portfolios model
2019-02-27 10:05:30 -05:00
George Drummond
c4383c8859
Merge pull request #676 from dod-ccpo/to-edit-sign-permissions
...
Break KO signing into two steps
2019-02-27 09:43:48 -05:00
dandds
22af868557
sync CRLs if one in the cache is out of date
2019-02-27 05:51:50 -05:00
dandds
b420ff2e5b
record CRL expiration in CRL cache
2019-02-27 05:51:50 -05:00
dandds
725042ab76
modify crl storage config:
...
- make local container for libcloud storage if it does not exist
- separate config variables for CRL storage
2019-02-27 05:51:50 -05:00
dandds
9aa15d57e8
CRL Provider for syncing CRLs from cached source
2019-02-27 05:51:50 -05:00
Montana
9a17a841ae
Bug fix for '$0' clins
2019-02-26 14:00:48 -05:00
Montana
7ee8858cc7
Add defense_component to Portfolio when new task_order is created without an existing portfolio
2019-02-26 11:29:16 -05:00
Montana
f8a6d04d64
Move defense_component to portfolios model
2019-02-26 11:22:24 -05:00
George Drummond
8adeee406d
Remove unused class constants
2019-02-26 10:02:40 -05:00
George Drummond
46345f9856
Break KO signing into two steps
2019-02-26 10:02:40 -05:00
Patrick Smith
4081fa04e7
Use pendulum to traverse mock reporting dates
...
Previously, subtracting 29 days could result in the same month listed
twice (for example, subtracting 29 days from Nov 30, would result in two
Novembers listed).
2019-02-25 15:35:51 -05:00
Patrick Smith
9d97a45a8d
Remove some more unused utils
2019-02-25 14:54:14 -05:00
Patrick Smith
8a0d254224
Remove unused flashes
2019-02-25 14:54:14 -05:00
Patrick Smith
ae1b208709
Remove unused portfolio route
...
The activity was moved into the admin page, so this separate route is
not necessary anymore.
2019-02-25 14:54:14 -05:00
Patrick Smith
69ebd21de9
Remove unused filters
2019-02-25 14:54:14 -05:00
Patrick Smith
019e7f24c8
Remove unused util method
2019-02-25 14:54:14 -05:00
Patrick Smith
f614a3ff83
Remove unused form fields
2019-02-25 14:54:14 -05:00
Patrick Smith
b778942dd7
Remove unused get_by_request helper
2019-02-25 14:54:14 -05:00
Patrick Smith
2d03111a9d
Remove legacy task order model
2019-02-25 14:54:14 -05:00
Patrick Smith
75f9b57979
Remove PE number model
2019-02-25 14:54:14 -05:00
Patrick Smith
3ea9562284
Remove skipped tests
2019-02-25 14:54:14 -05:00
Patrick Smith
e8348066aa
Remove method to create portfolio from a request
2019-02-25 14:54:14 -05:00
Patrick Smith
2c62f54b83
Remove request-related models
2019-02-25 14:54:14 -05:00
Patrick Smith
6fb333acb9
Remove Requests domain classes
2019-02-25 14:54:13 -05:00
Patrick Smith
c8a139a941
Remove unused request form
2019-02-25 14:54:13 -05:00
Patrick Smith
c3b79103a4
Remove Requests routes
2019-02-25 14:54:13 -05:00
Montana
772ca75688
Refactor form action for new task order templates
2019-02-21 14:38:03 -05:00
Montana
12706c3d45
Refactor task order route to check for request args instead of request.referrer
2019-02-21 14:38:03 -05:00