distribution/registry/api/v2
Patrick Devine 74563efe98 Catalog for V2 API Implementation
This change adds a basic catalog endpoint to the API, which returns a list,
or partial list, of all of the repositories contained in the registry.  Calls
to this endpoint are somewhat expensive, as every call requires walking a
large part of the registry.

Instead, to maintain a list of repositories, you would first call the catalog
endpoint to get an initial list, and then use the events API to maintain
any future repositories.

Signed-off-by: Patrick Devine <patrick.devine@docker.com>
2015-07-21 21:45:14 -07:00
..
descriptors.go Paginate catalog and tag results with Link header 2015-07-21 21:45:14 -07:00
doc.go Move registry api definitions under registry package 2015-02-10 17:32:22 -08:00
errors.go Move challenge http status code logic 2015-06-17 18:23:55 -07:00
names.go Allow single character repository names 2015-07-10 12:10:42 -06:00
names_test.go Allow single character repository names 2015-07-10 12:10:42 -06:00
routes.go Catalog for V2 API Implementation 2015-07-21 21:45:14 -07:00
routes_test.go Allow single character repository names 2015-07-10 12:10:42 -06:00
urls.go Catalog for V2 API Implementation 2015-07-21 21:45:14 -07:00
urls_test.go Updated urlbuilder X-Forwarded-Host logic 2015-04-24 14:16:49 -07:00