distribution/notifications
Richard Scothern 94935f39bc Add pull through cache functionality to the Registry which can be configured
with a new `proxy` section in the configuration file.

Create a new registry type which delegates storage to a proxyBlobStore
and proxyManifestStore.  These stores will pull through data if not present
locally.  proxyBlobStore takes care not to write duplicate data to disk.

Add a scheduler to cleanup expired content. The scheduler runs as a background
goroutine.  When a blob or manifest is pulled through from the remote registry,
an entry is added to the scheduler with a TTL.  When the TTL expires the
scheduler calls a pre-specified function to remove the fetched resource.

Add token authentication to the registry middleware.  Get a token at startup
and preload the credential store with the username and password supplied in the
config file.

Allow resumable digest functionality to be disabled at runtime and disable
it when the registry is a pull through cache.

Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
2015-08-04 16:09:55 -07:00
..
bridge.go Use "Size" field to describe blobs over "Length" 2015-07-17 17:07:11 -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 Use "Size" field to describe blobs over "Length" 2015-07-17 17:07:11 -07:00
event_test.go Use "Size" field to describe blobs over "Length" 2015-07-17 17:07:11 -07: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 Allow Manifest Service to be configured with function arguments 2015-07-15 12:25:16 -07:00
listener_test.go Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -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