aboutsummaryrefslogtreecommitdiff
path: root/internal/storage/sqlite.go
Commit message (Expand)AuthorAgeFilesLines
* fix: Handle libsql string-based time valuesFuwn2026-01-231-7/+41
* feat: Switch to libsql driver for Turso compatibilityFuwn2026-01-231-60/+63
* feat: Add database maintenance with backup/reset modes and triggersFuwn2026-01-231-21/+86
* feat: Add new API endpoints (health, summary, uptime, incidents)Fuwn2026-01-201-0/+37
* fix: Use correct column name error_message in last failure queryFuwn2026-01-201-5/+7
* feat: Add uptime tooltip showing last failure time and reasonFuwn2026-01-201-0/+32
* feat: Add reset_on_next_check flag to wipe monitor historyFuwn2026-01-191-0/+21
* feat: Initial commitFuwn2026-01-171-0/+679