From ec8a9c0ea46dec7d26caa763e3adefcaf3fc7552 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sun, 25 Jan 2026 11:56:29 -1000 Subject: Fix bugs and add bug management scripts Bug fixes: - #36: Hide recurring tasks until due day (add IsRecurring to Task/Atom) - Trello cards missing: change filter=visible to filter=open - Build fix: add missing fmt import in atom.go Infrastructure: - Add scripts/bugs and scripts/resolve-bug for DB bug tracking - Remove issues/ directory (bugs now tracked in DB) - Add timeline_logic_test.go Co-Authored-By: Claude Opus 4.5 --- scripts/bugs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/bugs (limited to 'scripts/bugs') diff --git a/scripts/bugs b/scripts/bugs new file mode 100755 index 0000000..4f3c064 --- /dev/null +++ b/scripts/bugs @@ -0,0 +1,4 @@ +#!/bin/bash +# List all bugs from the production database + +ssh titanium "sqlite3 -column -header /site/doot.terst.org/data/dashboard.db 'SELECT id, description, created_at FROM bugs ORDER BY id'" -- cgit v1.2.3