zerobyte/app/server/modules
Jakub Trávník 60c0778b74 refactor: improve config import logging, add CLI JSON output and idempotent re-runs
- Add `--json` flag for machine-readable JSON output
- Add `--log-level` flag to control logging verbosity
- Add `skipped` counter to ImportResult for idempotent operations
- Change "already exists" conditions from warnings to skipped (info logs)
- Recovery key mismatch now errors and stops import early
- Pre-check volumes and notification destinations before creation
- Attachment functions merge missing items instead of overwriting
- Add toError() and mergeResults() helpers to reduce code duplication
- Extract readConfigJson() and createOutput() for cleaner CLI code
- Move fs/path imports to top level in config-import.ts
2025-12-30 12:39:02 +01:00
..
auth Merge origin/main into config-import-json 2025-12-19 14:23:02 +01:00
backends feat: add support for SFTP volume backend (#249) 2025-12-28 18:30:49 +01:00
backups refactor: tag snapshots with schedule short_id instead of db id (#248) 2025-12-28 11:42:25 +01:00
events feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00
lifecycle refactor: improve config import logging, add CLI JSON output and idempotent re-runs 2025-12-30 12:39:02 +01:00
notifications feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00
repositories feat: improve config import with result tracking and idempotent repository detection 2025-12-29 18:34:02 +01:00
system feat: server timeout env (#219) 2025-12-22 17:34:27 +01:00
volumes feat: add support for SFTP volume backend (#249) 2025-12-28 18:30:49 +01:00