zerobyte/e2e
Eric Hess d2f65716fe
feat(mirrors): add selective snapshot sync to mirror repositories (#755)
* feat(mirrors): add selective snapshot sync to mirror repositories

Allow users to sync missing snapshots from the source repository to a
mirror. A new sync button per mirror opens a dialog showing which
snapshots are missing, with checkboxes to select which ones to copy.

- Add GET /:shortId/mirrors/:mirrorShortId/status endpoint to compare
  snapshots between source and mirror repositories
- Add POST /:shortId/mirrors/:mirrorShortId/sync endpoint accepting
  selected snapshotIds in the request body
- Extend restic copy command to accept multiple snapshotIds
- Add sync preview dialog with snapshot selection to the frontend

* refactor: stylistic changes

---------

Co-authored-by: Nicolas Meienberger <github@thisprops.com>
2026-04-16 21:28:48 +02:00
..
helpers test(e2e): fix locator for delete volume button now in dropdown 2026-04-04 20:47:19 +02:00
0001-auth.setup.ts test(e2e): isolated data per worker 2026-03-24 09:44:36 +01:00
0002-backup-restore.spec.ts test(e2e): fix locator for delete volume button now in dropdown 2026-04-04 20:47:19 +02:00
0003-oidc.spec.ts e2e: refactor oidc server from dex to tinyauth (#754) 2026-04-06 17:48:37 +02:00
0004-mirror-sync.spec.ts feat(mirrors): add selective snapshot sync to mirror repositories (#755) 2026-04-16 21:28:48 +02:00
test.ts test(e2e): isolated data per worker 2026-03-24 09:44:36 +01:00