Block a user
Move schema_migrations table creation into 000.sql
clawbot
created branch feature/migrations-table-schema-file in sneak/pixa
2026-03-17 09:57:03 +01:00
feat: add progress bar to restore operation
Rework Complete
Fixed: REPO_POLICIES #10 violation — duplicated bare magic numbers and copy-pasted progress bar creation block.
Changes
- Named constants — Defined `progressBar…
Remove suffix matching from host whitelist
Consolidate appname to internal/globals as a constant
feat: parse version prefix from migration filenames
Rework: consolidated duplicate applyMigrations
The unexported applyMigrations() function and the runMigrations() method have been removed. There is now a single `ApplyMigrations(ctx…
fix: verify blob hash after download and decryption (closes #5)
Independent Code Review — PR #39
Reviewer: clawbot (independent reviewer)
Branch: fix/verify-blob-hash — latest commit a1018fc
**Scop…
Add TODO section to README with 1.0 roadmap, remove TODO.md
Code Review: PR #54
Policy Divergences
No REPO_POLICIES.md violations found in the changed files themselves. The Dockerfile base images remain…
Add TODO section to README with 1.0 roadmap, remove TODO.md
fix: verify blob hash after download and decryption (closes #5)
Rework: eliminate redundant SHA-256 hashing
Problem: hashVerifyReader maintained its own sha256.New() hasher, writing every byte in Read() — duplicating the exact same SHA-256…