- Mar 09, 2021
-
-
Andrew Kapuscinski authored
-
- Mar 08, 2021
-
-
Andrew Kapuscinski authored
-
Andrew Kapuscinski authored
-
- Mar 04, 2021
-
-
Daniel Lyons authored
-
-
Andrew Kapuscinski authored
This reverts commit 68320db2.
- Mar 03, 2021
-
-
Andrew Kapuscinski authored
-
- Mar 02, 2021
-
-
Andrew Kapuscinski authored
-
- Mar 01, 2021
-
-
Charlotte Hausman authored
-
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
-
-
Andrew Kapuscinski authored
-
Charlotte Hausman authored
WS-101: figured out how to write pytest tests. test_load_engine works, stubs for other tests created
-
Andrew Kapuscinski authored
-
- Feb 25, 2021
-
-
existing executions cannot be deleted (they must be disabled instead, which will have to be implemented)
-
Daniel Lyons authored
-
Nathan Hertz authored
and capability request)
-
Andrew Kapuscinski authored
-
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
-
-
Andrew Kapuscinski authored
-
Andrew Kapuscinski authored
-
Andrew Kapuscinski authored
-
-
Nathan Hertz authored
-
- Feb 19, 2021
-
-
Nathan Hertz authored
REST API gives out and parse that into the CapabilityRequest object
-
Charlotte Hausman authored
-
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
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`
-
Daniel Lyons authored
-
Andrew Kapuscinski authored
updated coveragerc config files to reflect changes to the shared packages location and modified run-tests.sh
-
Nathan Hertz authored
installs all requirements required by all 3 services; new rule: make clean, which cleans up your Python environment and your Docker environment; make test now runs setup.py files for all packages
-
- Feb 17, 2021
-
-
-
Daniel Lyons authored
-
Nathan Hertz authored
-
Andrew Kapuscinski authored
-