haiku.rag/haiku_rag_slim/haiku/rag/inspector
Yiorgis Gozadinos 9a3e2b86ca
Read a database's stored settings once
`Store` already parses the settings blob on open, so keep it: the
inspector's info modal was opening the settings table, querying it and
parsing the JSON a second time, and `doctor` was asking
`SettingsRepository` for it on a store it already held. Creating a
database refreshes it, so a new one reports the version init wrote.

`gather_database_info` keeps its own parse: it goes around `Store` so a
pre-migration database still reports what it can.
2026-08-25 17:38:32 +03:00
..
widgets Read a database's stored settings once 2026-08-25 17:38:32 +03:00
__init__.py Exclude TUI apps from coverage 2026-02-20 16:37:16 +02:00
app.py Resolve the databases a command works on, once 2026-08-25 15:48:47 +03:00