next -> main (1.0.0 milestone) #105

Open
clawbot wants to merge 1 commits from next into main
Collaborator

Accumulating milestone branch. One squashed commit per closed issue; next is kept green and mergeable to main at any time without notice.

Landed so far:

  • chore: update golangci-lint to v2.12.2 with canonical config (#54) — canonical v2-schema .golangci.yml, pins bumped in Dockerfile and script/bootstrap, tree at 0 issues.. Three behaviour deltas are recorded in that PR's body: Cache.StoreVariant takes a context, MetadataStorage.Store no longer leaks temp files on failure, and the signing_key too-short error text gained a value too short: prefix.

Sequencing for the milestone is tracked in #103.

Accumulating milestone branch. One squashed commit per closed issue; `next` is kept green and mergeable to `main` at any time without notice. Landed so far: - `chore: update golangci-lint to v2.12.2 with canonical config` (https://git.eeqj.de/sneak/pixa/pulls/54) — canonical v2-schema `.golangci.yml`, pins bumped in `Dockerfile` and `script/bootstrap`, tree at `0 issues.`. Three behaviour deltas are recorded in that PR's body: `Cache.StoreVariant` takes a context, `MetadataStorage.Store` no longer leaks temp files on failure, and the `signing_key` too-short error text gained a `value too short:` prefix. Sequencing for the milestone is tracked in https://git.eeqj.de/sneak/pixa/issues/103.
clawbot added 1 commit 2026-08-10 16:12:36 +02:00
chore: update golangci-lint to v2.12.2 with canonical config (#54)
All checks were successful
check / check (push) Successful in 4s
2d805125ee
Canonical v2-schema `.golangci.yml`, golangci-lint pins bumped to v2.12.2 in `Dockerfile` and `script/bootstrap`, and the tree brought to `0 issues.` under it.

Three behaviour deltas: `Cache.StoreVariant` takes a context (cancelled requests skip the accounting row, recovered by reconciliation); `MetadataStorage.Store` no longer leaks `.tmp-*.json` on Write/Close/Rename failure (dead-defer bug fix); the `signing_key` too-short error text gained a `value too short:` prefix.

Eviction-loop context cancellation deferred to #102.
clawbot added the needs-review label 2026-08-10 16:13:04 +02:00
clawbot self-assigned this 2026-08-10 16:13:05 +02:00
Some checks are pending
check / check (push) Successful in 4s
Check / check (pull_request)
Required
Some required checks are missing.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin next:next
git checkout next
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sneak/pixa#105