distribution/registry/storage
Patrick Devine b7e26bac74 Create Repositories method
This change removes the Catalog Service and replaces it with a more
simplistic Repositories() method for obtaining a catalog of all
repositories.  The Repositories method takes a pre-allocated slice
and fills it up to the size of the slice and returns the amount
filled.  The catalog is returned lexicographically and will start
being filled from the last entry passed to Repositories().  If there
are no more entries to fill, io.EOF will be returned.

Signed-off-by: Patrick Devine <patrick.devine@docker.com>

Conflicts:
	registry/client/repository.go
	registry/handlers/api_test.go
2015-07-21 21:45:14 -07:00
..
cache Use "Size" field to describe blobs over "Length" 2015-07-17 17:07:11 -07:00
driver Merge pull request #670 from stevvooe/remove-ipc 2015-06-30 19:21:54 -07:00
blob_test.go Use "Size" field to describe blobs over "Length" 2015-07-17 17:07:11 -07:00
blobcachemetrics.go Open cache interface 2015-05-15 17:56:28 -07:00
blobserver.go Use "Size" field to describe blobs over "Length" 2015-07-17 17:07:11 -07:00
blobstore.go Use "Size" field to describe blobs over "Length" 2015-07-17 17:07:11 -07:00
blobwriter.go Use "Size" field to describe blobs over "Length" 2015-07-17 17:07:11 -07:00
blobwriter_nonresumable.go Remove digest package's dependency on external sha implementation 2015-05-20 23:44:08 -07:00
blobwriter_resumable.go Fix build when using build tag 'noresumabledigest' 2015-07-14 11:14:09 -07:00
catalog.go Create Repositories method 2015-07-21 21:45:14 -07:00
catalog_test.go Create Repositories method 2015-07-21 21:45:14 -07:00
doc.go Move storage package under registry package 2015-02-11 12:43:04 -08:00
filereader.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
filereader_test.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
filewriter.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
filewriter_test.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
linkedblobstore.go Merge pull request #556 from stevvooe/remove-uuid-dependency 2015-05-26 10:39:35 -07:00
manifeststore.go Allow Manifest Service to be configured with function arguments 2015-07-15 12:25:16 -07:00
manifeststore_test.go Allow Manifest Service to be configured with function arguments 2015-07-15 12:25:16 -07:00
paths.go Refactor specification of supported digests 2015-05-22 18:08:23 -07:00
paths_test.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
purgeuploads.go Replace uuid dependency with internal library 2015-05-22 18:59:41 -07:00
purgeuploads_test.go Replace uuid dependency with internal library 2015-05-22 18:59:41 -07:00
registry.go Create Repositories method 2015-07-21 21:45:14 -07:00
revisionstore.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
signaturestore.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
tagstore.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
util.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
walk.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
walk_test.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00