distribution/registry
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
..
api api: url typo in specification 2017-07-18 14:48:55 -07:00
auth context: remove definition of Context 2017-08-11 15:53:31 -07:00
client registry: remove dependency on logrus for client 2017-08-15 10:28:38 -07:00
handlers context: remove definition of Context 2017-08-11 15:53:31 -07:00
listener
middleware context: remove definition of Context 2017-08-11 15:53:31 -07:00
proxy registry: remove dependency on logrus for client 2017-08-15 10:28:38 -07:00
storage registry: remove dependency on logrus for client 2017-08-15 10:28:38 -07:00
doc.go Move initialization code from main.go to the registry package 2015-09-09 14:39:31 -07:00
registry.go context: remove definition of Context 2017-08-11 15:53:31 -07:00
registry_test.go Allow registry clients to connect via http2 2016-08-13 22:07:42 -04:00
root.go context: remove definition of Context 2017-08-11 15:53:31 -07:00