- 10 Nov, 2016 4 commits
-
-
Derek McGowan authored
Update oauth errors to use api errors
-
Derek McGowan authored
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
-
Stephen Day authored
Add a new Match method to the reference package
-
Stephen Day authored
Add OAuth error for client
-
- 09 Nov, 2016 3 commits
-
-
Derek McGowan authored
Allow clients to handle errors being set in the WWW-Authenticate rather than in the body. The WWW-Authenticate errors give a more precise error describing what is needed to authorize with the server. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
-
Derek McGowan authored
Split challenges into its own package. Avoids possible import cycle with challenges from client. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
-
Vincent Demeester authored
The Match method allows to see if a reference matches a specified patterns. Signed-off-by:
Vincent Demeester <vincent@sbr.pm>
-
- 08 Nov, 2016 2 commits
-
-
Derek McGowan authored
digest: Preserve tag and digest in With* functions
-
Aaron Lehmann authored
When WithDigest is called on a reference that has a tag, it should preserve the tag. When WithTag is called on a reference that has digest, it should preserve the digest. Signed-off-by:
Aaron Lehmann <aaron.lehmann@docker.com>
-
- 04 Nov, 2016 1 commit
-
-
Derek McGowan authored
Update vendored azure-sdk-for-go
-
- 03 Nov, 2016 1 commit
-
-
Ahmet Alp Balkan authored
Updating to a recent version of Azure Storage SDK to be able to patch some memory leaks through configurable HTTP client changes which were made possible by recent patches to it. Signed-off-by:
Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
-
- 02 Nov, 2016 3 commits
-
-
Derek McGowan authored
Honor X-Forwarded-Port header
-
Derek McGowan authored
Add targets for Makefile
-
Michal Minář authored
Prefer non-standard headers like X-Forwarded-Proto, X-Forwarded-Host and X-Forwarded-Port over the standard Forwarded header to maintain backwards compatibility. If a port is not specified neither in Host nor in forwarded headers but it is specified just with X-Forwarded-Port, use its value in base urls for redirects. Forwarded header is defined in rfc7239. X-Forwarded-Port is a non-standard header. Here's a description copied from "HTTP Headers and Elastic Load Balancing" of AWS ELB docs: > The X-Forwarded-Port request header helps you identify the port that > an HTTP or HTTPS load balancer uses to connect to the client. Signed-off-by:
Michal Minář <miminar@redhat.com>
-
- 01 Nov, 2016 2 commits
-
-
Richard Scothern authored
Bump to go1.7
-
yuexiao-wang authored
Signed-off-by:
yuexiao-wang <wang.yuexiao@zte.com.cn>
-
- 31 Oct, 2016 3 commits
-
-
Ahmet Alp Balkan authored
Ref: #2027 Signed-off-by:
Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
-
Richard Scothern authored
driver/swift: Fix go vet warning
-
Ahmet Alp Balkan authored
Driver was passing connections by copying. Storing `swift.Connection` as pointer to fix the warnings. Ref: #2030. Signed-off-by:
Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
-
- 28 Oct, 2016 2 commits
-
-
Derek McGowan authored
storagedriver/azure: close leaking response body
-
Ahmet Alp Balkan authored
In GetContent() we read the bytes from a blob but do not close the underlying response body. Signed-off-by:
Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
-
- 27 Oct, 2016 1 commit
-
-
Derek McGowan authored
Remove Jenkinsfile used for docs CI
-
- 26 Oct, 2016 4 commits
-
-
Joao Fernandes authored
Signed-off-by:
Joao Fernandes <joao.fernandes@docker.com>
-
Derek McGowan authored
optimize oss copy action when push upload finished.
-
yaoyao.xyy authored
Signed-off-by:
yaoyao.xyy <yaoyao.xyy@alibaba-inc.com>
-
Stephen Day authored
registry/client: set Accept: identity header when getting layers
-
- 25 Oct, 2016 1 commit
-
-
Antonio Murdaca authored
Signed-off-by:
Antonio Murdaca <runcom@redhat.com>
-
- 18 Oct, 2016 7 commits
-
-
Stephen Day authored
manifest: references should cover all children
-
Stephen J Day authored
To allow generic manifest walking, we define an interface method of `References` that returns the referenced items in the manifest. The current implementation does not return the config target from schema2, making this useless for most applications. The garbage collector has been modified to show the utility of this correctly formed `References` method. We may be able to make more generic traversal methods with this, as well. Signed-off-by:
Stephen J Day <stephen.day@docker.com>
-
Richard Scothern authored
Fix broken doc links
-
Richard Scothern authored
Added new us-east-2 region for S3
-
Richard Scothern authored
storage/garbagecollect: add emit comments for when dryRun is false
-
Matt Bentley authored
Signed-off-by:
Matt Bentley <mbentley@mbentley.net>
-
Jihoon Chung authored
Signed-off-by:
Jihoon Chung <jihoon@gmail.com>
-
- 17 Oct, 2016 6 commits
-
-
Richard Scothern authored
Allow using ec2 roles when specifying region endpoint
-
Richard Scothern authored
Nwt fix s3 goamz & Aliyun OSS delete
-
Derek McGowan authored
Fix documentation typo
-
Richard Scothern authored
Deleting "/a" was deleting "/a/b" but also "/ab". Signed-off-by:
Richard Scothern <richard.scothern@docker.com>
-
Noah Treuhaft authored
Deleting "/a" was deleting "/a/b" but also "/ab". Signed-off-by:
Noah Treuhaft <noah.treuhaft@docker.com>
-
Derek McGowan authored
Satisfy the latest go lint rules
-