Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | Revert "Strip manylinux1 binary wheels" | Eric Gribkoff | 2018-12-05 | |
| |/ / |/| | | | | | | | | | | | | | | | | | This reverts commit be4b2db4ad68190288b5d1e8a9b54f094ebde157. Appears to leave the incorrect hash in the wheel RECORD file, as in https://github.com/grpc/grpc/issues/17409 | |||
* | | | Merge pull request #17350 from hcaseyal/callback_test_coverage_1 | hcaseyal | 2018-12-05 | |
|\ \ \ | |_|/ |/| | | Add test for sending client initial metadata for callback API | |||
| | * | Add TSAN annotations to gRPC. | Soheil Hassas Yeganeh | 2018-12-04 | |
| | | | ||||
* | | | C#: use netcoreapp1.1 qps worker | Jan Tattermusch | 2018-12-04 | |
| |/ |/| | ||||
* | | Merge pull request #17363 from nicolasnoble/fix-bazel-0.20 | Nicolas Noble | 2018-12-03 | |
|\ \ | | | | | | | Fix bazel 0.20's deprecated workspace imports. | |||
| | * | Merge branch 'master' into callback_test_coverage_1 | hcaseyal | 2018-12-03 | |
| | |\ | |_|/ |/| | | ||||
* | | | Merge pull request #17356 from jtattermusch/cleanup_multilang_references | Jan Tattermusch | 2018-12-03 | |
|\ \ \ | | | | | | | | | Cleanup references to removed multilang docker image | |||
| | * | | Fix sanity checker. | Nicolas "Pixel" Noble | 2018-12-01 | |
| | | | | ||||
| * | | | cleanup references to removed multilang docker image | Jan Tattermusch | 2018-11-30 | |
| |/ / | ||||
* | | | update test exec scripts | Jan Tattermusch | 2018-11-30 | |
| | | | ||||
* | | | switch C# docker images to debian stretch | Jan Tattermusch | 2018-11-30 | |
|/ / | ||||
* | | Merge pull request #17266 from lidizheng/python-channelz | Lidi Zheng | 2018-11-29 | |
|\ \ | | | | | | | Channelz Python wrapper implementation | |||
| | * | Debugging unimplemented error in CheckClientInitialMetadata | Hope Casey-Allen | 2018-11-29 | |
| |/ |/| | ||||
| * | Adopt reviewer's suggestions | Lidi Zheng | 2018-11-28 | |
| | | | | | | | | | | | | | | * Correct the StatusCode * Format code * Use @staticmethod * Fix typo | |||
* | | Adding upb as submodule | Vishal Powar | 2018-11-28 | |
| | | | | | | | | upb will be used for codegen of xDS protos. | |||
| * | Channelz Python wrapper implementation | Lidi Zheng | 2018-11-27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Expose the C-Core API in Cython layer * Handle the object translation * Create a separate package for Channelz specifically * Handle nullptr and raise exception if seen one * Translate C++ Channelz unit tests * Adding 5 more invalid query unit tests Adding peripheral utility for grpcio-channelz package * Add to `pylint_code.sh` * Add to Python build script * Add to artifact build script * Add to Bazel * Add to Sphinx module list | |||
* | | run python interop tests with python3.7 | Jan Tattermusch | 2018-11-26 | |
| | | ||||
* | | Merge pull request #15640 from jtattermusch/slow_python_interop_build | Jan Tattermusch | 2018-11-26 | |
|\ \ | | | | | | | Run interop tests using python3.4 (and build interop with 3.4 only) | |||
* \ \ | Merge branch 'master' into httpplumbing | Yash Tibrewal | 2018-11-21 | |
|\ \ \ | | |/ | |/| | ||||
| | * | run interop tests using python3.4 | Jan Tattermusch | 2018-11-21 | |
| |/ | ||||
* | | Reviewer comments | Yash Tibrewal | 2018-11-20 | |
| | | ||||
| * | Merge pull request #17245 from jtattermusch/coverage_split_up | Jan Tattermusch | 2018-11-20 | |
| |\ | | | | | | | Split up test coverage runs by language | |||
| * \ | Merge pull request #17254 from jtattermusch/runtests_python_nits | Jan Tattermusch | 2018-11-20 | |
| |\ \ | | | | | | | | | run_tests.py cleanup: nits in PythonLanguage | |||
| * | | | remove remnants of ccache with --use_docker | Jan Tattermusch | 2018-11-20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | using ccache when building under a docker image isn't useful when building on kokoro as each build runs on a fresh VM. Originally ccache builds were used to speed up jenkins builds, now removing to guarantee build isolation and simplify stuff. | |||
| | * | | run_tests.py cleanup: nits in PythonLanguage | Jan Tattermusch | 2018-11-20 | |
| |/ / | ||||
| | * | remove broken toplevel index.html file | Jan Tattermusch | 2018-11-20 | |
| | | | ||||
| | * | remove an unneeded shell script | Jan Tattermusch | 2018-11-20 | |
| | | | ||||
| | * | split up coverage runs by language | Jan Tattermusch | 2018-11-19 | |
| |/ | ||||
* | | Cleanup | Yash Tibrewal | 2018-11-16 | |
| | | ||||
* | | Merge master | Yash Tibrewal | 2018-11-16 | |
|\ \ | ||||
| | * | Merge pull request #17063 from AspirinSJL/lb_config | Juanli Shen | 2018-11-15 | |
| | |\ | | | | | | | | | Add support for LB config in service config | |||
| | | * | Add support for LB config in service config | Juanli Shen | 2018-11-15 | |
| | |/ | |/| | ||||
| | * | Updating sanity check for submodules | Vishal Powar | 2018-11-14 | |
| |/ | ||||
| * | remove ALTS shared resources | Yihua Zhang | 2018-11-13 | |
| | | ||||
| * | create internal version of grpc_call_cancel. | Yihua Zhang | 2018-11-12 | |
| | | ||||
| * | Merge pull request #17184 from jtattermusch/fix_python_linux_extra | Jan Tattermusch | 2018-11-12 | |
| |\ | | | | | | | Fix linux_extra python artifacts | |||
| | * | fix linux_extra python artifacts | Jan Tattermusch | 2018-11-12 | |
| | | | ||||
| * | | make client_channel_stress_test run exclusively | Jan Tattermusch | 2018-11-12 | |
| |/ | ||||
| * | Merge pull request #17150 from lidizheng/enable-virtualenv-tests | Lidi Zheng | 2018-11-09 | |
| |\ | | | | | | | Fix gRPC python tests failing under `virtualenv` | |||
| | * | Only install virtualenv if not inside of virtualenv already | Lidi Zheng | 2018-11-09 | |
| | | | ||||
| * | | Merge pull request #17134 from jtattermusch/run_tests_matrix_improvements | Jan Tattermusch | 2018-11-08 | |
| |\ \ | | |/ | |/| | run_tests_matrix.py should log run_tests commands | |||
| * | | Merge pull request #17111 from mhaidrygoog/server_unary_callback_benchmark | Moiz Haidry | 2018-11-07 | |
| |\ \ | | | | | | | | | Added benchmarks for Callback based Unary server | |||
| * \ \ | Merge pull request #16995 from lidizheng/from-3.4-to-3.7 | Lidi Zheng | 2018-11-07 | |
| |\ \ \ | | | | | | | | | | | Migrate tests from Python 3.4 to Python 3.7 | |||
| | | * | | Added benchmarks for Callback based Unary server | Moiz Haidry | 2018-11-07 | |
| | | | | | ||||
| | | | * | run_tests_matrix.py should log run_tests commands | Jan Tattermusch | 2018-11-07 | |
| | |_|/ | |/| | | ||||
| | * | | Migrate tests from Python 3.4 to Python 3.7 | Lidi Zheng | 2018-11-06 | |
| | | | | ||||
| * | | | Merge pull request #17072 from yashykt/interceptor_cancellation | Yash Tibrewal | 2018-11-06 | |
| |\ \ \ | | | | | | | | | | | Interceptors should see a Cancellation notification | |||
| * | | | | run_interop_tests.py cleanup | Jan Tattermusch | 2018-11-06 | |
| | | | | | ||||
| * | | | | Merge pull request #17057 from jtattermusch/faster_python_build | Jan Tattermusch | 2018-11-06 | |
| |\ \ \ \ | | | | | | | | | | | | | Add python monkey-patch for parallel build_ext compilation | |||
| * \ \ \ \ | Merge pull request #17107 from yashykt/buildissue | Yash Tibrewal | 2018-11-05 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | move client_interceptor.cc from src/cpp/codegen to src/cpp/client |