- May 17, 2021
-
-
Nathan Hertz authored
-
- May 14, 2021
-
-
Daniel Lyons authored
-
- May 13, 2021
-
-
Daniel Lyons authored
-
- May 05, 2021
-
-
Charlotte Hausman authored
-
- May 03, 2021
-
-
Janet Goldstein authored
-
- Apr 23, 2021
-
-
Charlotte Hausman authored
- aat_wrest: utility for pulling metadata for calibration templates - wf_framework: contains script for setting up CASA processing directory structure
-
- 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
-
- Apr 15, 2021
-
-
Nathan Hertz authored
- Capability request status page now grabs all correct information from its request and fills that into the UI - If the request is complete and the execution has a delivery URL, a download button appears on the page linking to the download area
-
- Apr 14, 2021
-
-
- Apr 12, 2021
-
-
Nathan Hertz authored
- Two new `npm` packages (not including deps): `eslint` (linter for TypeScript code) and `prettier` (multi-language web-stack code formatter) - New workspaces component: `capability-request` which is where the work for the page is being done
-
- Apr 08, 2021
-
-
Charlotte Hausman authored
WS-195, WS-76: Notification System now working and sending emails on request submission and completion
-
- Mar 30, 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 22, 2021
-
-
Daniel Lyons authored
Make the workflow_info and workflow_service singletons the same way their upper-division peers are in the capability service
-
- 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
-
- 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 04, 2021
-
-
Andrew Kapuscinski authored
This reverts commit 68320db2.
-
- 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 25, 2021
-
-
existing executions cannot be deleted (they must be disabled instead, which will have to be implemented)
-
Nathan Hertz authored
and capability request)
-
Nathan Hertz authored
Refactored execution management logic out of `CapabilityService` into a new class `ExecutionManager`
-
Andrew Kapuscinski authored
- Added PATH_PREFIX variable to build stage to handle dockerfiles at paths other than /services - removed .unit-test template from .gitlab-ci.yml because it was duplicated
-
- 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`
-
Andrew Kapuscinski authored
updated coveragerc config files to reflect changes to the shared packages location and modified run-tests.sh
-
- 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
-
Andrew Kapuscinski authored
-
- 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 09, 2021
-
-
Charlotte Hausman authored
-
- Feb 05, 2021
-
-
Andrew Kapuscinski authored
-
Jen Plank authored
-
Charlotte Hausman authored
-
- Feb 04, 2021
-
-