Commit graph

3 commits

Author SHA1 Message Date
Nicolas Meienberger
0883ac2d82
chore: fix ci 2026-04-20 19:42:21 +02:00
Nicolas Meienberger
6331dbac97
feat(backups): ensure volume readiness before backup
Backup preflight checks were relying on a db cached status. Now a real
volume healthcheck is performed before backing up. Closes #811 #695
2026-04-20 19:30:44 +02:00
Nico
33601dde24
feat(agent): add standalone agent runtime (#776)
* feat(agent): add standalone agent runtime

* fix(agent): add Bun and DOM types to agent tsconfig

* refactor: wrap backup error in a tagged effect error

* feat(controller): add agent manager and session handling

* feat(backups): execute backups through the agent

* fix(agent): harden disconnect and send-failure handling

* fix: rebase conflicts

* test: simplify mocks

* refactor: split agent runtime state

* fix(backup): keep old path when agent is disabled

* fix: pr feedbacks
2026-04-13 23:29:10 +02:00
Renamed from app/server/modules/backups/__tests__/backups.execution.test.ts (Browse further)