- Feb 25, 2021
-
-
existing executions cannot be deleted (they must be disabled instead, which will have to be implemented)
-
Nathan Hertz authored
Refactored execution management logic out of `CapabilityService` into a new class `ExecutionManager`
-
- Feb 22, 2021
-
-
Nathan Hertz authored
-
- Feb 19, 2021
-
-
Nathan Hertz authored
`CapabilityService.create_request` instead of duplicating that logic within the view; changed tests and mocks to go along with the changes
-
- Feb 18, 2021
-
-
Nathan Hertz authored
Added two new Pyramid views, the first of the capability request views: `view_capability_request` and `create_capability_request`
-
- Feb 17, 2021
-
-
Nathan Hertz authored
-
- Feb 16, 2021
-
-
Nathan Hertz authored
-
- Feb 12, 2021
-
-
Nathan Hertz authored
added views directory that will hold logic for views
-