zerobyte/app/server/modules/backups
Jakub Trávník 8591432c59 refactor: add ArkType schema validation for config import
- Add app/schemas/config-import.ts with ArkType schemas for upfront validation
- Replace runtime type checks with schema-based validation in config-import.ts
- Return validation errors early with detailed path and message info
- Export retentionPolicySchema from backups.dto.ts for reuse
- Update CLI to handle validation errors in both dry-run and import modes
- Fix README mirrors examples to use existing repository names
2026-01-02 14:02:06 +01:00
..
__tests__ fix: schedules not running if never run manually (#194) 2025-12-20 11:28:18 +01:00
backups.controller.ts feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00
backups.dto.ts refactor: add ArkType schema validation for config import 2026-01-02 14:02:06 +01:00
backups.service.ts feat: add support for provided shortId in volume, repository and backup and pass shortIds to service creation from config import 2026-01-02 09:54:52 +01:00