Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Commit d9b70b8

Browse files
committed
refactor: remove deployment configs, cleanup
- Deployment related configs have been moved to CI repositories - Removed deployment related content from this repository - Removed submodules as they're not really needed here
1 parent 224b365 commit d9b70b8

70 files changed

Lines changed: 13 additions & 1081 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-deviceregistry.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/build-endpoint.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.github/workflows/build-parser.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.github/workflows/build-persister.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.github/workflows/test-deviceregistry.yml

Lines changed: 0 additions & 73 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ curl http://127.0.0.1:8000/api/v1/devices/70B3D57050011422/ -H "Authorization:To
9090
```shell
9191
python mittaridatapumppu-endpoint/tests/test_api2.py
9292
```
93+
docker run --rm -e API_BASE_URL -e API_TOKEN ghcr.io/city-of-helsinki/mittaridatapumppu-endpoint python tests/test_api2.py
9394

9495
Check docker logs what happens.
9596

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ WORKDIR /home/app
3939
COPY --chown=app:app requirements.txt .
4040
RUN pip install --no-cache-dir --no-compile --upgrade -r requirements.txt
4141

42-
COPY --chown=app:app mittaridatapumppu-deviceregistry/ .
42+
COPY --chown=app:app . .
4343

4444
# Support Arbitrary User IDs
4545
RUN chgrp -R 0 /home/app && \

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ The following repositories contain the services for the data pipeline shown in d
1515
Go To [test set up](tests/README.md)
1616

1717
```
18+
pip install pre-commit
19+
pre-commit install
1820
pip-compile
1921
pip-compile --extra dev --output-file requirements-dev.txt
22+
pip-sync
23+
pre-commit run --all-files
2024
```

deploy/.helmignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

deploy/Chart.lock

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)