brewlog/tests
Jon Seager b28234b52f
feat: include entity images in backup, restore, and reset
Images were not included in the backup/restore system, so a backup
would lose all uploaded images and a reset would orphan them.

Add BackupImage with base64-encoded binary data to BackupData,
export/restore/reset the entity_images table, and verify it in
the empty-database check. Backward-compatible with existing v2
backups via #[serde(default)].
2026-02-10 17:50:23 +00:00
..
cli feat(server): auto-enable insecure cookies for localhost defaults 2026-02-09 17:23:09 +00:00
e2e test(e2e): add homepage scan tests and fix stale element in checkin test 2026-02-10 11:36:16 +00:00
server feat: include entity images in backup, restore, and reset 2026-02-10 17:50:23 +00:00