Commit Graph

8 Commits

Author SHA1 Message Date
6348f79b60 fix: [30388f42] Connector Dockerfile - Finaler Uvicorn PATH Fix (Hardened)
- Fuegt RUN which uvicorn als Verifizierungs-Schritt nach pip install hinzu.
- Aendert den CMD Befehl, um uvicorn mit seinem absoluten Pfad (/usr/local/bin/uvicorn) aufzurufen.
- Behebt den uvicorn: command not found Fehler endgueltig.
2026-03-06 19:55:03 +00:00
0c1c035bbc fix: [30388f42] Entferne Referenz aus Connector Dockerfile
- Löscht den  Befehl.
- Behebt den Build-Fehler , da das Skript nicht mehr existiert.
- Ermöglicht einen erfolgreichen Build des Connectors.
2026-03-06 19:04:11 +00:00
8e20adae93 fix: [30388f42] Connector: CMD Fix (uvicorn & Worker)
- Integriert den Start von  (Hintergrund) und  (Vordergrund) direkt in den  Befehl des Dockerfiles.
- Eliminiert die  Fehler.
- Entfernt das überflüssige  Skript.
2026-03-06 19:02:35 +00:00
5f8878cffe fix: [30388f42] Connector Dockerfile - Explizite Datei-Kopien (Fix 'No such file')
- Ersetzt  durch explizite  Befehle für alle notwendigen Python-Skripte.
- Kopiert , , , ,  und  direkt nach  im Image.
- Behebt den  Fehler.
2026-03-06 18:39:24 +00:00
5ef247190e feat(connector): [31188f42] Finalize production optimizations, filtering, and dashboard enhancements 2026-03-05 09:48:34 +00:00
a39efeb5b1 [2ff88f42] Full End-to-End integration: Webhooks, Auto-Enrichment, Notion-Sync, UI updates and new Connector Architecture 2026-02-19 16:13:16 +00:00
a04d92253a feat(superoffice): POC API handshake & auth flow [2ff88f42]
Establishes the initial structure for the SuperOffice connector. Implements the complete, iterative authentication process, culminating in a successful refresh token exchange. Documents the process and the final blocker (API authorization) in the integration plan, awaiting IT action to change the application type to 'Server to server'.
2026-02-06 13:52:44 +00:00
Jarvis
ca0ef5d741 chore: scaffold superoffice connector service for development 2026-02-02 19:42:38 +00:00