Update grpc to 1.12#2369
Merged
crosbymichael merged 2 commits intocontainerd:masterfrom May 30, 2018
Merged
Conversation
Signed-off-by: Derek McGowan <[email protected]>
Contributor
|
Member
Author
|
Updating the static checks now. It does look like GRPC has made some logging improvements we can take advantage of. I will just update to continue discarding but add a follow up which can get the logs nicely into logrus. |
Contributor
|
Missing the |
Signed-off-by: Derek McGowan <[email protected]>
Member
Author
|
Oh man, I better delete your comment before people see that 😆 |
Codecov Report
@@ Coverage Diff @@
## master #2369 +/- ##
=========================================
+ Coverage 41.4% 45.11% +3.7%
=========================================
Files 66 92 +26
Lines 7805 9358 +1553
=========================================
+ Hits 3232 4222 +990
- Misses 4069 4457 +388
- Partials 504 679 +175
Continue to review full report at Codecov.
|
Member
|
LGTM |
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.
Keeps GRPC up to date and needed to reconcile to an issue with GRPC 1.10 while vendoring into moby. I don't think we should consider backport this to 1.1 unless someone has a compelling reason though.