Skip to content
Snippets Groups Projects
  1. Dec 13, 2016
  2. Oct 20, 2016
  3. Aug 18, 2016
  4. Aug 03, 2016
  5. Jul 18, 2016
    • Ken Payson's avatar
      Polish grpcio_health_checking package · dd24c1ec
      Ken Payson authored
      -Rename namespace to grpc_health->grpc to match spec
      -Proper use of NOT_FOUND status code
      -Improve testing
      -Add source distribution to artifact build
      dd24c1ec
  6. Jul 01, 2016
  7. May 06, 2016
  8. May 05, 2016
  9. Sep 10, 2015
  10. Sep 08, 2015
    • 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
  11. Aug 12, 2015
    • Masood Malekghassemi's avatar
      Add health-checking to Python · 12dadafd
      Masood Malekghassemi authored
      Adds the initial reference implementation for health-checking in gRPC
      Python as a separate project (but within the same grpc package to keep
      namespaces consistent). Only installs the package to test the
      build-proto-modules custom command introduced in the health-checking
      project.
      12dadafd
  12. Aug 05, 2015
  13. Jul 31, 2015
  14. Jul 11, 2015
  15. Jul 10, 2015
  16. Jul 09, 2015
  17. Apr 09, 2015
  18. Apr 07, 2015
  19. Feb 26, 2015
    • Nathaniel Manista's avatar
      The Python interop client. · c2b40200
      Nathaniel Manista authored
      The server_host_override flag's implementation remaining
      outstanding means that this only works over insecure
      connections for now.
      c2b40200
  20. Feb 15, 2015
  21. Feb 02, 2015
    • Nathaniel Manista's avatar
      Refactoring of the Python build. · b8b0adfb
      Nathaniel Manista authored
      The source code is moved from src/python to
      src/python/src. A setup.py is added at
      src/python. The build_python.sh and
      run_python.sh scripts are updated to build
      and run the Python tests by building a
      package and installing it in the developer's
      Python 2.7 virtual environment.
      b8b0adfb
  22. Jan 24, 2015
  23. Jan 23, 2015
  24. Jan 10, 2015
    • temiola's avatar
      Switches to using protobuf-ruby. · 0f0a6bc4
      temiola authored
      - Adds a dependency to protobuf-ruby in the gemfile
      - Updates math.proto to proto3
      - Updates math server and client to use protoc protos
      - Updates interop server and client to use protoc protos
      
      Also
      - Fixes/Updates the noproto samples
      
      TESTED: math_server and math_client can communicate locally.
      	Change on 2015/01/07 by temiola <temiola@google.com>
      -------------
      Created by MOE: http://code.google.com/p/moe-java
      MOE_MIGRATED_REVID=83483448
      0f0a6bc4
  25. Dec 02, 2014
Loading