distribution/registry/proxy
Stephen J Day 860b28c5b9
registry: remove dependency on logrus for client
To simplify the vendoring story for the client, we have now removed the
requirement for `logrus` and the forked `context` package (usually
imported as `dcontext`). We inject the logger via the metrics tracker
for the blob cache and via options on the token handler. We preserve
logs on the proxy cache for that case. Clients expecting these log
messages may need to be updated accordingly.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-08-15 10:28:38 -07:00
..
scheduler context: remove definition of Context 2017-08-11 15:53:31 -07:00
proxyauth.go Refactor authorization challenges to its own package 2016-11-09 15:27:40 -08:00
proxyblobstore.go context: remove definition of Context 2017-08-11 15:53:31 -07:00
proxyblobstore_test.go context: remove definition of Context 2017-08-11 15:53:31 -07:00
proxymanifeststore.go context: remove definition of Context 2017-08-11 15:53:31 -07:00
proxymanifeststore_test.go context: remove definition of Context 2017-08-11 15:53:31 -07:00
proxymetrics.go Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
proxyregistry.go registry: remove dependency on logrus for client 2017-08-15 10:28:38 -07:00
proxytagservice.go context: remove definition of Context 2017-08-11 15:53:31 -07:00
proxytagservice_test.go context: remove definition of Context 2017-08-11 15:53:31 -07:00