fetch_ml/internal/config
Jeremie Fraeys 3775bc3ee0
refactor: replace panic with error returns and update maintenance
- Replace 9 panic() calls in smart_defaults.go with error returns
- Add ErrUnknownProfile error type for better error handling
- Update all callers (worker/config.go, tui/config.go, tui/cli_config.go, tui/main.go)
- Update CHANGELOG.md with recent WebSocket handler improvements
- Add metrics persistence, dataset handlers, and test organization notes
- Config validation passes (make configlint)
- All tests pass (go test ./tests/unit/api/ws)
2026-02-18 14:44:21 -05:00
..
constants.go feat(api): refactor websocket handlers; add health and prometheus middleware 2026-01-05 12:31:07 -05:00
paths.go refactor: Phase 3 - fix config/storage boundaries 2026-02-17 12:49:53 -05:00
resources.go Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
security.go feat(api): refactor websocket handlers; add health and prometheus middleware 2026-01-05 12:31:07 -05:00
shared.go refactor: Phase 3 - fix config/storage boundaries 2026-02-17 12:49:53 -05:00
smart_defaults.go refactor: replace panic with error returns and update maintenance 2026-02-18 14:44:21 -05:00
validation.go Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00