-
- Downloads
Improved the default routes
Showing
- api/Dockerfile 1 addition, 1 deletionapi/Dockerfile
- api/ctarestapi/dependencies.py 1 addition, 1 deletionapi/ctarestapi/dependencies.py
- api/ctarestapi/internal/catalogue/__init__.py 2 additions, 0 deletionsapi/ctarestapi/internal/catalogue/__init__.py
- api/ctarestapi/internal/catalogue/catalogue.py 58 additions, 3 deletionsapi/ctarestapi/internal/catalogue/catalogue.py
- api/ctarestapi/middleware/__init__.py 1 addition, 0 deletionsapi/ctarestapi/middleware/__init__.py
- api/ctarestapi/routers/home.py 0 additions, 13 deletionsapi/ctarestapi/routers/home.py
- api/ctarestapi/routers/v0/__init__.py 0 additions, 0 deletionsapi/ctarestapi/routers/v0/__init__.py
- api/ctarestapi/routers/v0/drives.py 0 additions, 0 deletionsapi/ctarestapi/routers/v0/drives.py
- api/ctarestapi/routers/v0/root.py 34 additions, 0 deletionsapi/ctarestapi/routers/v0/root.py
- api/ctarestapi/server_fastapi.py 9 additions, 6 deletionsapi/ctarestapi/server_fastapi.py
- api/ctarestapi/version.py 1 addition, 0 deletionsapi/ctarestapi/version.py
- api/requirements/dev.txt 2 additions, 0 deletionsapi/requirements/dev.txt
- api/requirements/prod.txt 2 additions, 0 deletionsapi/requirements/prod.txt
- api/test/conftest.py 1 addition, 1 deletionapi/test/conftest.py
- api/test/routers/test_home.py 0 additions, 6 deletionsapi/test/routers/test_home.py
- api/test/routers/v0/__init__.py 0 additions, 0 deletionsapi/test/routers/v0/__init__.py
- api/test/routers/v0/test_drives.py 14 additions, 12 deletionsapi/test/routers/v0/test_drives.py
- api/test/routers/v0/test_root.py 39 additions, 0 deletionsapi/test/routers/v0/test_root.py
- continuousintegration/orchestration/helm/frontend/templates/rest-api-statefulset.yaml 1 addition, 1 deletion...tration/helm/frontend/templates/rest-api-statefulset.yaml
- continuousintegration/orchestration/tests/cli_cta_rest_api.sh 18 additions, 0 deletions...inuousintegration/orchestration/tests/cli_cta_rest_api.sh
api/ctarestapi/routers/home.py
deleted
100644 → 0
api/ctarestapi/routers/v0/__init__.py
0 → 100644
File moved
api/ctarestapi/routers/v0/root.py
0 → 100644
api/ctarestapi/version.py
0 → 100644
api/test/routers/test_home.py
deleted
100644 → 0
api/test/routers/v0/__init__.py
0 → 100644
api/test/routers/v0/test_root.py
0 → 100644
Please register or sign in to comment