Ben Vincent unkinben
  • Joined on 2024-05-28
unkinben pushed to benvin/fix-servefromstore-double-lookup at unkin/artifactapi 2026-07-02 00:25:16 +10:00
530c7a77fc fix: drop guaranteed-miss S3 lookup in serveFromStore
unkinben created pull request unkin/artifactapi#82 2026-07-02 00:25:15 +10:00
fix: serveFromStore does a guaranteed-miss S3 lookup on every cache hit
unkinben created pull request unkin/artifactapi#81 2026-07-02 00:24:23 +10:00
fix: e2e suite fails to build (stale server.New call)
unkinben pushed to benvin/fix-e2e-build at unkin/artifactapi 2026-07-02 00:24:14 +10:00
9651f7994a fix: pass version arg to server.New in e2e bootstrap
unkinben created branch benvin/fix-e2e-build in unkin/artifactapi 2026-07-02 00:24:14 +10:00
unkinben opened issue unkin/artifactapi#80 2026-07-02 00:23:34 +10:00
fix: e2e suite fails to build (stale server.New call)
unkinben opened issue unkin/artifactapi#79 2026-07-02 00:20:46 +10:00
epic: authentication & authorization system (Vault dynamic secrets, service accounts, users, path ACLs)
unkinben opened issue unkin/artifactapi#78 2026-07-02 00:20:45 +10:00
fix: serveFromStore does a guaranteed-miss S3 lookup on every cache hit
unkinben opened issue unkin/artifactapi#76 2026-07-02 00:20:17 +10:00
perf: batch access-log writes instead of goroutine+insert per request
unkinben opened issue unkin/artifactapi#74 2026-07-02 00:20:17 +10:00
feat: wire the circuit breaker into the proxy fetch path
unkinben opened issue unkin/artifactapi#75 2026-07-02 00:20:17 +10:00
fix: coalesce concurrent cache-miss fetches (thundering herd)
unkinben opened issue unkin/artifactapi#77 2026-07-02 00:20:17 +10:00
feat: cache upstream bearer tokens
unkinben opened issue unkin/artifactapi#68 2026-07-02 00:20:16 +10:00
fix: isNetworkError should use errors.As, not a bare type assertion
unkinben opened issue unkin/artifactapi#73 2026-07-02 00:20:16 +10:00
perf: compile remote match patterns once instead of per-request
unkinben opened issue unkin/artifactapi#72 2026-07-02 00:20:16 +10:00
fix: blocklist fails open when a regex fails to compile
unkinben opened issue unkin/artifactapi#71 2026-07-02 00:20:16 +10:00
fix: GC has no grace period (TOCTOU with dedup uploads)
unkinben opened issue unkin/artifactapi#70 2026-07-02 00:20:16 +10:00
fix: HEAD requests fetch and stream the full body
unkinben opened issue unkin/artifactapi#69 2026-07-02 00:20:16 +10:00
fix: getenv treats an explicitly-empty value as unset
unkinben opened issue unkin/artifactapi#67 2026-07-02 00:20:15 +10:00
fix: set timeouts on the upstream HTTP client
unkinben opened issue unkin/artifactapi#66 2026-07-02 00:20:15 +10:00
perf: stream proxied artifacts instead of buffering the full body in memory