- 05 Apr, 2017 1 commit
-
-
Derek McGowan authored
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
-
- 21 Mar, 2017 5 commits
-
-
Derek McGowan authored
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
-
yixi zhang authored
`app.driver.List` on `"/"` is very expensive if registry contains significant amount of images. And the result isn't used anyways. In most (if not all) storage drivers, `Stat` has a cheaper implementation, so use it instead to achieve the same goal. Signed-off-by:
yixi zhang <yixi@memsql.com>
-
Derek McGowan authored
Release notes for forwarded header fix patch release Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
-
Derek McGowan authored
Partially reverts change adding support for X-Forwarded-Port. Changes the logic to prefer the standard Forwarded header over X-Forwarded headers. Prefer forwarded "host" over "for" since "for" represents the client and not the client's request. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
-
Troels Thomsen authored
Signed-off-by:
Troels Thomsen <troels@thomsen.io> Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
-
- 18 Jan, 2017 1 commit
-
-
Derek McGowan authored
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
-
- 04 Jan, 2017 1 commit
-
-
Derek McGowan authored
Backport #2116 to releases/2.6
-
- 03 Jan, 2017 2 commits
-
-
Misty Stanley-Jones authored
Signed-off-by:
Misty Stanley-Jones <misty@docker.com> (cherry picked from commit 6ee03f5d ) Signed-off-by:
Misty Stanley-Jones <misty@docker.com>
-
Joao Fernandes authored
Signed-off-by:
Joao Fernandes <joao.fernandes@docker.com>
-
- 20 Dec, 2016 6 commits
-
-
Derek McGowan authored
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
-
Derek McGowan authored
Use whitelist of allowed repository classes to enforce. By default all repository classes are allowed. Add authorized resources to context after authorization. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
-
Derek McGowan authored
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
-
Derek McGowan authored
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
-
Derek McGowan authored
Update grammar to support a resource class. Add example for plugin repository class. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
-
Derek McGowan authored
Golint now checks for new lines at the end of go error strings, remove these unneeded new lines. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
-
- 11 Nov, 2016 5 commits
-
-
Richard Scothern authored
Release notes for v2.6.0-rc1
-
Richard Scothern authored
Signed-off-by:
Richard Scothern <richard.scothern@docker.com>
-
Richard Scothern authored
Release preperation: update AUTHORS and version file
-
Richard Scothern authored
Signed-off-by:
Richard Scothern <richard.scothern@docker.com>
-
Derek McGowan authored
Fix storage driver links
-
- 10 Nov, 2016 12 commits
-
-
Richard Scothern authored
v2 signer: correctly sort headers
-
Derek McGowan authored
Add trim name method helper to create name only references
-
Derek McGowan authored
Add a simple helper to create name only references without having to first get the name as a string and reparse. This method does not fail so ignoring or checking error to simply trim reference is not required. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
-
Richard Scothern authored
fix: oss driver would get connection reset by peer when upload large image layer.
-
Richard Scothern authored
Signed-off-by:
Richard Scothern <richard.scothern@docker.com>
-
Stephen Day authored
switch to v1 and remove .image
-
Victor Vieux authored
Signed-off-by:
Victor Vieux <vieux@docker.com>
-
Derek McGowan authored
Document registry release process
-
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 3 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>
-
yaoyao.xyy authored
oss native large file copy consume too much time which will eventually lead to client timeout because of no data transmit throughout native copy. change maxCopySize to 128MB, ensure only sm all medium size file use oss native copy to avoid connection reset by peer. And fix Move function with CopyLargeFileInParallel to optimize oss upload copy Signed-off-by:
yaoyao.xyy <yaoyao.xyy@alibaba-inc.com>
-
- 07 Nov, 2016 1 commit
-
-
Richard Scothern authored
Signed-off-by:
Richard Scothern <richard.scothern@docker.com>
-