summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-03chore: bump version to 0.2.3v0.2.30.2.3Paul Buetow
2026-03-03refactor(context): propagate context through db open and io scans (task 333)Paul Buetow
2026-03-03refactor(cli): move main orchestration into internal cli package (task 332)Paul Buetow
2026-03-03refactor(report): add format-specific reporter implementations (task 333)Paul Buetow
2026-03-03refactor(storage): separate DB operations into storage package (task 334)Paul Buetow
2026-02-28bump version to 0.2.2v0.2.20.2.2Paul Buetow
2026-02-28refactor: split ImportFromDir into smaller functionsPaul Buetow
2026-02-28refactor: move integration test runner from main.go to internal packagePaul Buetow
2026-02-28refactor: extract report config, flags, and rendering into internal packagePaul Buetow
2026-02-28refactor: extract shared parseRecordLine to eliminate duplicationPaul Buetow
2026-02-20docs: add AGENTS.md and CLAUDE.md for AI agent instructionsPaul Buetow
2026-02-20test: add comprehensive unit tests for 82% coveragePaul Buetow
2026-02-20bump version to 0.2.1v0.2.1Paul Buetow
2026-02-20perf: use transactions for database imports (118x speedup)Paul Buetow
2026-02-20bump version to 0.2.0v0.2.0Paul Buetow
2026-02-20refactor: apply Go best practices and remove obsolete filesPaul Buetow
2026-02-20Add Go implementation (goprecords)v0.1.0Paul Buetow
2026-02-20updatePaul Buetow
2026-02-07add stats-order optionPaul Buetow
2025-05-18update readme examplesPaul Buetow
2025-05-18update testsPaul Buetow
2025-05-18also show last kernelPaul Buetow
2025-01-08ignore empty stats filesPaul Buetow
2023-09-23refactor a bitPaul Buetow
2023-09-23fix testsPaul Buetow
2023-06-01fix testsPaul Buetow
2023-06-01downtime is only a quarter worth of uptimePaul Buetow
2023-04-29adjust readmePaul Buetow
2023-04-29update statsPaul Buetow
2023-04-29add include-kernel flagPaul Buetow
2023-04-29by default, exclude Kernel, as it is too verbosePaul Buetow
2023-04-02fix examplePaul Buetow
2023-04-02add more docsPaul Buetow
2023-03-30refactorPaul Buetow
2023-03-30is RO by default anywayPaul Buetow
2023-03-30update example outputPaul Buetow
2023-03-30add description outputsPaul Buetow
2023-03-29refactor to use gather/take rather than push @ret, ...Paul Buetow
2023-03-29gradual typingPaul Buetow
2023-03-29use UInt rather than NaturalPaul Buetow
2023-03-27fix testsPaul Buetow
2023-03-27add a test per output formatPaul Buetow
2023-03-27add unit testsPaul Buetow
2023-03-27add fixtures for estPaul Buetow
2023-03-27refactorPaul Buetow
2023-03-27update examplesPaul Buetow
2023-03-27remove of useless abstractionPaul Buetow
2023-03-27add Gemtext output formatPaul Buetow
2023-03-19update example outputPaul Buetow
2023-03-19initial output formatterPaul Buetow