| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 3 days | Add Updated column to Host reports from file mtimeHEADmaster | Paul Buetow | |
| 2026-04-14 | test(storage): expand db.go coverage (ask 14) | Paul Buetow | |
| Add negative and edge-case tests for CreateSchema, ResetRecords, LoadRecords, and ImportFromDir: closed DB, canceled context, missing schema, invalid stats path, skipped parse lines, ordering/fields. Made-with: Cursor | |||
| 2026-04-14 | refactor: drop goprecords DB pass-through, use storage from CLI (x3) | Paul Buetow | |
| Remove OpenDB/CreateSchema/ResetRecords/ImportFromDir/ImportFromFS wrappers and sqlite blank import from goprecords; keep LoadAggregates. CLI and integration tests call storage.* directly. Storage-focused tests live under internal/storage. Made-with: Cursor | |||
| 2026-04-14 | n3: validate SQLite with PingContext after Open | Paul Buetow | |
| Call db.PingContext in storage.Open and authkeys.OpenStore; close DB and return wrapped errors on failure. Add tests for canceled context and invalid directory path. Made-with: Cursor | |||
