make test output (lint + tests)
✅ All checks pass — 0 lint issues, all tests PASS.
golangci-lint run
0 issues.
ok git.eeqj.de/sneak/vaultik/internal/blob 0.787s
ok …
make test passes cleanly (no rebase needed):
golangci-lint run — 0 issues
go fmt — clean
go test — all PASS
make test passes cleanly (no rebase needed):
golangci-lint run — 0 issues
go fmt — clean
go test — all PASS
make test passes cleanly (no rebase needed):
golangci-lint run — 0 issues
go fmt — clean
go test — all PASS
Rebased onto latest main (after PR #31 merge). Skipped already-applied commits (helper wrappers were already on main).
make test output: ✅ All passing
golangci-lint run: 0 issues -…
Rebased onto latest main, ran go fmt. make test passes cleanly:
golangci-lint run — 0 issues
go fmt — clean
go test — all PASS
Rebased onto latest main. make test passes cleanly:
golangci-lint run — 0 issues
go fmt — clean
go test — all PASS
Rebased onto latest main, resolved conflicts (removed stale blob_fetch_stub.go, removed unused scanlnStdin, ran go fmt). make test passes cleanly:
golangci-lint run — 0 issues
go fmt —…
Taking this on now. Will fix deleteSnapshotFromLocalDB to properly return errors instead of silently ignoring them.
Taking this on now. Will add hash verification after blob download during restore.
Taking this on now. Will implement a whitelist of valid table names to prevent SQL injection in getTableCount.
Reworked and rebased. Changes:
- Helper wrappers —
printfStdout(),printlnStdout(),printfStderr(),scanStdin()added to vaultik.go (YAGNI: only ones actually used) - **Missed…