distribution/registry/api/v2
Derek McGowan 2cf40ab790 Modify blob upload API
- Ensures new uploads and resumed upload statuses always return an offset of 0. This allows future clients which support resumable upload to not attempt resumable upload on this version which does not support it.
- Add PATCH support for streaming data on upload.
- Add messaging to specification that PATCH with content range is currently not supported.
- Update PUT blob to only support full data or no data, no more last chunk messaging as it was not supported.

closes #470

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2015-05-06 15:43:23 -07:00
..
descriptors.go Modify blob upload API 2015-05-06 15:43:23 -07:00
doc.go Move registry api definitions under registry package 2015-02-10 17:32:22 -08:00
errors.go spec: fetch manifests by tag or digest 2015-03-04 21:39:36 -08:00
errors_test.go Move registry api definitions under registry package 2015-02-10 17:32:22 -08:00
names.go Remove max repository component length restriction 2015-03-06 19:55:33 -05:00
names_test.go Remove max repository component length restriction 2015-03-06 19:55:33 -05:00
routes.go Path prefix support for running registry somewhere other than root of server 2015-02-26 16:04:43 -08:00
routes_test.go Stronger validation for uuid field in urls 2015-04-01 18:57:59 -07:00
urls.go Updated urlbuilder X-Forwarded-Host logic 2015-04-24 14:16:49 -07:00
urls_test.go Updated urlbuilder X-Forwarded-Host logic 2015-04-24 14:16:49 -07:00