Commit Graph
11 Commits
Author SHA1 Message Date
Stefan Koelle 73337406ad Merge pull request #2 from skoelle/feature/rest-api-webfrontend
feat: REST API + Web-Frontend
2026-08-01 16:25:10 +02:00
stefankoelle 5b943681d6 fix: API_PORT Umgebungsvariable entfernt 2026-08-01 16:21:09 +02:00
stefankoelle 3b1801634c fix: Error Handling + Context Manager für DB-Verbindungen
- try/finally für Connection/Cleanup in allen Endpunkten
- fetch_events() Helper-Funktion reduziert Code-Duplikation
- Exception Logging bei DB-Fehlern
- HTTPException 500 bei Datenbankfehlern
2026-08-01 16:20:32 +02:00
stefankoelle b30c02beb8 feat: REST API + Web-Frontend für Kalenderübersicht
- FastAPI Backend mit /api/events, /api/events/{id}, /api/health Endpoints
- Optionale Suche nach Event-Titel (Query Parameter ?search=...)
- Jinja2 Web-Frontend auf / mit Suchfeld
- Shared DB Connection Module (api/database.py)
- Docker Compose: calendar-api Service hinzugefügt
- Sync.py refactored: nutzt shared database.py
2026-08-01 16:12:07 +02:00
stefankoelle b8c8c68f94 feat: add optional healthcheck URL ping after successful sync 2026-08-01 15:28:03 +02:00
stefankoelle e44362da72 fix: increase min-versions-to-keep to 4 to preserve latest image 2026-08-01 15:22:25 +02:00
stefankoelle cdbe45c881 fix: remove cleanup job that deleted latest image 2026-08-01 15:20:59 +02:00
stefankoelle 0bacd8b98f chore: update GitHub Actions to Node.js 24 compatible versions 2026-08-01 15:16:25 +02:00
stefankoelle b465e57f47 docs: add README.md and AGENTS.md 2026-08-01 15:13:35 +02:00
Stefan Koelle e10a31d230 initial commit 2026-08-01 15:06:34 +02:00
Stefan Koelle 912f189e9b Initial commit 2026-08-01 15:04:43 +02:00