Commits on Source (54)
-
Charlotte Hausman authored
AKA please don't give me heart failure again
-
Separate architecture from readme in delivery
-
Nathan Hertz authored
-
Charlotte Hausman authored
-
Andrew Kapuscinski authored
-
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
-
Nathan Hertz authored
-
Andrew Kapuscinski authored
-
Nathan Hertz authored
added views directory that will hold logic for views
-
Nathan Hertz authored
-
Daniel Lyons authored
-
Andrew Kapuscinski authored
-
Andrew Kapuscinski authored
-
Nathan Hertz authored
-
Daniel Lyons authored
-
-
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
-
Andrew Kapuscinski authored
updated coveragerc config files to reflect changes to the shared packages location and modified run-tests.sh
-
Daniel Lyons authored
-
Nathan Hertz authored
Added two new Pyramid views, the first of the capability request views: `view_capability_request` and `create_capability_request`
-
Nathan Hertz authored
forgot to add in the previous MR
-
Charlotte Hausman authored
fix CapabilityEngine to actually load the capability execution it's executing and then properly release the engine after completion
-
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
-
Nathan Hertz authored
REST API gives out and parse that into the CapabilityRequest object
-
Nathan Hertz authored
-
-
Charlotte Hausman authored
-
Andrew Kapuscinski authored
-
Andrew Kapuscinski authored
-
Andrew Kapuscinski authored
-
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
-
Nathan Hertz authored
Refactored execution management logic out of `CapabilityService` into a new class `ExecutionManager`
-
Andrew Kapuscinski authored
-
Nathan Hertz authored
and capability request)
-
Daniel Lyons authored
-
existing executions cannot be deleted (they must be disabled instead, which will have to be implemented)
-
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
-
Andrew Kapuscinski authored
-
Nathan Hertz authored
Updated `testing/utils/conftest.py` with reliable mock data that can be used in tests; added `shared/workspaces` tests
-
Charlotte Hausman authored
-
Andrew Kapuscinski authored
-
Andrew Kapuscinski authored
-
Andrew Kapuscinski authored
This reverts commit 68320db2.
-
-
Daniel Lyons authored
-
Daniel Lyons authored
-
Andrew Kapuscinski authored
-
Andrew Kapuscinski authored
-
Andrew Kapuscinski authored
-
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
-
Daniel Lyons authored
Showing
- .coveragerc 6 additions, 0 deletions.coveragerc
- .gitignore 2 additions, 1 deletion.gitignore
- .gitlab-ci.yml 109 additions, 31 deletions.gitlab-ci.yml
- Makefile 35 additions, 9 deletionsMakefile
- apps/cli/executables/datafetcher/datafetcher/__init__.py 0 additions, 0 deletionsapps/cli/executables/datafetcher/datafetcher/__init__.py
- apps/cli/executables/datafetcher/datafetcher/_version.py 0 additions, 0 deletionsapps/cli/executables/datafetcher/datafetcher/_version.py
- apps/cli/executables/datafetcher/datafetcher/datafetcher.py 0 additions, 0 deletionsapps/cli/executables/datafetcher/datafetcher/datafetcher.py
- apps/cli/executables/datafetcher/datafetcher/errors.py 0 additions, 0 deletionsapps/cli/executables/datafetcher/datafetcher/errors.py
- apps/cli/executables/datafetcher/datafetcher/file_retrievers.py 0 additions, 0 deletions...li/executables/datafetcher/datafetcher/file_retrievers.py
- apps/cli/executables/datafetcher/datafetcher/locations_report.py 0 additions, 0 deletions...i/executables/datafetcher/datafetcher/locations_report.py
- apps/cli/executables/datafetcher/datafetcher/project_fetcher.py 0 additions, 0 deletions...li/executables/datafetcher/datafetcher/project_fetcher.py
- apps/cli/executables/datafetcher/datafetcher/return_codes.py 0 additions, 0 deletionsapps/cli/executables/datafetcher/datafetcher/return_codes.py
- apps/cli/executables/datafetcher/datafetcher/utilities.py 0 additions, 0 deletionsapps/cli/executables/datafetcher/datafetcher/utilities.py
- apps/cli/executables/datafetcher/setup.py 1 addition, 2 deletionsapps/cli/executables/datafetcher/setup.py
- apps/cli/executables/datafetcher/test/Dockerfile 0 additions, 41 deletionsapps/cli/executables/datafetcher/test/Dockerfile
- apps/cli/executables/datafetcher/test/df_pytest_utils.py 2 additions, 2 deletionsapps/cli/executables/datafetcher/test/df_pytest_utils.py
- apps/cli/executables/datafetcher/test/docker-build.sh 0 additions, 79 deletionsapps/cli/executables/datafetcher/test/docker-build.sh
- apps/cli/executables/datafetcher/test/test_df_return_codes.py 10 additions, 0 deletions.../cli/executables/datafetcher/test/test_df_return_codes.py
- apps/cli/executables/delivery/ARCHITECTURE.md 133 additions, 0 deletionsapps/cli/executables/delivery/ARCHITECTURE.md
- apps/cli/executables/delivery/README.md 1 addition, 135 deletionsapps/cli/executables/delivery/README.md
.coveragerc
0 → 100644
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved