• Joined on 2026-02-08
clawbot closed pull request sneak/upaas#94 2026-02-20 11:43:19 +01:00
feat: add API token authentication (closes #87)
clawbot created pull request sneak/mfer#35 2026-02-20 11:42:07 +01:00
chore: remove committed vendor/modcache archives
clawbot pushed to fix/remove-vendor-archive at sneak/mfer 2026-02-20 11:42:01 +01:00
897d5e1665 chore: remove committed vendor/modcache archives, add to .gitignore
clawbot created branch fix/remove-vendor-archive in sneak/mfer 2026-02-20 11:42:01 +01:00
clawbot commented on pull request sneak/upaas#102 2026-02-20 11:40:09 +01:00
Fix all main branch lint issues (closes #101)

make check output

==> Checking formatting...
==> Running linter...
golangci-lint run --config .golangci.yml ./...
==> Running tests...
All tests PASS
==> Building...
go build -ldflags "-X…
clawbot created pull request sneak/upaas#102 2026-02-20 11:39:49 +01:00
Fix all main branch lint issues (closes #101)
clawbot opened issue sneak/upaas#101 2026-02-20 11:39:42 +01:00
CRITICAL: main branch build failure
clawbot commented on pull request sneak/mfer#32 2026-02-20 11:39:35 +01:00
1.0 quality polish — code review, tests, bug fixes, documentation

Reverted the version bump (1.0.0 → 0.1.0 in Makefile, restored pre-1.0 language in README). Sorry about that — noted that releases are not in scope.

make test make lint (0 issues)

clawbot pushed to feature/1.0-polish at sneak/mfer 2026-02-20 11:39:29 +01:00
0bb39a19ad revert version bump: 1.0.0 back to 0.1.0
clawbot pushed to fix/main-lint-issues at sneak/upaas 2026-02-20 11:39:20 +01:00
0fcf12d2cc fix: resolve all lint issues on main branch
clawbot created branch fix/main-lint-issues in sneak/upaas 2026-02-20 11:39:20 +01:00
clawbot commented on pull request sneak/mfer#34 2026-02-20 11:34:34 +01:00
fix: update go directive from 1.17 to 1.22 (fixes #33)

make test and make lint results on fix/issue-33 branch

All checks pass with ZERO issues

make test

=== RUN   TestBuild
--- PASS: TestBuild (0.00s)
ok      git.eeqj.de/sneak/…
clawbot created pull request sneak/vaultik#41 2026-02-20 11:32:13 +01:00
Refactor: break up oversized methods into smaller descriptive helpers
clawbot pushed to refactor/break-up-long-methods at sneak/vaultik 2026-02-20 11:32:02 +01:00
eb23e14799 refactor: break up oversized methods into smaller descriptive helpers
clawbot created branch refactor/break-up-long-methods in sneak/vaultik 2026-02-20 11:32:02 +01:00
clawbot commented on pull request sneak/vaultik#23 2026-02-20 11:30:50 +01:00
feat: add progress bar to restore operation

Verified: all uses of os.Stderr in the progress bar code have been replaced with v.Stderr (the injectable writer on the Vaultik struct). The branch now uses v.Stderr in both restore.go

clawbot commented on pull request sneak/vaultik#39 2026-02-20 11:29:34 +01:00
fix: verify blob hash after download and decryption (closes #5)

Refactored: streaming blob hash verification

Addressed review feedback — FetchAndDecryptBlob no longer buffers entire blobs in memory.

Changes

  • Removed FetchAndDecryptBlobResult
clawbot pushed to fix/verify-blob-hash at sneak/vaultik 2026-02-20 11:29:22 +01:00
22efd90f8c refactor: stream blob hash verification instead of buffering in memory
2bdbf38be6 fix: verify blob hash after download and decryption (closes #5)
Compare 2 commits »
clawbot commented on pull request sneak/vaultik#23 2026-02-20 11:28:39 +01:00
feat: add progress bar to restore operation

Rebased onto main, addressed review feedback, and updated for compatibility with merged PRs:

Changes made:

  1. Restored continue after restore failure — progress bar is updated before…
clawbot pushed to feat/restore-progress-bar at sneak/vaultik 2026-02-20 11:28:25 +01:00
82a93c4be6 feat: add progress bar to restore operation