Commit Graph

6 Commits

Author SHA1 Message Date
jared 79f4825e4b Send raw integer bytes_transferred to backup_runs
The datatable column is type number, so the human-formatted string
('20.96 KB') was rejected with a validation error (seen on the first
vaultwarden-org-export report). Format for display in the reporter,
not in the payload. Deployed copy in ~/.local/bin updated to match.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0133oyd1U9XxpLQU3UHMzUyy
2026-07-10 11:10:24 -04:00
jared 765ffd2394 feat(backup-monitor): implement BackupNotifier and CLI entry point 2026-05-07 11:19:37 -04:00
jared 3e49704bdb feat(backup-monitor): implement WebhookClient with injected HTTP adapter and tests 2026-05-07 11:17:53 -04:00
jared c611b2e82a feat(backup-monitor): implement PayloadBuilder with tests 2026-05-07 11:16:40 -04:00
jared 3cbd04fe72 feat(backup-monitor): implement ByteFormatter with tests 2026-05-07 11:15:15 -04:00
jared 0493b8a42d feat(backup-monitor): add notify_backup script skeleton and test infrastructure 2026-05-07 11:13:57 -04:00