aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | | | | Merge pull request #17239 from vishalpowar/add_ads_in_metadataGravatar vishalpowar2018-11-26
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Adding ads (data-plane-api) method name to wellknown names list.
* | | | | | | | Merge pull request #17257 from vishalpowar/cleanup_load_reportingGravatar vishalpowar2018-11-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | xDS plugin is going to use LRS stream to report load to balancer. Remove
| | | | * | | | | fix clang tidyGravatar ncteisen2018-11-26
| |_|_|/ / / / / |/| | | | | | |
| | | | * | | | use python stretch3.7 image for interop testsGravatar Jan Tattermusch2018-11-26
| | | | | | | |
| | | | * | | | run python interop tests with python3.7Gravatar Jan Tattermusch2018-11-26
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #15640 from jtattermusch/slow_python_interop_buildGravatar Jan Tattermusch2018-11-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Run interop tests using python3.4 (and build interop with 3.4 only)
| | | | | * | | Return unimplementedGravatar ganmacs2018-11-25
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | when calling a method which is server_streamer and is not implemented by user
* | | | | | | Merge pull request #17268 from mehrdada/remove-beta-elements-from-bazelGravatar Lidi Zheng2018-11-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove beta module dependency from the Python Bazel package
* \ \ \ \ \ \ \ Merge pull request #17278 from yashykt/seq17219Gravatar Yash Tibrewal2018-11-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Necessary change after #17219
| * | | | | | | | Apply the conversion on the status irrespective of whether Pluck returned trueGravatar Yash Tibrewal2018-11-21
| | | | | | | | |
| * | | | | | | | Necessary change after #17219Gravatar Yash Tibrewal2018-11-21
| | | | | | | | |
| | * | | | | | | Remove BUILD.bazel files from beta code elementsGravatar Mehrdad Afshari2018-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Beta code elements are going to get deprecated and Bazel support is much newer, so Bazel users are not supposed to accidentally depend on beta code elements. Preventing Bazel from building and including beta code elements makes our tests pass without depending on beta in grpcio target and helps avoid including that dependency accidentally if you are using Bazel.
| | * | | | | | | Removed unused import from grpc.beta in testsGravatar Mehrdad Afshari2018-11-21
| | | | | | | | |
* | | | | | | | | Merge pull request #16455 from yashykt/httpplumbingGravatar Yash Tibrewal2018-11-21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Add HTTP plumbing for Fathom
* | | | | | | | | Merge pull request #17267 from apolcyn/qos_json_driver_different_cred_typesGravatar apolcyn2018-11-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Allow setting per-worker credential types in QPS benchmark driver
| | * \ \ \ \ \ \ \ Merge branch 'master' into httpplumbingGravatar Yash Tibrewal2018-11-21
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| | * | | | | | | | Add can_track_err methods to other platforms tooGravatar Yash Tibrewal2018-11-21
| | | | | | | | | |
| * | | | | | | | | Allow specifying specific credential types to reach specific works in QPS ↵Gravatar Alexander Polcyn2018-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | benchmark driver
| | | | * | | | | | trailing "-bin" metadata is binaryGravatar Jan Tattermusch2018-11-21
| | | | | | | | | |
| | | | * | | | | | fix initial->trailingGravatar Jan Tattermusch2018-11-21
| | | | | | | | | |
* | | | | | | | | | Merge pull request #17274 from ↵Gravatar Jan Tattermusch2018-11-21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grpc/revert-15626-revert-15602-pin_python_api_client Revert "Revert "pin google-api-python-client to 1.6.7 to avoid breakage""
| | | | | * | | | | | make client_email loading python3 compatibleGravatar Jan Tattermusch2018-11-21
| | | | | | | | | | |
| | | | | * | | | | | run interop tests using python3.4Gravatar Jan Tattermusch2018-11-21
| |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Revert "Revert "pin google-api-python-client to 1.6.7 to avoid breakage""Gravatar Jan Tattermusch2018-11-21
|/ / / / / / / / /
| | | * / / / / / Remove beta modules from the Python Bazel packageGravatar Mehrdad Afshari2018-11-21
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #15626 from grpc/revert-15602-pin_python_api_clientGravatar Jan Tattermusch2018-11-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Revert "pin google-api-python-client to 1.6.7 to avoid breakage"
* \ \ \ \ \ \ \ \ Merge pull request #17260 from ericgribkoff/ssl_reload_flakeGravatar Eric Gribkoff2018-11-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python: close channels in _server_ssl_cert_config_test
* \ \ \ \ \ \ \ \ \ Merge pull request #17265 from stanley-cheung/php-fix-upmergeGravatar Stanley Cheung2018-11-20
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | Wrap pthread_atfork call
| * | | | | | | | | Wrap pthread_atwork callGravatar Stanley Cheung2018-11-20
|/ / / / / / / / /
| | | | | | | | * removed all constraints from custom toolchainGravatar Bill Feng2018-11-20
| | | | | | | | |
| | | | | | | | * removed autoconfigured constraintGravatar Bill Feng2018-11-20
| | | | | | | | |
| | | | | * | | | Incorporate review commentsGravatar Vishal Powar2018-11-20
| | | | | | | | |
| | | | | | | | * fixed typo on WORKSPACE fileGravatar Bill Feng2018-11-20
| | | | | | | | |
| * | | | | | | | python: close channels in _server_ssl_cert_config_testGravatar Eric Gribkoff2018-11-20
| | | | | | | | |
* | | | | | | | | Merge pull request #17219 from yashykt/cleanupGravatar Yash Tibrewal2018-11-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make Pluck use the changes made in FinalizeResult
| | | | | | | | | * registered toolchain and platformGravatar Bill Feng2018-11-20
| | | | | | | | | |
| | | | | * | | | | Reviewer commentsGravatar Yash Tibrewal2018-11-20
| | | | | | | | | |
* | | | | | | | | | Merge pull request #17154 from liutongxuan/masterGravatar Yang Gao2018-11-20
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | g_default_client_callbacks shouldn't be global variable
| | | * | | | | | | Revert "pin google-api-python-client to 1.6.7 to avoid breakage"Gravatar Jan Tattermusch2018-11-20
| |_|/ / / / / / / |/| | | | | | | |
| | | | | | | * | Add the missing definition of shutdown_background_closure to ↵Gravatar Guantao Liu2018-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bm_cq_multiple_threads
| | | | | * | | | xDS plugin is going to use LRS stream to report load to balancer. RemoveGravatar Vishal Powar2018-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the current grpclb specific load reporting from the implementation. The changes here also mean that the plugin will just get the initial response and no subsequent response from the balancer.
* | | | | | | | | Merge pull request #17245 from jtattermusch/coverage_split_upGravatar Jan Tattermusch2018-11-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Split up test coverage runs by language
* \ \ \ \ \ \ \ \ \ Merge pull request #17254 from jtattermusch/runtests_python_nitsGravatar Jan Tattermusch2018-11-20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | run_tests.py cleanup: nits in PythonLanguage
* \ \ \ \ \ \ \ \ \ \ Merge pull request #17056 from jtattermusch/ccache_cleanup_followupGravatar Jan Tattermusch2018-11-20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove remnants of ccache with --use_docker
| * | | | | | | | | | | remove remnants of ccache with --use_dockerGravatar Jan Tattermusch2018-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.
| | * | | | | | | | | avoid C++ flakes by decreasing coverage parallelismGravatar Jan Tattermusch2018-11-20
| | | | | | | | | | |
| * | | | | | | | | | run_tests.py cleanup: nits in PythonLanguageGravatar Jan Tattermusch2018-11-20
|/ / / / / / / / / /
| * | | | | | | | | remove broken toplevel index.html fileGravatar Jan Tattermusch2018-11-20
| | | | | | | | | |
| * | | | | | | | | pip install coverage for python_stretch3.7 imageGravatar Jan Tattermusch2018-11-20
| | | | | | | | | |
| * | | | | | | | | remove an unneeded shell scriptGravatar Jan Tattermusch2018-11-20
| | | | | | | | | |