- Mar 03, 2022
-
-
Andrew Kapuscinski authored
-
- Jan 25, 2022
-
-
Andrew Kapuscinski authored
-
- Dec 21, 2021
-
-
Janet Goldstein authored
-
- Nov 18, 2021
-
-
Janet Goldstein authored
-
- Oct 20, 2021
-
-
-
Andrew Kapuscinski authored
-
- Sep 27, 2021
-
-
Andrew Kapuscinski authored
-
- Sep 22, 2021
-
-
Janet Goldstein authored
-
- Aug 19, 2021
-
-
- Aug 17, 2021
-
-
Andrew Kapuscinski authored
-
- Jun 24, 2021
-
-
Nathan Hertz authored
-
- Jun 15, 2021
-
-
Janet Goldstein authored
old name new name --- --- ready created executing submitted ? in_progress
-
- Jun 04, 2021
-
-
Nathan Hertz authored
-
- May 25, 2021
-
-
Charlotte Hausman authored
-
- Mar 23, 2021
-
-
Added the ability to compare capability executions by their creation timestamp; made it so encountering exceptions when receiving messages does not block the system
-
- Mar 18, 2021
-
-
Messaging system is now running on a more robust foundation: - `kombu` package for AMQP networking - New Messenger and Router objects - New message format - Easy-to-use callback subscribing - Can now get messages anywhere in the system easily and send replies back easily
-
- 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
-