docker-distribution/notifications
Noah Treuhaft 9a58c91051 notifications: fix expvar for Go 1.7
Remove EndpointConfig.Transport from the return value of the
registry.notifications.endpoints expvar.Func.  It results in an empty
value for that expvar variable under Go 1.7 because it is a non-nil
*http.Transport, which Go 1.7 can no longer encode as JSON.

Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
2017-02-14 10:51:20 -08:00
..
bridge.go digest: migrate to opencontainers/go-digest 2017-01-06 15:42:03 -08:00
bridge_test.go Update registry to use WithName for creating Named values 2017-01-18 13:56:56 -08:00
endpoint.go notifications: fix expvar for Go 1.7 2017-02-14 10:51:20 -08:00
event.go Propogate tag as a functional argument into the notification system to attach 2016-03-23 14:57:52 -07:00
event_test.go Fix content type for schema1 signed manifests 2016-01-18 16:08:02 -08:00
http.go Add transport field to EndpointConfig struct 2016-07-11 11:52:23 -07:00
http_test.go Fix unit test 2017-01-09 17:31:00 -08:00
listener.go digest: migrate to opencontainers/go-digest 2017-01-06 15:42:03 -08:00
listener_test.go Update registry to use WithName for creating Named values 2017-01-18 13:56:56 -08:00
metrics.go Typo fixes in comments 2016-02-10 16:26:29 -08:00
metrics_test.go notifications: fix expvar for Go 1.7 2017-02-14 10:51:20 -08:00
sinks.go Add notification filtering by target media type 2016-09-16 12:01:03 -07:00
sinks_test.go Add notification filtering by target media type 2016-09-16 12:01:03 -07:00