project-nomad/admin/app/controllers
Jake Turner a1fe98b445
fix(KB): surface file-warning compute failures instead of masking as healthy (PR #895 review)
`computeFileWarnings()` previously caught all errors and returned an empty
map, which the frontend rendered as "every file is healthy" — reintroducing
exactly the silent-failure mode this surface exists to expose.

Return `{ ok, warnings }`; flip `ok: false` from the catch. KB modal renders
an inline amber notice under the Stored Files header when `ok === false`,
leaving per-row warning rendering untouched. Transient failures self-heal on
the next 30s poll; no toast spam.
2026-05-20 17:14:43 +00:00
..
benchmark_controller.ts
chats_controller.ts
collection_updates_controller.ts
docs_controller.ts
downloads_controller.ts
easy_setup_controller.ts
home_controller.ts
maps_controller.ts
ollama_controller.ts fix(AI): rewrite RAG query on first follow-up (off-by-one in skip-rewrite threshold) 2026-05-20 17:14:16 +00:00
rag_controller.ts fix(KB): surface file-warning compute failures instead of masking as healthy (PR #895 review) 2026-05-20 17:14:43 +00:00
settings_controller.ts
system_controller.ts
zim_controller.ts feat(Content): custom ZIM library sources with pre-seeded mirrors (#593) 2026-05-20 17:12:45 +00:00