Skip to content
Snippets Groups Projects
  1. Sep 23, 2015
  2. Sep 22, 2015
  3. Sep 18, 2015
  4. Sep 17, 2015
  5. Sep 16, 2015
  6. Sep 15, 2015
  7. Sep 11, 2015
  8. Sep 10, 2015
  9. Sep 09, 2015
  10. Sep 08, 2015
    • Craig Tiller's avatar
      Remove check for no workers · bc81291f
      Craig Tiller authored
      I *believe* this is actually safe, and the assert was errantly
      copy-pasted a while back.
      
      Fixes #3022
      bc81291f
    • Nathaniel Manista's avatar
      Beta maintenance of Python dependencies · 3b0fefb2
      Nathaniel Manista authored
      (1) Move dependency on protobuf from grpcio to grpcio_test. While the
      most-commonly-foreseen use case of grpcio makes use of protobuf,
      technically protobuf is not strictly needed and there's no actual
      in-code relationship between grpcio and protobuf.
      
      (2) Loosen the dependency on protobuf from ==3.0.0a3 to >=3.0.0a3.
      
      (3) Update all references to 0.10.0* to 0.11.0.
      
      (4) Alphabetize the grpcio_test dependencies.
      3b0fefb2
    • Nathaniel Manista's avatar
      Make servers and stubs context managers · c824eb4e
      Nathaniel Manista authored
      Servers and stubs were context managers in the Alpha API; they may not
      need to be in the Beta API but it's easy enough to do, eases migration,
      and probably helps some use cases.
      
      For now the stub is given empty __enter__ and __exit__ methods; we can
      always come back and implement the actual work of context management in
      a later change.
      c824eb4e
  11. Sep 05, 2015
    • Nathaniel Manista's avatar
      Beta API clean-ups · f65d3c11
      Nathaniel Manista authored
      (1) Renamed the "beta" module "implementations" because it hasn't been
      monolithic since "interfaces" was factored out of it a few changes
      back.
      
      (2) Moved ChannelConnectivity from grpc.beta.beta to
      grpc.beta.interfaces since it is constants that don't depend on the
      beta implementation.
      
      (3) Moved the Server interface definition from grpc.beta.beta to
      grpc.beta.interfaces since it is an interface.
      
      (4) Dropped the "create_" prefix from "create_<...>_channel" functions
      to better match the other creation functions throughout the codebase.
      f65d3c11
    • Nathaniel Manista's avatar
      gRPC protocol objects · 41abb052
      Nathaniel Manista authored
      41abb052
    • Nathaniel Manista's avatar
  12. Sep 04, 2015
Loading