aboutsummaryrefslogtreecommitdiff
path: root/internal/storage
Commit message (Collapse)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-232-21/+424
|
* feat: Add new API endpoints (health, summary, uptime, incidents)Fuwn2026-01-201-0/+37
| | | | | | | | | | New endpoints: - GET /api/health - Simple health check, always public (for load balancers) - GET /api/summary - Lightweight status overview (counts + overall status) - GET /api/uptime/{name}?period=1h|24h|7d|30d|90d - Historical uptime stats - GET /api/incidents?filter=all|active|resolved|scheduled - List incidents All new endpoints (except /api/health) follow api.access rules.
* 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