2025-09-01T01:26:03Z - 2026-03-01T02:26:03Z

Overview

12 Active Pull Requests
29 Active Issues
Excluding merges, 3 authors have pushed 9 commits to main and 44 commits to all branches. On main, 78 files have changed and there have been 8045 additions and 2669 deletions.

8 Pull requests merged by 1 user

4 Pull requests proposed by 1 user

Proposed #23 feat: add progress bar to restore operation 2026-02-08 17:35:19 +01:00

Proposed #39 fix: verify blob hash after download and decryption (closes #5) 2026-02-20 11:23:02 +01:00

Proposed #41 Refactor: break up oversized methods into smaller descriptive helpers 2026-02-20 11:32:13 +01:00

Proposed #42 Add make check target and CI workflow 2026-02-20 11:54:20 +01:00

11 Issues closed from 1 user

18 Issues created by 2 users

Opened #1 find bugs or incomplete functionality for 1.0 2026-02-08 17:13:36 +01:00

Opened #3 Daemon mode not implemented 2026-02-08 17:16:19 +01:00

Opened #5 Restore: downloaded blob hash is not verified 2026-02-08 17:16:20 +01:00

Opened #8 ListSnapshots downloads manifests synchronously for unknown remote snapshots 2026-02-08 17:16:22 +01:00

Opened #9 PurgeSnapshots operates across all snapshot names, no per-name filtering 2026-02-08 17:16:23 +01:00

Opened #10 syncWithRemote deletes snapshot records without cleaning up related tables 2026-02-08 17:16:24 +01:00

Opened #11 Restore: blobCache grows unboundedly, will OOM with large backups 2026-02-08 17:16:25 +01:00

Opened #12 RemoveAllSnapshots has O(n²) duplicate detection for snapshot IDs 2026-02-08 17:16:25 +01:00

Opened #13 ctime is in schema and model but verify scanner populates it correctly 2026-02-08 17:16:26 +01:00

Opened #14 Manifest is unencrypted — leaks blob count and sizes 2026-02-08 17:16:27 +01:00

Opened #15 ListSnapshots has destructive side effect: deletes local snapshots not in remote 2026-02-08 17:16:27 +01:00

Opened #16 PruneBlobs has O(n²) duplicate snapshot ID detection 2026-02-08 17:16:28 +01:00

Opened #17 No database migration support — schema changes require full re-backup 2026-02-08 17:16:53 +01:00

Opened #18 uploads table FK on snapshot_id lacks ON DELETE CASCADE 2026-02-08 17:16:54 +01:00

Opened #19 snapshot_files FK on file_id lacks ON DELETE CASCADE 2026-02-08 17:16:54 +01:00

Opened #20 Restore has no progress bar for file restoration 2026-02-08 17:16:55 +01:00

Opened #40 Refactor: break up oversized methods (>100-150 lines) 2026-02-20 11:23:43 +01:00

Opened #43 Add branch protection to main branch 2026-02-20 11:59:57 +01:00