spaxel/mothership/internal/api
jedarden ad1e17ddf2 feat: implement SQLite Online Backup API streaming endpoint
Use modernc.org/sqlite's Online Backup API (NewBackup/Step/Commit)
with in-memory destination and Serialize for consistent hot backups
without temp files. Streams zip directly to HTTP response.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 02:15:51 -04:00
..
backup.go feat: implement SQLite Online Backup API streaming endpoint 2026-04-07 02:15:51 -04:00
backup_test.go feat: implement SQLite Online Backup API streaming endpoint 2026-04-07 02:15:51 -04:00
events.go feat: implement webhook action firing & fault tolerance for automations 2026-04-06 23:04:49 -04:00
events_test.go feat: implement webhook action firing & fault tolerance for automations 2026-04-06 23:04:49 -04:00
notifications.go feat: implement REST API endpoints for settings, zones, portals, triggers, notifications, replay 2026-04-06 11:22:02 -04:00
replay.go feat: implement webhook action firing & fault tolerance for automations 2026-04-06 21:39:51 -04:00
settings.go feat: implement REST API endpoints for settings, zones, portals, triggers, notifications, replay 2026-04-06 11:22:02 -04:00
triggers.go feat: implement webhook action firing & fault tolerance for automations 2026-04-06 21:39:51 -04:00
volume_triggers.go feat: webhook action firing & fault tolerance for automations 2026-04-06 20:29:53 -04:00
volume_triggers_test.go fix: improve webhook fault tolerance tests 2026-04-07 00:15:11 -04:00
zones.go feat: implement webhook action firing & fault tolerance for automations 2026-04-06 21:39:51 -04:00