- Dec 13, 2016
-
-
Masood Malekghassemi authored
Setuptools was updated and our hacky namespace-package-chickens came back to roost. This removes the unsupported namespace package hacks.
-
- Oct 20, 2016
-
-
Masood Malekghassemi authored
Some features relating to proto2 extension querying are missing due to missing upstream features required to support them (see https://github.com/google/protobuf/issues/2248).
-
- Jul 18, 2016
-
-
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
-
- Jul 01, 2016
-
-
Masood Malekghassemi authored
Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py).
-
- May 06, 2016
-
-
Ken Payson authored
-
- May 05, 2016
-
-
Ken Payson authored
-
- Oct 23, 2015
-
-
Masood Malekghassemi authored
Also uses the .proto files for the service/stub definitions.
-
- Aug 12, 2015
-
-
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.
-
- Jul 31, 2015
-
-
Masood Malekghassemi authored
Also updates the version of grpcio_test. Now that grpcio and its tests are in different project packages, the version numbers should be kept in sync.
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
This is in preparation of moving all tests into a separate package to enable ease of coverage checking and testing.
-
- Mar 18, 2015
-
-
Nathaniel Manista authored
They were two halves of the same whole.
-
- Feb 18, 2015
-
-
Nathaniel Manista authored
A top-level "grpc" package is added and RPC Framework is made public.
-
- Feb 02, 2015
-
-
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.
-
- Jan 24, 2015
-
-
Nathaniel Manista authored
-
- Jan 23, 2015
-
-
Nathaniel Manista authored
It's rather unimpressive at the moment with just one module.
-
Nathaniel Manista authored
-
- Jan 10, 2015
-
-
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
-
- Dec 02, 2014
-
-
nnoble authored
Change on 2014/12/01 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81111468
-