- 19 Jan, 2016 2 commits
-
-
Richard Scothern authored
Fix content type for schema1 signed manifests
-
Aaron Lehmann authored
The Payload function for schema1 currently returns a signed manifest, but indicates the content type is that of a manifest that isn't signed. Note that this breaks compatibility with Registry 2.3 alpha 1 and Docker 1.10-rc1, because they use the incorrect content type. Signed-off-by:
Aaron Lehmann <aaron.lehmann@docker.com>
-
- 18 Jan, 2016 6 commits
-
-
Richard Scothern authored
Do not require "charset=utf-8" for a schema1 with content type application/json
-
Richard Scothern authored
In testsuites.go, enlarge the size of randomBytes to 128M to fix the …
-
Richard Scothern authored
Carry #1329 : Fixes so that nginx will start
-
Sean Boran authored
Signed-off-by:
Richard Scothern <richard.scothern@gmail.com> Signed-off-by:
Sean Boran <Boran@users.noreply.github.com>
-
Richard Scothern authored
StorageDriver GCS test suite: try google.DefaultTokenSource first
-
Aaron Lehmann authored
For compatibility with other registries that don't use this exact variant of the Content-Type header, we need to be more flexible about what we accept. Any form of "application/json" should be allowed. The charset should not be included in the comparison. See docker/docker#19400. Signed-off-by:
Aaron Lehmann <aaron.lehmann@docker.com>
-
- 15 Jan, 2016 2 commits
-
-
Arthur Baars authored
Signed-off-by:
Arthur Baars <arthur@semmle.com>
-
yuzou authored
In testsuites.go, enlarge the size of randomBytes to 128M to fix the crash of running TestConcurrentStreamReads Signed-off-by:
yuzou <zouyu7@huawei.com>
-
- 14 Jan, 2016 12 commits
-
-
Richard Scothern authored
Change the parameters to the GCS drivers to allow CircleCI testing.
-
Richard Scothern authored
Use Go 1.5.3
-
Derek McGowan authored
Splits up blob create options definitions to be package-specific
-
Brian Bland authored
Redefines privately in both storage and client packages Signed-off-by:
Brian Bland <brian.bland@docker.com>
-
Trevor Pounds authored
Signed-off-by:
Trevor Pounds <trevor.pounds@gmail.com>
-
Richard Scothern authored
Upgrade CI to go 1.5.3
-
Brian Bland authored
Fixes cross-repo blob mounting in the BlobUploadHandler
-
Brian Bland authored
Accidentally checked for err != nil instead of err == nil :/ Also now ensures that only a non-nil option is appended to the create options slice Signed-off-by:
Brian Bland <brian.bland@docker.com>
-
Aaron Lehmann authored
Go 1.5.0 has some stack pointer bugs. This may have been causing some CI failures. Upgrade to a newer version. Signed-off-by:
Aaron Lehmann <aaron.lehmann@docker.com>
-
Richard Scothern authored
Remove the requirement of file system access to run GCS unit tests. Deconstruct the input parameters to take the private key and email which can be specified on the build system via environment variables. Signed-off-by:
Richard Scothern <richard.scothern@gmail.com>
-
Richard Scothern authored
Adds functional options arguments to the Blobs Create method, remove Mount operation
-
Brian Bland authored
Removes the Mount operation and instead implements this behavior as part of Create a From option is provided, which in turn returns a rich ErrBlobMounted indicating that a blob upload session was not initiated, but instead the blob was mounted from another repository Signed-off-by:
Brian Bland <brian.bland@docker.com>
-
- 13 Jan, 2016 2 commits
-
-
Richard Scothern authored
Fixes error codes in the API spec template
-
Brian Bland authored
Uses UPPER_UNDERSCORE_CASE instead of the nice error message format added in #911 Signed-off-by:
Brian Bland <brian.bland@docker.com>
-
- 11 Jan, 2016 3 commits
-
-
Richard Scothern authored
Fix manifest API unit tests
-
Richard Scothern authored
Signed-off-by:
Richard Scothern <richard.scothern@gmail.com>
-
Richard Scothern authored
Remove tags referencing deleted manifests.
-
- 08 Jan, 2016 7 commits
-
-
Richard Scothern authored
Adds cross-repository blob mounting behavior
-
Brian Bland authored
Adds an optional "fromRepository" field to the event target Signed-off-by:
Brian Bland <brian.bland@docker.com>
-
Brian Bland authored
When an auth request provides the "from" query parameter, the token handler will add a "pull" scope for the provided repository, refreshing the token if the overall scope has increased Signed-off-by:
Brian Bland <brian.bland@docker.com>
-
Brian Bland authored
Extends blob upload POST endpoint to support mount and from query parameters as described in #634 Signed-off-by:
Brian Bland <brian.bland@docker.com>
-
Richard Scothern authored
Support large layer for OSS driver
-
Stephen Day authored
Implement schema2 manifest formats
-
Stephen Day authored
More consistent return from ErrorCode.Error()
-
- 07 Jan, 2016 6 commits
-
-
Aaron Lehmann authored
This makes content type sniffing cleaner. The document just needs to be decoded into a manifest.Versioned structure. It's no longer a two-step process. Signed-off-by:
Aaron Lehmann <aaron.lehmann@docker.com>
-
Aaron Lehmann authored
Convert a default platform's manifest to schema1 on the fly. Signed-off-by:
Aaron Lehmann <aaron.lehmann@docker.com>
-
Aaron Lehmann authored
Signed-off-by:
Aaron Lehmann <aaron.lehmann@docker.com>
-
Aaron Lehmann authored
Signed-off-by:
Aaron Lehmann <aaron.lehmann@docker.com>
-
Aaron Lehmann authored
Signed-off-by:
Aaron Lehmann <aaron.lehmann@docker.com>
-
Aaron Lehmann authored
Create signedManifestHandler and schema2ManifestHandler. Use these to unmarshal and put the respective types of manifests from manifestStore. Signed-off-by:
Aaron Lehmann <aaron.lehmann@docker.com>
-