ba878f2ec4
Moved database module to separate library
2025-11-06 17:40:12 +01:00
9daf283a6e
Added lib-secret-manager which consumes secrets after application launch
/ build (push) Successful in 1m25s
2025-11-05 22:32:35 +01:00
d58769e314
Added Uvicorn logging config module
/ build (push) Successful in 1m15s
2025-11-04 11:52:35 +01:00
3ceaf3f455
Moved logging setup to seperate module
/ build (push) Successful in 59s
2025-11-03 19:47:37 +01:00
ded5203950
Typo
/ build (push) Successful in 30s
2025-10-20 12:46:09 +02:00
5c49b6ad83
Bugfix: Explicitly cast returned versions as string for comparisons
/ build (push) Successful in 41s
2025-10-20 12:44:27 +02:00
f2ffe394ad
Unified log levels
...
- Logger doesn't start with log level DEBUG by default, instead reads a environment variable
- Secret handler raises exceptions instead of using the module os to exit
- Added extensive debug logging
- Notifications: Added timestamp and category
2025-10-18 20:59:50 +02:00
c89804b7b3
Improved database connection and logging
2025-10-12 13:19:30 +02:00
db70de7659
Rewrote the Flask server into a FastAPI one that has Prometheus metrics and connects to a database
2025-10-09 20:21:04 +02:00