summaryrefslogtreecommitdiff
path: root/internal/worktime
AgeCommit message (Collapse)Author
2026-03-04chore: fix code-quality and 100-go-mistakes findingsPaul Buetow
Addresses Taskwarrior findings for golangci-lint v2 config, deprecated APIs, unchecked test errors, dead code, and staticcheck cleanups. Task UUIDs: 461c529c-5de3-4ceb-a761-5534f9f4342e, 8696d39e-d911-4ffe-8708-af1652a084b7, 0f63064b-be12-4fd6-a412-2904f94eb3dd, c051e84f-0e7b-48bc-8f16-e65133636ceb, 076cf172-e5fb-4f55-a1d6-1bce71e2f131, 1ed5b895-da61-4114-8321-cb129b24d6e1, 659311db-10af-4ec5-a08a-92240fa23489
2026-03-04Rename project to timesamurai and release v0.5.0v0.5.0Paul Buetow
2026-03-04docs: add package docs and timer API commentsPaul Buetow
2026-03-04tests: add black-box package API checksPaul Buetow
2026-03-04worktime tests: convert validations to table-drivenPaul Buetow
2026-03-04tests: skip IO-heavy suites in short modePaul Buetow
2026-03-04report: avoid struct copies in range loopsPaul Buetow
2026-03-04worktime: simplify empty slice initializationPaul Buetow
2026-03-04worktime: extract BuildReport entry processorPaul Buetow
2026-03-04worktime: centralize active category status logicPaul Buetow
2026-03-04worktime: extract report import parsing from cliPaul Buetow
2026-03-03worktime: use sentinel login state errorsPaul Buetow
Replace string matching in timer sync with errors.Is and add regression tests.
2026-03-03tui: wire real entries/report data and improve entry editingPaul Buetow
Includes task 354 error-wrapping updates in cli/timer.go.
2026-03-03Task 352: expand comprehensive test coveragePaul Buetow
2026-03-03Task 354: add worktime report enginePaul Buetow
2026-03-03Task 354: add worktime entry operationsPaul Buetow
2026-03-03Task 354: add worktime DB reader/writerPaul Buetow