Ben Vincent unkinben
  • Joined on 2024-05-28
unkinben created pull request unkin/artifactapi#89 2026-07-02 00:37:12 +10:00
fix: HEAD requests fetch and stream the full body
unkinben created branch benvin/head-metadata-only in unkin/artifactapi 2026-07-02 00:37:06 +10:00
unkinben pushed to benvin/head-metadata-only at unkin/artifactapi 2026-07-02 00:37:06 +10:00
c129a09541 fix: resolve HEAD requests from metadata without streaming the body
unkinben created branch benvin/compile-patterns-once in unkin/artifactapi 2026-07-02 00:33:48 +10:00
unkinben pushed to benvin/compile-patterns-once at unkin/artifactapi 2026-07-02 00:33:48 +10:00
b698d1bdc0 perf: memoise regex compilation in the classifier
unkinben created pull request unkin/artifactapi#88 2026-07-02 00:33:48 +10:00
perf: compile remote match patterns once instead of per-request
unkinben created branch benvin/validate-remote-patterns in unkin/artifactapi 2026-07-02 00:32:19 +10:00
unkinben pushed to benvin/validate-remote-patterns at unkin/artifactapi 2026-07-02 00:32:19 +10:00
65c8281348 fix: validate remote regex patterns at write time
unkinben created pull request unkin/artifactapi#87 2026-07-02 00:32:18 +10:00
fix: blocklist fails open when a regex fails to compile
unkinben pushed to benvin/gc-grace-period at unkin/artifactapi 2026-07-02 00:30:21 +10:00
8fc1635d11 fix: add a grace period before GC deletes orphaned blobs
unkinben created branch benvin/gc-grace-period in unkin/artifactapi 2026-07-02 00:30:13 +10:00
unkinben created pull request unkin/artifactapi#86 2026-07-02 00:30:12 +10:00
fix: GC has no grace period (TOCTOU with dedup uploads)
unkinben created pull request unkin/artifactapi#85 2026-07-02 00:28:42 +10:00
fix: getenv treats an explicitly-empty value as unset
unkinben created branch benvin/getenv-lookupenv in unkin/artifactapi 2026-07-02 00:28:42 +10:00
unkinben pushed to benvin/getenv-lookupenv at unkin/artifactapi 2026-07-02 00:28:42 +10:00
1bed296c35 fix: let getenv honour an explicitly-empty env var
unkinben pushed to benvin/isnetworkerror-errors-as at unkin/artifactapi 2026-07-02 00:28:01 +10:00
b125630a86 fix: detect UpstreamError with errors.As in isNetworkError
unkinben created branch benvin/isnetworkerror-errors-as in unkin/artifactapi 2026-07-02 00:27:46 +10:00
unkinben created pull request unkin/artifactapi#84 2026-07-02 00:27:45 +10:00
fix: isNetworkError should use errors.As, not a bare type assertion
unkinben pushed to benvin/upstream-http-timeouts at unkin/artifactapi 2026-07-02 00:26:46 +10:00
1476120c7b fix: use a timeout-configured HTTP client for upstream requests
unkinben created pull request unkin/artifactapi#83 2026-07-02 00:26:38 +10:00
fix: set timeouts on the upstream HTTP client