Remove unnecessary call to /info endpoint#19973
Merged
tiborvass merged 1 commit intomoby:masterfrom Feb 3, 2016
Merged
Conversation
6713ba6 to
8ee7ad2
Compare
Contributor
|
LGTM |
Contributor
|
LGTM |
|
LGTM |
Member
|
I find it unnecessary to call |
Contributor
|
I agree with @dmcgowan |
Contributor
Author
|
Good point, updating. Thanks @dmcgowan. |
8ee7ad2 to
a749fdb
Compare
Contributor
Author
|
Updated, PTAL! |
Member
|
LGTM |
Contributor
|
@icecrime need rebase |
a749fdb to
2b50c52
Compare
Contributor
Author
|
Updated (@aaronlehmann's PR was merged first, and included the earlier version of this PR). |
|
Thanks @icecrime. LGTM. |
Contributor
|
Sorry was my bad |
Avoid using the `/info` endpoint in the `login` and `logout` workflows when the Registry endpoint is overriden by the user through the command line. Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
2b50c52 to
243d0d6
Compare
/info endpoint
Contributor
|
LGTM |
tiborvass
added a commit
that referenced
this pull request
Feb 3, 2016
Remove unnecessary call to `/info` endpoint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sorry for this: #19891 was missing its
logoutcounterpart.