Skip to content

Commit

Permalink
Sunset intake module 🫡
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Nov 5, 2024
1 parent 316048d commit 989b73e
Show file tree
Hide file tree
Showing 46 changed files with 74 additions and 5,323 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-and-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
cd tests
nohup bash -c 'while true ; do sleep 5 ; ../yoda/docker/run-cronjob.sh copytovault >> ../copytovault.log 2>&1 ; ../yoda/docker/run-cronjob.sh publication >> ../publication.log 2>&1 ; done' &
test -d mycache || mkdir -p mycache
python3 -m pytest --skip-ui --intake --datarequest --deposit -o cache_dir=mycache --environment environments/docker.json
python3 -m pytest --skip-ui --datarequest --deposit -o cache_dir=mycache --environment environments/docker.json
cat ../copytovault.log
cat ../publication.log
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/api-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,11 @@ jobs:
export PYTHONPATH="${PYTHONPATH}:."
python tools/api/generate-openapi.py rules_uu --module datarequest > build/api_datarequest.json
python tools/api/generate-openapi.py rules_uu --module deposit > build/api_deposit.json
python tools/api/generate-openapi.py rules_uu --module intake > build/api_intake.json
- name: Validate Yoda module API documentation
run: |
openapi-spec-validator build/api_datarequest.json
openapi-spec-validator build/api_deposit.json
openapi-spec-validator build/api_intake.json
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down
4 changes: 0 additions & 4 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@
# Import certain modules only when enabled.
from .util.config import config

if config.enable_intake:
from intake import *
from intake_vault import *

if config.enable_datarequest:
from datarequest import *

Expand Down
Loading

0 comments on commit 989b73e

Please sign in to comment.