- Jul 20, 2021
-
-
Charlotte Hausman authored
-
- Jun 24, 2021
-
-
Nathan Hertz authored
-
- Jun 15, 2021
-
-
Janet Goldstein authored
old name new name --- --- ready created executing submitted ? in_progress
-
- Jun 07, 2021
-
-
Nathan Hertz authored
-
- Jun 04, 2021
-
-
Andrew Kapuscinski authored
-
Nathan Hertz authored
-
- May 27, 2021
-
-
Charlotte Hausman authored
-
- May 25, 2021
-
-
Charlotte Hausman authored
-
- Apr 20, 2021
-
-
Andrew Kapuscinski authored
removed EXPOSE cmd in frontend's Dockerfile.dev and added empty dependencies to CI stages that don't need artifacts for efficiency
-
- 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
forgot to add in the previous MR
-
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
-
- Feb 05, 2021
-
-
Andrew Kapuscinski authored
-
- Oct 13, 2020
-
-
Nathan Hertz authored
-
- Oct 12, 2020
-
-
Nathan Hertz authored
null.cap with arguments
-
- Oct 07, 2020
-
-
Nathan Hertz authored
object and create a request from there
-
- Oct 06, 2020
-
-
Nathan Hertz authored
-
Nathan Hertz authored
conflicts and circular imports
-
Nathan Hertz authored
helper.py; added from_string constructor to CapabilityStepType
-