- 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
-
- Feb 02, 2021
-
-
Nathan Hertz authored
-
- Jan 29, 2021
-
-
-
Charlotte Hausman authored
-
- Jan 28, 2021
-
-
Nathan Hertz authored
All enabled tests are now true unit tests with no external dependencies; new `requirements.txt` file in `test/` that installs testing requirements (`pytest`, `pytest-mock`, etc.); and `run-tests.sh` now has an extra step that installs these
-
Nathan Hertz authored
-
- Jan 26, 2021
-
-
Nathan Hertz authored
- Jan 22, 2021
-
-
Nathan Hertz authored
All enabled tests now pass. TODO: Refactor integration tests into unit tests; add more test coverage
-
Jen Plank authored
-
- Jan 21, 2021
-
-
Nathan Hertz authored
-
Nathan Hertz authored
persisted; added method to WorkflowInfo: lookup_workflow_templates_for()
-
- Jan 15, 2021
-
-
Nathan Hertz authored
-
- Jan 14, 2021
-
-