Andrew Nesbitt
0a64d9ad9a
Address review: upstream-hash refetch and cache PURL cleanup
...
- Re-fetch instead of 502 when a cached artifact's hash disagrees with
the upstream-declared checksum; log and discard the stale entry.
- Rename expectedHash to upstreamHash and document how the check
differs from checkCache's stream integrity verification.
- Drop the repository_url qualifier from swift cache PURLs so cache
entries survive an upstream.swift change, matching other ecosystems.
- Pass name to handleSourceArchiveHead instead of re-deriving it.
2026-08-20 09:18:05 +01:00
..
cargo.go
fix(upstream): honor npm and Cargo overrides ( #200 )
2026-07-26 19:11:24 +01:00
cargo_test.go
fix(upstream): honor npm and Cargo overrides ( #200 )
2026-07-26 19:11:24 +01:00
composer.go
fix: proper handling of upstream registry 404s ( #209 )
2026-07-26 19:07:46 +01:00
composer_test.go
fix(composer): resolve *-dev versions from the ~dev metadata file ( #174 )
2026-06-26 07:51:08 -04:00
conan.go
fix: proper handling of upstream registry 404s ( #209 )
2026-07-26 19:07:46 +01:00
conan_test.go
Fix all golangci-lint issues across the codebase ( #32 )
2026-03-18 10:59:29 +00:00
conda.go
fix: proper handling of upstream registry 404s ( #209 )
2026-07-26 19:07:46 +01:00
conda_test.go
Bump registries to v0.6.0 and replace internal/cooldown ( #120 )
2026-05-13 06:45:33 +01:00
container.go
feat: add Helm repository proxy support ( #268 )
2026-08-16 18:12:55 +01:00
container_manifest.go
feat: add Helm repository proxy support ( #268 )
2026-08-16 18:12:55 +01:00
container_test.go
Use shared integrity verification ( #260 )
2026-08-17 09:20:11 +01:00
cran.go
fix: proper handling of upstream registry 404s ( #209 )
2026-07-26 19:07:46 +01:00
cran_test.go
Hello world
2026-01-20 22:00:31 +00:00
debian.go
Make Debian upstream repository configurable. ( #229 )
2026-08-05 17:48:00 +01:00
debian_test.go
fix: decode PURL percent-encoding in versions and package paths ( #244 )
2026-08-14 10:38:08 +01:00
download_test.go
Use shared integrity verification ( #260 )
2026-08-17 09:20:11 +01:00
filename_download.go
fix: proper handling of upstream registry 404s ( #209 )
2026-07-26 19:07:46 +01:00
gem.go
fix: proper handling of upstream registry 404s ( #209 )
2026-07-26 19:07:46 +01:00
gem_test.go
Bump registries to v0.6.0 and replace internal/cooldown ( #120 )
2026-05-13 06:45:33 +01:00
go.go
Preserve Go proxy fallback for missing modules
2026-07-12 18:48:39 +00:00
go_test.go
Preserve Go proxy fallback for missing modules
2026-07-12 18:48:39 +00:00
gradle.go
add support for Gradle prometheus metrics ( #124 )
2026-05-22 12:09:00 +01:00
gradle_test.go
add support for Gradle prometheus metrics ( #124 )
2026-05-22 12:09:00 +01:00
handler.go
Address review: upstream-hash refetch and cache PURL cleanup
2026-08-20 09:18:05 +01:00
handler_bench_test.go
Optimize cached artifact serving ( #245 )
2026-08-13 08:06:41 +01:00
handler_test.go
Handle Swift registry cache identities
2026-08-20 09:01:33 +01:00
helm.go
feat: add Helm repository proxy support ( #268 )
2026-08-16 18:12:55 +01:00
helm_test.go
feat: add Helm repository proxy support ( #268 )
2026-08-16 18:12:55 +01:00
hex.go
fix: proper handling of upstream registry 404s ( #209 )
2026-07-26 19:07:46 +01:00
hex_test.go
Bump registries to v0.6.0 and replace internal/cooldown ( #120 )
2026-05-13 06:45:33 +01:00
integrity.go
Use shared integrity verification ( #260 )
2026-08-17 09:20:11 +01:00
integrity_test.go
Use shared integrity verification ( #260 )
2026-08-17 09:20:11 +01:00
julia.go
fix: proper handling of upstream registry 404s ( #209 )
2026-07-26 19:07:46 +01:00
julia_test.go
Add Julia Pkg server support ( #117 )
2026-05-13 06:46:35 +01:00
maven.go
fix: proper handling of upstream registry 404s ( #209 )
2026-07-26 19:07:46 +01:00
maven_test.go
Update Gradle cache with the configurable plugin support ( #114 )
2026-05-22 17:05:20 +01:00
notfound_ecosystems_test.go
fix(container): serve cached images when upstream is unavailable ( #199 )
2026-08-13 07:35:07 +01:00
notfound_test.go
fix: proper handling of upstream registry 404s ( #209 )
2026-07-26 19:07:46 +01:00
npm.go
Enforce cooldown on artifact downloads ( #240 )
2026-08-10 09:27:03 +01:00
npm_test.go
Enforce cooldown on artifact downloads ( #240 )
2026-08-10 09:27:03 +01:00
nuget.go
fix: proper handling of upstream registry 404s ( #209 )
2026-07-26 19:07:46 +01:00
nuget_test.go
Bump registries to v0.6.0 and replace internal/cooldown ( #120 )
2026-05-13 06:45:33 +01:00
path_traversal_test.go
Check for path traversal after URL decoding ( #108 )
2026-05-03 09:07:16 +01:00
pub.go
fix: proper handling of upstream registry 404s ( #209 )
2026-07-26 19:07:46 +01:00
pub_test.go
Bump registries to v0.6.0 and replace internal/cooldown ( #120 )
2026-05-13 06:45:33 +01:00
pypi.go
fix: cache PyPI metadata for filtered versions ( #258 )
2026-08-15 09:59:53 +01:00
pypi_test.go
fix: cache PyPI metadata for filtered versions ( #258 )
2026-08-15 09:59:53 +01:00
read_metadata_test.go
Make metadata size limit configurable ( closes #149 ) ( #150 )
2026-06-02 07:59:00 +01:00
rpm.go
fix: proper handling of upstream registry 404s ( #209 )
2026-07-26 19:07:46 +01:00
rpm_test.go
Fix all golangci-lint issues across the codebase ( #32 )
2026-03-18 10:59:29 +00:00
swift.go
Address review: upstream-hash refetch and cache PURL cleanup
2026-08-20 09:18:05 +01:00
swift_test.go
Address review: upstream-hash refetch and cache PURL cleanup
2026-08-20 09:18:05 +01:00