Skip to content

Commit 80f30f6

Browse files
committed
feat(api): add monitoring feature with track_events use case
- features/monitoring: new feature module + track_events endpoint - app.py / authentication / config: wire up monitoring + tweaks - features/todo/use_cases: minor adjustments - Dockerfile + install-equinor-certificates.sh: build infra - openapi.json + uv.lock + pyproject: dependency updates
1 parent b4203de commit 80f30f6

15 files changed

Lines changed: 1322 additions & 256 deletions

File tree

api/.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*
2+
!bin/install-equinor-certificates.sh
23
!src/*.py
34
!src/**/*.py
45
!src/init.sh

0 commit comments

Comments
 (0)