- Apr 01, 2021
-
-
Andrew Kapuscinski authored
- made our volume mounts dynamic with ENV variable - changed our test deployment trigger with git tags as end-of-sprint-[0-9]+
-
Nathan Hertz authored
that clicking the buttons creates corresponding requests and executions
-
-
Daniel Lyons authored
This reverts commit 08dbc452.
-
Andrew Kapuscinski authored
-
Andrew Kapuscinski authored
-
Janet Goldstein authored
* refactored LocationReport accepts a List[str] rather than a namespace * created stand-in for archive service so that tests won't hit the real one
-
- Mar 31, 2021
-
-
Andrew Kapuscinski authored
-
Charlotte Hausman authored
-
Charlotte Hausman authored
-
Charlotte Hausman authored
-
Charlotte Hausman authored
changing default spl to smaller image spl
-
- Mar 30, 2021
-
-
Charlotte Hausman authored
-
- Mar 29, 2021
-
-
Daniel Lyons authored
-
Charlotte Hausman authored
-
- Mar 26, 2021
-
-
Charlotte Hausman authored
-
-
Andrew Kapuscinski 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
-
-
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 19, 2021
-
- Mar 18, 2021
-
-
Andrew Kapuscinski authored
-
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 17, 2021
-
-
Andrew Kapuscinski authored
-
- Mar 15, 2021
-
-
Andrew Kapuscinski authored
Previously, it ran the default, ingress mode, which is used for swarm routing mesh This makes services available to every service running in the swarm regardless of the node. Because of this, we ran into port-in-use errors.
-
Andrew Kapuscinski authored
-
Andrew Kapuscinski authored
- simplified branch and image tagging in CI - minor cleanup of CI scripts
-
- Mar 12, 2021
-
-
Andrew Kapuscinski authored
-
- Mar 11, 2021
-
-
Daniel Lyons authored
-
- 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
-
Andrew Kapuscinski authored
-
- Mar 08, 2021
-
-
Andrew Kapuscinski authored
-