fetch_ml/cmd/tui/internal
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
..
config refactor: replace panic with error returns and update maintenance 2026-02-18 14:44:21 -05:00
controller refactor: Phase 7 - TUI cleanup - reorganize model package 2026-02-17 20:22:04 -05:00
model refactor: Phase 7 - TUI cleanup - reorganize model package 2026-02-17 20:22:04 -05:00
services refactor(dependency-hygiene): Fix Redis leak, simplify TUI wrapper, clean go.mod 2026-02-17 21:13:49 -05:00
view Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00