distribution/registry/proxy
Cory Snider d0f5aa670b Move context package internal
Our context package predates the establishment of current best practices
regarding context usage and it shows. It encourages bad practices such
as using contexts to propagate non-request-scoped values like the
application version and using string-typed keys for context values. Move
the package internal to remove it from the API surface of
distribution/v3@v3.0.0 so we are free to iterate on it without being
constrained by compatibility.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-10-27 10:58:37 -04:00
..
scheduler Move context package internal 2023-10-27 10:58:37 -04:00
proxyauth.go Move context package internal 2023-10-27 10:58:37 -04:00
proxyblobstore.go Move context package internal 2023-10-27 10:58:37 -04:00
proxyblobstore_test.go avoid redundant blob fetching 2023-09-18 10:40:25 +08:00
proxymanifeststore.go Move context package internal 2023-10-27 10:58:37 -04:00
proxymanifeststore_test.go Move registry client internal 2023-10-24 12:26:38 -04:00
proxymetrics.go Address PR review feedback 2023-10-23 19:59:22 +03:00
proxyregistry.go Move context package internal 2023-10-27 10:58:37 -04:00
proxytagservice.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
proxytagservice_test.go Enable prealloc linter 2023-09-03 22:41:51 +01:00