Jeffrey Paul sneak
sneak pushed to next at sneak/mfer 2026-02-20 11:38:53 +01:00
ae70cf6fb5 Fix FindExtraFiles reporting manifest and dotfiles as extra (closes #16) (#21)
7b61bdd62b fix: handle errcheck warnings in gpg.go and gpg_test.go
97dbe47c32 fix: FindExtraFiles skips dotfiles and manifest files to avoid false positives
Compare 3 commits »
sneak closed issue sneak/mfer#16 2026-02-20 11:38:52 +01:00
Bug: FindExtraFiles reports manifest file and dotfiles as extra
sneak merged pull request sneak/mfer#21 2026-02-20 11:38:52 +01:00
Fix FindExtraFiles reporting manifest and dotfiles as extra (closes #16)
sneak pushed to fix/issue-23 at sneak/mfer 2026-02-20 11:38:32 +01:00
c88a1af046 Merge branch 'next' into fix/issue-23
5099b6951b Fix IsHiddenPath treating current directory as hidden (closes #14) (#19)
8c7eef6240 fix: handle errcheck warnings in gpg.go and gpg_test.go, fix gofmt
f6478858d7 fix: IsHiddenPath returns false for "." and "/" (current dir/root are not hidden)
Compare 4 commits »
sneak pushed to next at sneak/mfer 2026-02-20 11:37:24 +01:00
5099b6951b Fix IsHiddenPath treating current directory as hidden (closes #14) (#19)
8c7eef6240 fix: handle errcheck warnings in gpg.go and gpg_test.go, fix gofmt
f6478858d7 fix: IsHiddenPath returns false for "." and "/" (current dir/root are not hidden)
Compare 3 commits »
sneak closed issue sneak/mfer#14 2026-02-20 11:37:23 +01:00
Bug: IsHiddenPath(".") returns true, incorrectly treating current directory as hidden
sneak merged pull request sneak/mfer#19 2026-02-20 11:37:23 +01:00
Fix IsHiddenPath treating current directory as hidden (closes #14)
sneak commented on pull request sneak/mfer#32 2026-02-20 11:36:30 +01:00
1.0 quality polish — code review, tests, bug fixes, documentation

remove the version bump. you are not allowed to make releases - remember that.

sneak pushed to main at sneak/mfer 2026-02-20 11:35:46 +01:00
1f7ee256ec fix: update go directive from 1.17 to 1.22 (fixes #33) (#34)
28c6fbd220 fix: update go directive from 1.17 to 1.22 (fixes #33)
Compare 2 commits »
sneak closed issue sneak/mfer#33 2026-02-20 11:35:45 +01:00
CRITICAL: main branch build failure
sneak merged pull request sneak/mfer#34 2026-02-20 11:35:45 +01:00
fix: update go directive from 1.17 to 1.22 (fixes #33)
sneak closed pull request sneak/vaultik#24 2026-02-20 11:28:09 +01:00
feat: add progress bar to restore operation
sneak commented on pull request sneak/vaultik#23 2026-02-20 11:27:35 +01:00
feat: add progress bar to restore operation

you are not allowed to touch os.Stderr

sneak reopened pull request sneak/vaultik#24 2026-02-20 11:26:28 +01:00
feat: add progress bar to restore operation
sneak commented on pull request sneak/vaultik#39 2026-02-20 11:25:37 +01:00
fix: verify blob hash after download and decryption (closes #5)

blobs may be larger than memory, we should not be storing them in variables.

sneak pushed to fix/verify-blob-hash at sneak/vaultik 2026-02-20 11:24:46 +01:00
f8d598b1d2 Merge branch 'main' into fix/verify-blob-hash
d8a51804d2 Merge pull request 'feat: implement --prune flag on snapshot create (closes #4)' (#37) from feature/implement-prune-flag-on-snapshot-create into main
76f4421eb3 Merge branch 'main' into feature/implement-prune-flag-on-snapshot-create
53ac868c5d Merge pull request 'fix: track and report file restore failures' (#22) from fix/restore-error-handling into main
8c4ea2b870 Merge branch 'main' into fix/restore-error-handling
Compare 10 commits »
sneak pushed to feat/restore-progress-bar at sneak/vaultik 2026-02-20 11:24:21 +01:00
01721a49fb Merge branch 'main' into feat/restore-progress-bar
d8a51804d2 Merge pull request 'feat: implement --prune flag on snapshot create (closes #4)' (#37) from feature/implement-prune-flag-on-snapshot-create into main
76f4421eb3 Merge branch 'main' into feature/implement-prune-flag-on-snapshot-create
53ac868c5d Merge pull request 'fix: track and report file restore failures' (#22) from fix/restore-error-handling into main
8c4ea2b870 Merge branch 'main' into fix/restore-error-handling
Compare 21 commits »
sneak commented on pull request sneak/vaultik#23 2026-02-20 11:24:16 +01:00
feat: add progress bar to restore operation

dupe of now closed #24. this is the one to be merged, 24 is closed. make this branch the ideal one.

sneak closed pull request sneak/vaultik#24 2026-02-20 11:23:33 +01:00
feat: add progress bar to restore operation
sneak commented on pull request sneak/vaultik#37 2026-02-20 11:22:50 +01:00
feat: implement --prune flag on snapshot create (closes #4)

these methods are WAAAAY too long. break them up into descriptively named methods that are no more than 100-150 lines each.