COMMITS
/ registry/auth.go March 29, 2016
A
Correct login debug log message
Aaron Lehmann committed
February 23, 2016
D
Add support for identity token with token handler
Derek McGowan committed
March 1, 2016
D
Login update and endpoint refactor
Derek McGowan committed
K
Remove email address field from login
Ken Cochrane committed
January 5, 2016
D
Modify import paths to point to the new engine-api package.
David Calavera committed
December 12, 2015
D
Move IndexInfo and ServiceConfig types to api/types/registry/registry.go
Daniel Nephin committed
D
Move AuthConfig to api/types
Daniel Nephin committed
D
Refactor ResolveAuthConfig to remove the builder dependency on cli code.
Daniel Nephin committed
December 14, 2015
V
Merge pull request #18618 from dnephin/refactor_resolve_auth_config
Vincent Demeester committed
December 13, 2015
J
Fix typos found across repository
Justas Brazauskas committed
November 25, 2015
M
rename req to resp
mqliang committed
M
move defer statement for readability
mqliang committed
July 21, 2015
A
Improve documentation and golint compliance of registry package
Aaron Lehmann committed
A
Remove dead code in registry package
Aaron Lehmann committed
February 12, 2015
D
Update graph to use vendored distribution client for the v2 codepath
Derek McGowan committed
July 1, 2015
A
Add 500 check for registry api call
Ankush Agarwal committed
May 29, 2015
M
Make the v2 logic fallback on v1 when v2 requests cannot be authorized.
Matt Moore committed
May 16, 2015
T
Add transport package to support CancelRequest
Tibor Vass committed
May 14, 2015
T
registry: Refactor requestfactory to use http.RoundTrippers
Tibor Vass committed
April 22, 2015
D
Move CLI config processing out from under registry dir
Doug Davis committed
April 20, 2015
D
Make .docker dir have 0700 perms not 0600
Doug Davis committed
April 1, 2015
D
Add .docker/config.json and support for HTTP Headers
Doug Davis committed
March 31, 2015
M
Remove jobs from registry.Service
Michael Crosby committed
March 29, 2015
A
Refactor utils/http.go, fixes #11899
Antonio Murdaca committed
March 26, 2015
A
Replace aliased imports of logrus, fixes #11762
Antonio Murdaca committed
January 12, 2015
D
Fix for issue 9922: private registry search with auth returns 401
Don Kjer committed
March 18, 2015
D
Update auth client configuration to use proper tls config
Derek McGowan committed
January 19, 2015
J
Merge pull request #9784 from dmcgowan/v2-registry
Jessie Frazelle committed
January 16, 2015
B
Make .dockercfg with json.MarshallIndent
Brian Goff committed
January 15, 2015
D
Add token cache
Derek McGowan committed
December 20, 2014
D
Get token on each request
Derek McGowan committed
December 17, 2014
D
Update push and pull to registry 2.1 specification
Derek McGowan committed
December 12, 2014
J
Adds support for v2 registry login
Josh Hawn committed
January 7, 2015
D
Moving NewIndexInfo, NewRepositoryInfo and associated helpers into config.go
Don Kjer committed
October 7, 2014
D
Deprecating ResolveRepositoryName
Don Kjer committed
November 22, 2014
V
registry: fix ServerAddress setting
Vaidas Jablonskis committed
November 13, 2014
T
registry: parse INDEXSERVERADDRESS into a URL for easier check in isSecure
Tibor Vass committed
October 29, 2014
J
Fix error on successful login.
Jessica Frazelle committed
October 21, 2014
T
Merge pull request #8423 from unclejack/lint_changes
Tibor Vass committed
October 8, 2014
D
Use direct registry url
Derek McGowan committed
October 6, 2014
U
registry: lint
unclejack committed
July 24, 2014
V
update go import path and libcontainer
Victor Vieux committed
June 3, 2014
V
Add redirect and env proxy support to docker login
Victor Vieux committed
March 11, 2014
G
Merge auth package within registry
Guillaume J. Charmes committed