Ben Vincent unkinben
  • Joined on 2024-05-28
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#74 2026-07-02 00:20:17 +10:00
feat: wire the circuit breaker into the proxy fetch path
unkinben opened issue unkin/artifactapi#77 2026-07-02 00:20:17 +10:00
feat: cache upstream bearer tokens
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#75 2026-07-02 00:20:17 +10:00
fix: coalesce concurrent cache-miss fetches (thundering herd)
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#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#70 2026-07-02 00:20:16 +10:00
fix: HEAD requests fetch and stream the full body
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#72 2026-07-02 00:20:16 +10:00
fix: blocklist fails open when a regex fails to compile
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#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
unkinben pushed to feat/initial-config at unkin/terraform-prowlarr 2026-06-29 23:50:03 +10:00
edb0692bee fix: align config with imported state for zero-drift plan
unkinben pushed to feat/initial-config at unkin/terraform-radarr 2026-06-29 23:49:59 +10:00
63f6301a2e fix: align config with imported state for zero-drift plan
unkinben pushed to feat/initial-config at unkin/terraform-prowlarr 2026-06-29 23:29:48 +10:00
806266e6dc fix: remove versions.tf and exclude modules from validate/tflint
unkinben pushed to feat/initial-config at unkin/terraform-radarr 2026-06-29 23:29:43 +10:00
c7ada64851 fix: remove versions.tf and exclude modules from validate/tflint
unkinben pushed to feat/initial-config at unkin/terraform-sonarr 2026-06-29 23:29:33 +10:00
7261bf5bbb fix: remove versions.tf and exclude modules from validate/tflint
unkinben pushed to feat/initial-config at unkin/terraform-prowlarr 2026-06-29 23:26:19 +10:00
0783d32e47 fix: add versions.tf for pre-commit validate
unkinben pushed to feat/initial-config at unkin/terraform-radarr 2026-06-29 23:26:15 +10:00
482d6f5ee6 fix: add versions.tf and fix tofu fmt for pre-commit