summaryrefslogtreecommitdiff
path: root/internal/task/task_test.go
AgeCommit message (Collapse)Author
2026-06-25fr0 add recurring series recurrence editPaul Buetow
2026-06-25task 0r0: wrap task exec errorsPaul Buetow
2026-06-25Fix gofmt and errcheck guardrails for task 2r0Paul Buetow
2026-06-22Fix annotation rollback cancellation (pq0)Paul Buetow
2026-06-22Fix atomic task tag and annotation updates (pq0)Paul Buetow
2026-06-22Fix lq0 task mutation cancellationPaul Buetow
2026-06-22Fix task operation cancellation for lq0Paul Buetow
2026-06-22fix task export timeout for lq0Paul Buetow
2026-06-22Add Taskwarrior shell promptv0.18.0Paul Buetow
Add an in-app Taskwarrior command prompt for normal and ultra modes, including selected-task prefill, async completions, captured output, and non-interactive recurrence handling. Also preserve recurring-task delete/undo support in the staged changes.
2026-02-28refactor(task): move debug state into debugConfig structPaul Buetow
DIP/MEDIUM task (UUID 2f64277a): the two bare package-level vars (debugWriter, debugFile) were mutable shared state that prevented concurrent test isolation. Introduce private debugConfig struct and a single package-level instance (dbg). SetDebugLog and run() are updated to use dbg.writer / dbg.file. The public API is unchanged so main.go needs no modification. Add TestSetDebugLog covering: invalid-path error (negative), enable, log write reaching the file, reconfiguration, and disable. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-06-20Add annotate hotkeyPaul Bütow
2025-06-20Add task manipulation helpers and testsPaul Bütow
2025-06-19Add Taskwarrior CLI testsPaul Bütow