aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
|
* 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
|/ / /
| * | 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
* \ \ \ 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
| |_|/ |/| |
* | | 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
| | | |
* | | | Merge pull request #17247 from muxi/bump-v1.18Gravatar Muxi Yan2018-11-19
|\ \ \ \ | | | | | | | | | | Bump master version to v1.18.0-dev
| * | | | Regenerate projectsGravatar Muxi Yan2018-11-19
| | | | |
| * | | | Bump version to v1.18.0-devGravatar Muxi Yan2018-11-19
|/ / / /
| * | | split up coverage runs by languageGravatar Jan Tattermusch2018-11-19
| | | |
* | | | Merge pull request #17242 from muxi/upmerge-1.16.0Gravatar Muxi Yan2018-11-19
|\ \ \ \ | | | | | | | | | | Upmerge 1.16.x to master
* \ \ \ \ Merge pull request #17243 from grpc/boost-core-versionGravatar Muxi Yan2018-11-19
|\ \ \ \ \ | | | | | | | | | | | | Boost core version in BUILD
| | * | | | Revert python changesGravatar Muxi Yan2018-11-19
| | | | | |
| * | | | | Boost core version in BUILDGravatar Muxi Yan2018-11-19
|/ / / / /
* | | | | Merge pull request #17241 from muxi/boost-c++-versionGravatar Muxi Yan2018-11-19
|\ \ \ \ \ | |_|/ / / |/| | | | Boost C++ podspec version for 1.17.0
| | * | | Upmerge v1.16.xGravatar Muxi Yan2018-11-19
| |/| | | |/| | | |
| * | | | Boost C++ version for 1.17.0Gravatar Muxi Yan2018-11-19
|/ / / /
* | | | Merge pull request #17181 from DerekRoy/masterGravatar Srini Polavarapu2018-11-16
|\ \ \ \ | | | | | | | | | | Update README.md
* \ \ \ \ Merge pull request #17232 from yashykt/cleanup1Gravatar Yash Tibrewal2018-11-16
|\ \ \ \ \ | | | | | | | | | | | | Remove the std::unique_ptr for interceptor creators, instead use move semantics everywhere
| | * | | | Update README.mdGravatar Derek2018-11-16
| | | | | |
| * | | | | Modify remaining usecases in test/cppGravatar Yash Tibrewal2018-11-16
| | | | | |
* | | | | | Merge pull request #17234 from lidizheng/enable-lcov-1.12-1.13Gravatar Lidi Zheng2018-11-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Enable lcov 1.12 and 1.13 for gRPC PHP
* \ \ \ \ \ \ Merge pull request #16832 from clemensg/makefile_version_linksGravatar Jan Tattermusch2018-11-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix invalid version .so links in Makefile
* \ \ \ \ \ \ \ Merge pull request #17229 from lidizheng/make-docgen-py-workGravatar Lidi Zheng2018-11-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make docgen.py work
| | | * | | | | | Enable lcov 1.12 and 1.13 for gRPC PHPGravatar Lidi Zheng2018-11-15
| |_|/ / / / / / |/| | | | | | |
| * | | | | | | Make docgen.py workGravatar Lidi Zheng2018-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Merge unnecessary arguments * Remove the build command (CI should make sure it works, not this script) * Speed up the GitHub operations with proper flags * Adding Sphinx to setup requirement
| | | * | | | | Remove the std::unique_ptr, instead use move semantics everywhereGravatar Yash Tibrewal2018-11-15
| | | | | | | |
* | | | | | | | Merge pull request #17063 from AspirinSJL/lb_configGravatar Juanli Shen2018-11-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add support for LB config in service config
* \ \ \ \ \ \ \ \ Merge pull request #17226 from markdroth/channel_state_fixGravatar Mark D. Roth2018-11-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Don't reset channel state on resolver failure when LB policy exists.
* \ \ \ \ \ \ \ \ \ Merge pull request #17210 from vishalpowar/import-envoy-submoduleGravatar vishalpowar2018-11-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add envoy and its dependent repos as submodules in third_party
| | | * | | | | | | | Add support for LB config in service configGravatar Juanli Shen2018-11-15
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #17188 from soheilhy/worktree-refcountedGravatar Soheil Hassas Yeganeh2018-11-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add grpc_core::RefCount and use it for RefCountedPtr
| * | | | | | | | | | Add grpc_core::RefCount and use it for RefCountedPtrGravatar Soheil Hassas Yeganeh2018-11-15
| | |_|_|_|/ / / / / | |/| | | | | | | |
| | | * | | | | | | Don't reset channel state on resolver failure when LB policy exists.Gravatar Mark D. Roth2018-11-15
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #17167 from jtattermusch/switch_to_contextual_serializerGravatar Jan Tattermusch2018-11-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Switch C# to contextual serializer and deserializer internally
* \ \ \ \ \ \ \ \ \ Merge pull request #17157 from jtattermusch/csharp_alternative_bindingGravatar Jan Tattermusch2018-11-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | C#: Add BindService() method that works with alternative serving stacks