- Apr 08, 2021
-
-
Charlotte Hausman authored
WS-195, WS-76: Notification System now working and sending emails on request submission and completion
-
- Apr 06, 2021
-
-
- Apr 05, 2021
-
-
Nathan Hertz authored
-
- Mar 29, 2021
-
-
Charlotte Hausman authored
-
- Mar 26, 2021
-
-
Charlotte Hausman authored
-
- Mar 24, 2021
-
-
Nathan Hertz authored
Changed workflow temp location from `$(HOME)/workspaces_tmp` (`/root/workspaces_tmp` in the container) to `/tmp/workspaces_tmp`
-
- 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 22, 2021
-
-
- Datafetcher runs in container and retrieves data - Delivery can deliver data to a directory within the container
-
- 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
-
- Mar 10, 2021
-
-
Daniel Lyons authored
- Add columns to tables workflow_requests and capability_requests - Make the updated_at column auto-update in the database for both - Use in the __repr__ method for Python for human-friendliness Manually verified that the timezone manipulations were correct
-
Daniel Lyons authored
-
Daniel Lyons authored
-
- Mar 09, 2021
-
-
Daniel Lyons authored
- REST API for Workflows is significantly revamped - REST API is now documented with Swagger - JSON Arguments to workflows and capabilities are now saved in Postgres properly
-
- Mar 01, 2021
-
-
Nathan Hertz authored
Updated `testing/utils/conftest.py` with reliable mock data that can be used in tests; added `shared/workspaces` tests
-
- Feb 26, 2021
-
-
Charlotte Hausman authored
WS-101: figured out how to write pytest tests. test_load_engine works, stubs for other tests created
-
- 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
-
Charlotte Hausman authored
fix CapabilityEngine to actually load the capability execution it's executing and then properly release the engine after completion
-
- 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`
-
Daniel Lyons authored
-
- Feb 17, 2021
-
-
-
Daniel Lyons authored
-
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 10, 2021
-
-
Nathan Hertz authored
launches the download capability; moved the capability launching functionality from the on-click methods to a new method that gets called by the on click methods
- Feb 08, 2021
-
-
Nathan Hertz authored
-
Separate architecture from readme in delivery
-
Charlotte Hausman authored
AKA please don't give me heart failure again
-
- Feb 05, 2021
-
-
Nathan Hertz authored
-
Andrew Kapuscinski authored
-
Charlotte Hausman authored
-
Charlotte Hausman authored
-
- Feb 04, 2021
-
-
Janet Goldstein authored
* This feature branch replaces the one in !53, which broke the build.
-
- Feb 03, 2021
-
-
Charlotte Hausman authored
-