distribution/registry/handlers
Damien Mathieu 94097512db extract blob upload resume into its own method
I've found this logic being in a single method to be quite hard to get.
I believe extracting it makes it easier to read, as we can then more
easily see what the main method does and possibly ignore the intricacies
of `ResumeBlobUpload`.

Signed-off-by: Damien Mathieu <dmathieu@salesforce.com>
2019-06-25 09:25:56 +02:00
..
api_test.go Merge pull request #2813 from lucab/ups/spec-json-binary 2019-03-01 14:26:54 -08:00
app.go Merge pull request #2854 from manishtomar/log-authed-name 2019-03-01 14:45:43 -08:00
app_test.go registry: fix binary JSON content-type 2019-01-14 09:04:42 +00:00
basicauth.go Move registry package into handler package 2015-02-10 17:25:40 -08:00
basicauth_prego14.go Move registry package into handler package 2015-02-10 17:25:40 -08:00
blob.go digest: migrate to opencontainers/go-digest 2017-01-06 15:42:03 -08:00
blobupload.go extract blob upload resume into its own method 2019-06-25 09:25:56 +02:00
catalog.go registry: fix binary JSON content-type 2019-01-14 09:04:42 +00:00
context.go fix memory leak introduced in PR #2648 2018-08-14 16:41:45 -07:00
health_test.go Disable upload purging during test 2016-08-26 16:23:07 -07:00
helpers.go remove closenotifier 2018-09-11 16:14:10 -07:00
hmac.go handlers: provide better log message on mismatched secret 2016-09-02 15:24:35 -07:00
hmac_test.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
hooks.go Fix gometalint errors 2019-02-04 16:01:04 -08:00
mail.go Fix gometalint errors 2019-02-04 16:01:04 -08:00
manifests.go Fixes #2835 Process Accept header MIME types in case-insensitive way 2019-02-21 15:11:41 -08:00
tags.go registry: fix binary JSON content-type 2019-01-14 09:04:42 +00:00