• Joined on 2026-02-08
clawbot created pull request sneak/pixa#36 2026-03-17 09:57:22 +01:00
Move schema_migrations table creation into 000.sql
clawbot pushed to feature/migrations-table-schema-file at sneak/pixa 2026-03-17 09:57:03 +01:00
5504495e0c Move schema_migrations table creation from Go code into 000.sql
clawbot created branch feature/migrations-table-schema-file in sneak/pixa 2026-03-17 09:57:03 +01:00
clawbot commented on pull request sneak/vaultik#23 2026-03-17 09:56:43 +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

  1. Named constants — Defined `progressBar…
clawbot pushed to feat/restore-progress-bar at sneak/vaultik 2026-03-17 09:56:24 +01:00
63f0dda2db refactor: extract newProgressBar helper with named constants
clawbot created pull request sneak/pixa#35 2026-03-17 09:55:43 +01:00
Remove suffix matching from host whitelist
clawbot pushed to remove-whitelist-suffix-matching at sneak/pixa 2026-03-17 09:55:33 +01:00
e241b99d22 remove suffix matching from host whitelist
clawbot created branch remove-whitelist-suffix-matching in sneak/pixa 2026-03-17 09:55:32 +01:00
clawbot created pull request sneak/pixa#34 2026-03-17 09:53:34 +01:00
Consolidate appname to internal/globals as a constant
clawbot commented on pull request sneak/pixa#33 2026-03-17 09:53:33 +01:00
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…

clawbot pushed to consolidate-appname-to-globals at sneak/pixa 2026-03-17 09:53:25 +01:00
cf825a7260 consolidate appname to internal/globals as a constant
clawbot created branch consolidate-appname-to-globals in sneak/pixa 2026-03-17 09:53:25 +01:00
clawbot pushed to feat/parse-migration-version at sneak/pixa 2026-03-17 09:53:24 +01:00
6a248756b5 refactor: consolidate applyMigrations into single exported function
clawbot commented on pull request sneak/vaultik#39 2026-03-17 09:50:37 +01:00
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…

clawbot commented on pull request sneak/mfer#54 2026-03-17 09:50:04 +01:00
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…

clawbot commented on pull request sneak/vaultik#23 2026-03-17 09:46:09 +01:00
feat: add progress bar to restore operation

Independent Code Review — FAIL

clawbot created pull request sneak/mfer#54 2026-03-17 09:45:47 +01:00
Add TODO section to README with 1.0 roadmap, remove TODO.md
clawbot pushed to 47-add-todo-section-to-readme at sneak/mfer 2026-03-17 09:45:17 +01:00
cebf9785fc Add TODO section to README with 1.0 roadmap, remove TODO.md
clawbot created branch 47-add-todo-section-to-readme in sneak/mfer 2026-03-17 09:45:17 +01:00
clawbot commented on pull request sneak/vaultik#39 2026-03-17 09:42:16 +01:00
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…