distribution/notifications
Stephen J Day a2d4f51aa4 Notification should send digest URL in event target
Previously, the most accurate reference for a manifest was the tag url. After
adding pull by digest, all event notifications should refer directly to the
digest url. This ensures that event uniquely identifies the target of the
notification. Testing has been added for manifest pull events to check that
this doesn't change.

In addition, the listener interface has been refactored to only use the
repository name, rather than the full repository object.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-05-27 12:56:12 -07:00
..
bridge.go Notification should send digest URL in event target 2015-05-27 12:56:12 -07:00
bridge_test.go Notification should send digest URL in event target 2015-05-27 12:56:12 -07:00
endpoint.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00
event.go Update notification event Target fields 2015-03-05 18:01:50 -08:00
event_test.go Update notification event Target fields 2015-03-05 18:01:50 -08:00
http.go Address possible goroutine leak in notification library 2015-04-29 18:31:01 -07:00
http_test.go Update notification event Target fields 2015-03-05 18:01:50 -08:00
listener.go Notification should send digest URL in event target 2015-05-27 12:56:12 -07:00
listener_test.go Notification should send digest URL in event target 2015-05-27 12:56:12 -07:00
metrics.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00
sinks.go fix some typos in source comments 2015-04-17 12:39:52 +00:00
sinks_test.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00