index
:
timesamurai
main
My personal time tracker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
worktime
Age
Commit message (
Expand
)
Author
2026-03-04
chore: fix code-quality and 100-go-mistakes findings
Paul Buetow
2026-03-04
Rename project to timesamurai and release v0.5.0
v0.5.0
Paul Buetow
2026-03-04
docs: add package docs and timer API comments
Paul Buetow
2026-03-04
tests: add black-box package API checks
Paul Buetow
2026-03-04
worktime tests: convert validations to table-driven
Paul Buetow
2026-03-04
tests: skip IO-heavy suites in short mode
Paul Buetow
2026-03-04
report: avoid struct copies in range loops
Paul Buetow
2026-03-04
worktime: simplify empty slice initialization
Paul Buetow
2026-03-04
worktime: extract BuildReport entry processor
Paul Buetow
2026-03-04
worktime: centralize active category status logic
Paul Buetow
2026-03-04
worktime: extract report import parsing from cli
Paul Buetow
2026-03-03
worktime: use sentinel login state errors
Paul Buetow
2026-03-03
tui: wire real entries/report data and improve entry editing
Paul Buetow
2026-03-03
Task 352: expand comprehensive test coverage
Paul Buetow
2026-03-03
Task 354: add worktime report engine
Paul Buetow
2026-03-03
Task 354: add worktime entry operations
Paul Buetow
2026-03-03
Task 354: add worktime DB reader/writer
Paul Buetow