Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vendor: update gRPC, protobuf #2452

Merged
merged 4 commits into from
May 15, 2018
Merged

Commits on May 15, 2018

  1. Update grpc, protobuf

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed May 15, 2018
    Configuration menu
    Copy the full SHA
    59f5b65 View commit details
    Browse the repository at this point in the history
  2. Regenerate protobuf

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed May 15, 2018
    Configuration menu
    Copy the full SHA
    61c4bd2 View commit details
    Browse the repository at this point in the history
  3. Update tests for changes in gRPC

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed May 15, 2018
    Configuration menu
    Copy the full SHA
    58cea3d View commit details
    Browse the repository at this point in the history
  4. Fix breakage resulting from error string matching

    Fixes an issue resulting from string matching the error result of grpc
    methods. Adds comments documenting the fix, as well as explaining how to
    avoid this issue in the future.
    
    Also updates manager/manager.go to use the function MaxRecvMsgSize, instead
    of the deprecated equivalent MaxMsgSize.
    
    Signed-off-by: Drew Erny <drew.erny@docker.com>
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    dperny authored and thaJeztah committed May 15, 2018
    Configuration menu
    Copy the full SHA
    8a2b6fd View commit details
    Browse the repository at this point in the history