Skip to content

Commit a97ffa6

Browse files
Remove odr_monitoring module. (#204)
Signed-off-by: Zachary Licastro <CheesyLaZanya@proton.me>
1 parent ecb6e3c commit a97ffa6

File tree

21 files changed

+2
-421
lines changed

21 files changed

+2
-421
lines changed

Taskfile.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ includes:
66
api-test: ./modules/odr_api/tests/Taskfile.api.test.yml
77
core: ./modules/odr_core/Taskfile.core.yml
88
frontend: ./modules/odr_frontend/Taskfile.frontend.yml
9-
monitoring: ./modules/odr_monitoring/Taskfile.monitoring.yml
109

1110
dotenv: ['.env', '{{.ENV}}/.env', '{{.HOME}}/.env']
1211
vars:
@@ -77,7 +76,6 @@ tasks:
7776
- task: core:test
7877
# - task: api:test-all
7978
# - task: api-test:test-all
80-
- task: monitoring:test
8179
- task: frontend:test-unit
8280
- task: frontend:test-integration
8381
- echo "All testing complete"

doc/contributing/getting_started/running_linting.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,3 @@ Lint the frontend module using prettier and eslint with ``task frontend:lint``
1818
To fix the issues run ``task frontend:format``
1919

2020
You can also use ``task frontend:check`` to check the frontend with svelte-check.
21-
22-
Monitoring Linting
23-
------------------
24-
25-
Lint the monitoring module using Flake8 with ``task monitoring:lint``
26-
27-
Format the monitoring module using Black with the ``task monitoring:format``

doc/contributing/getting_started/running_tests.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,16 @@ Note some tests are not working at the moment and have been commented out so tes
88

99
To run our various tests individually, you can use the individual tasks:
1010

11-
- ``task: monitoring:test``
1211
- ``task: frontend:test-unit``
1312
- ``task: frontend:test-integration``
1413

1514
Calculating Code Coverage
1615
=========================
1716

18-
Unit test code coverage is currently available for the core and monitoring modules.
17+
Unit test code coverage is currently available for the core module.
1918

2019
You can run them with the tasks:
2120

2221
- ``task core:coverage``
23-
- ``task monitoring:coverage``
2422

2523
Note that these are currently throwing errors but you can still get an idea of covered lines.

docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ services:
4040
- action: sync
4141
path: ./modules/odr_api
4242
target: /app/modules/odr_api
43-
- action: sync
44-
path: ./modules/odr_monitoring
45-
target: /app/modules/odr_monitoring
4643

4744
odr-frontend:
4845
build:

modules/odr_api/docker/Dockerfile.api

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ RUN pip install --no-cache-dir -r requirements.txt --extra-index-url https://dow
2727
COPY modules/odr_core /app/modules/odr_core
2828
RUN pip install --no-cache-dir -e /app/modules/odr_core
2929

30-
COPY modules/odr_monitoring /app/modules/odr_monitoring
31-
RUN pip install --no-cache-dir -e /app/modules/odr_monitoring
32-
3330
COPY modules/odr_api /app
3431
RUN pip install --no-cache-dir .
3532

modules/odr_monitoring/README.md

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

modules/odr_monitoring/Taskfile.monitoring.yml

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

modules/odr_monitoring/odr_monitoring/__init__.py

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

modules/odr_monitoring/odr_monitoring/config.py

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

modules/odr_monitoring/odr_monitoring/formatters/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)