distribution/notifications
Stephen J Day 40273b1d36 Implement immutable manifest reference support
This changeset implements immutable manifest references via the HTTP API. Most
of the changes follow from modifications to ManifestService. Once updates were
made across the repo to implement these changes, the http handlers were change
accordingly. The new methods on ManifestService will be broken out into a
tagging service in a later PR.

Unfortunately, due to complexities around managing the manifest tag index in an
eventually consistent manner, direct deletes of manifests have been disabled.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-03-04 21:40:55 -08:00
..
bridge.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00
endpoint.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00
event.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00
event_test.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00
http.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00
http_test.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00
listener.go Implement immutable manifest reference support 2015-03-04 21:40:55 -08:00
listener_test.go Implement immutable manifest reference support 2015-03-04 21:40:55 -08:00
metrics.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00
sinks.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00
sinks_test.go Move notifications package to distribution 2015-02-12 14:40:35 -08:00