aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Install pip for Python3.4 in all Dockerfiles used for Python testingGravatar Matt Kwong2018-05-08
|
* Merge pull request #15300 from adelez/foundry_integrationGravatar adelez2018-05-08
|\ | | | | Keep jobs at 200 as suggested by Foundry team.
* \ Merge pull request #15309 from AspirinSJL/run_server_fixGravatar Juanli Shen2018-05-08
|\ \ | | | | | | Fix bug in RunServer()
| * | Fix bug in RunServer()Gravatar Juanli Shen2018-05-08
|/ /
* | Merge pull request #15303 from ↵Gravatar Juanli Shen2018-05-08
|\ \ | | | | | | | | | | | | grpc/revert-15262-revert-15258-revert-15193-service-init-protocol Revert "Revert "Revert "Provide protocol for initializer of generated messages"""
* \ \ Merge pull request #15304 from jtattermusch/fix_coverage_json_run_localhostGravatar Jan Tattermusch2018-05-08
|\ \ \ | | | | | | | | Fix json_run_localhost failures under gcov
* \ \ \ Merge pull request #15306 from jtattermusch/unwanted_dotnet_optionsGravatar Jan Tattermusch2018-05-08
|\ \ \ \ | | | | | | | | | | Disable unwanted dotnet options
* \ \ \ \ Merge pull request #15278 from matt-kwong/python-fallbackGravatar Matt Kwong2018-05-08
|\ \ \ \ \ | | | | | | | | | | | | Remove the fallback when creating Python virtual env
* \ \ \ \ \ Merge pull request #15214 from jtattermusch/test_double_for_server_call_contextGravatar Jan Tattermusch2018-05-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow creating instances of ServerCallContext in tests
| | | * | | | disable unwanted dotnet optionsGravatar Jan Tattermusch2018-05-08
| |_|/ / / / |/| | | | |
| | | * | | regenerate projectsGravatar Jan Tattermusch2018-05-08
| | | | | |
| | | * | | gcov: dont run large json_run_localhost scenariosGravatar Jan Tattermusch2018-05-08
| |_|/ / / |/| | | |
* | | | | Merge pull request #15294 from murgatroid99/node_interop_build_revertGravatar Jan Tattermusch2018-05-08
|\ \ \ \ \ | | | | | | | | | | | | Revert recent changes to node interop build script
| | | | * | Revert "Revert "Revert "Provide protocol for initializer of generated ↵Gravatar Juanli Shen2018-05-07
| |_|_|/ / |/| | | | | | | | | | | | | | messages"""
* | | | | Merge pull request #13342 from ZhouyihaiDing/intercept3Gravatar Zhouyihai Ding2018-05-07
|\ \ \ \ \ | | | | | | | | | | | | gRPC PHP Client Interceptor
| | | | | * Keep jobs at 200 as suggested by Foundry team.Gravatar Adele Zhou2018-05-07
| | | | | |
* | | | | | Merge pull request #15298 from adelez/foundry_integrationGravatar adelez2018-05-07
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | Update test jobs to 800 and set runs_per_test back to 2 to detect fla…
| | * | | | gRPC PHP Client Interceptor implementation and testsGravatar ZhouyihaiDing2018-05-07
| |/ / / / |/| | | | | | | | | | | | | | move InterceptorChannel to Internal subdir; change year
| * | | | Update test jobs to 800 and set runs_per_test back to 2 to detect flakes.Gravatar Adele Zhou2018-05-07
|/ / / /
| * / / Revert recent changes to node interop build scriptGravatar murgatroid992018-05-07
|/ / /
* | | Merge pull request #15270 from apolcyn/add_interop_server_buildoptsGravatar apolcyn2018-05-04
|\ \ \ | | | | | | | | Add a way to set ServerBuilderOptions on C++ interop server
| | | * Remove the fallback when creating Python virtual envGravatar Matt Kwong2018-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/grpc/grpc/issues/15253 for more context. The original behavior when running Python tests is to try to create a virtual env with the specifed Python version. If there is an issue with that, fallback to the system's default Python version. This leads to misleading test results, so removing the fallback and failing the test when virtual env fails to instantiate the specified Python version is the new behavior.
* | | | Merge pull request #12775 from thinkerou/fix_todoGravatar Zhouyihai Ding2018-05-04
|\ \ \ \ | | | | | | | | | | PHP: complete some todo
* \ \ \ \ Merge pull request #15240 from yihuazhang/google_default_credsGravatar yihuaz2018-05-04
|\ \ \ \ \ | | | | | | | | | | | | Incorporate alts to google default creds
* \ \ \ \ \ Merge pull request #15252 from carl-mastrangelo/healthyGravatar Yang Gao2018-05-04
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Update health.proto to match grpc-proto reference copy
* | | | | | Merge pull request #15235 from yashykt/remflushGravatar Yash Tibrewal2018-05-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove unnecessary exec ctx flush
* \ \ \ \ \ \ Merge pull request #15267 from yashykt/badpingfixGravatar Yash Tibrewal2018-05-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix bad_ping end2end test flakiness
| | | | | | * | Provide a way to run C++ interop server with custom ServerBuilderOptionsGravatar Alexander Polcyn2018-05-03
| | | | | | | |
| | | | * | | | incorporate alts to google default credsGravatar Yihua Zhang2018-05-03
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #15143 from jiangtaoli2016/init_opensslGravatar Jiangtao Li2018-05-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Init OpenSSL callbacks if it has not been initialized.
| | | * | | | | Remove unnecessary exec ctx flushGravatar Yash Tibrewal2018-05-03
| | | | | | | |
| | * | | | | | Fix bad_ping end2end test flakinessGravatar Yash Tibrewal2018-05-03
| | |/ / / / /
* | | | | | | Merge pull request #15229 from kpayson64/remove_cleanup_threadGravatar kpayson642018-05-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove CleanupThread
* \ \ \ \ \ \ \ Merge pull request #15262 from ↵Gravatar Muxi Yan2018-05-03
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | grpc/revert-15258-revert-15193-service-init-protocol Revert "Revert "Provide protocol for initializer of generated messages""
| | * | | | | | Merge remote-tracking branch 'upstream/master' into remove_cleanup_threadGravatar kpayson642018-05-03
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| | | | * | | | regenerate pbsGravatar Carl Mastrangelo2018-05-03
| | | | | | | |
| | | | * | | | match copyrightGravatar Carl Mastrangelo2018-05-03
| | | | | | | |
* | | | | | | | Merge pull request #15255 from carl-mastrangelo/copyGravatar Mehrdad Afshari2018-05-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make copyright check slightly more flexible
| | * | | | | | | clang-formatGravatar Muxi Yan2018-05-03
| | | | | | | | |
| * | | | | | | | add The supportGravatar Carl Mastrangelo2018-05-03
| | | | | | | | |
| | * | | | | | | Fix generaterGravatar Muxi Yan2018-05-03
| | | | | | | | |
| | * | | | | | | Revert "Revert "Provide protocol for initializer of generated messages""Gravatar Muxi Yan2018-05-03
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #15258 from grpc/revert-15193-service-init-protocolGravatar Muxi Yan2018-05-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Revert "Provide protocol for initializer of generated messages"
* \ \ \ \ \ \ \ \ Merge pull request #15256 from mehrdada/v1.13.0Gravatar Mehrdad Afshari2018-05-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Bump master to v1.13.0-dev
| | * | | | | | | | Revert "Provide protocol for initializer of generated messages"Gravatar Muxi Yan2018-05-02
| |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Regenerate projectsGravatar Mehrdad Afshari2018-05-02
| | | | | | | | |
| * | | | | | | | Bump master to v1.13.0-devGravatar Mehrdad Afshari2018-05-02
| | | | | | | | |
| * | | | | | | | Update g_stands_forGravatar Mehrdad Afshari2018-05-02
|/ / / / / / / /
* | | | | | | | Merge pull request #15225 from bsyk/masterGravatar Nicolas Noble2018-05-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Switch to Buffer.from to avoid using deprecated constructor
* \ \ \ \ \ \ \ \ Merge pull request #15254 from nathanielmanistaatgoogle/12531Gravatar Nathaniel Manista2018-05-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add grpc.Channel.close.