fetch_ml/internal/api
Jeremie Fraeys b05470b30a
refactor: improve API structure and WebSocket protocol
- Extract WebSocket protocol handling to dedicated module
- Add helper functions for DB operations, validation, and responses
- Improve WebSocket frame handling and opcodes
- Refactor dataset, job, and Jupyter handlers
- Add duplicate detection processing
2026-02-16 20:38:12 -05:00
..
helpers refactor: improve API structure and WebSocket protocol 2026-02-16 20:38:12 -05:00
handlers.go refactor: improve API structure and WebSocket protocol 2026-02-16 20:38:12 -05:00
health.go feat(api): refactor websocket handlers; add health and prometheus middleware 2026-01-05 12:31:07 -05:00
metrics_middleware.go feat(api): refactor websocket handlers; add health and prometheus middleware 2026-01-05 12:31:07 -05:00
monitoring_config.go feat(api): refactor websocket handlers; add health and prometheus middleware 2026-01-05 12:31:07 -05:00
protocol.go feat(core): API, worker, queue, and manifest improvements 2026-02-12 12:05:17 -05:00
server.go feat(core): API, worker, queue, and manifest improvements 2026-02-12 12:05:17 -05:00
server_config.go feat(core): API, worker, queue, and manifest improvements 2026-02-12 12:05:17 -05:00
ws_datasets.go refactor: improve API structure and WebSocket protocol 2026-02-16 20:38:12 -05:00
ws_handler.go refactor: improve API structure and WebSocket protocol 2026-02-16 20:38:12 -05:00
ws_jobs.go refactor: improve API structure and WebSocket protocol 2026-02-16 20:38:12 -05:00
ws_jupyter.go refactor: improve API structure and WebSocket protocol 2026-02-16 20:38:12 -05:00
ws_protocol.go refactor: improve API structure and WebSocket protocol 2026-02-16 20:38:12 -05:00
ws_tls_auth.go feat(api): refactor websocket handlers; add health and prometheus middleware 2026-01-05 12:31:07 -05:00
ws_validate.go refactor: improve API structure and WebSocket protocol 2026-02-16 20:38:12 -05:00