Commit Graph

33607 Commits

Author SHA1 Message Date
Mingding, Han 9d5b0cd871 Add 'multi_json' gem to gemspec so that route_guide_server can work 2018-07-31 12:18:36 +08:00
Muxi Yan 682d093868
Merge pull request #16180 from muxi/tmpfs-all-objc
Make all ObjC tests intermediate files into /tmpfs
2018-07-30 16:13:14 -07:00
Yang Gao fc3caf820e
Merge pull request #16066 from Capstan/cli-tls
Introduce --ssl_target flag to grpc_cli.
2018-07-30 14:16:29 -07:00
apolcyn 8fc60d3f30
Merge pull request #16163 from apolcyn/revert_revert_windows_breakage
Revert "Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort""
2018-07-30 13:49:09 -07:00
Nathaniel Manista a87b1fb3ef
Merge pull request #15992 from ghostwriternr/python_bazel_1
Basic setup to build gRPC Python with Bazel.
2018-07-30 12:17:07 -07:00
Muxi Yan 6bd510bf6b Make more tests in /tmpfs 2018-07-30 11:46:30 -07:00
Yash Tibrewal 48d05520ac
Merge pull request #16168 from yashykt/calldestroyasan
Move freeing of error_string to release_call to fix ASAN bug
2018-07-30 11:38:17 -07:00
Jan Tattermusch 7c30042f2b
Merge pull request #16018 from jadekler/server_reflection_meta
docs: provide a section aggregating per-language server reflection tu…
2018-07-30 16:09:44 +01:00
Srini Polavarapu 5a6120ac8c
Merge pull request #16172 from srini100/master
Fix space in label
2018-07-27 20:08:23 -07:00
srini100 1473b76e72 fix space in label 2018-07-27 18:47:38 -07:00
Yash Tibrewal fef37e8163
Merge pull request #16166 from yashykt/dontabortonerr
Don't abort on notify_on_error for poll. Instead simply schedule clos…
2018-07-27 16:40:23 -07:00
Muxi Yan 69553c9855
Merge pull request #16165 from muxi/kokoro-space
Move ios-binary-size build intermediate files to /tmpfs
2018-07-27 15:46:22 -07:00
Yash Tibrewal 1c47bb45f5 Move freeing of error_string to release_call to fix ASAN bug 2018-07-27 14:20:49 -07:00
Muxi Yan e773a9b75f Use /tmpfs on Kokoro for ObjC tests 2018-07-27 14:09:24 -07:00
Mark D. Roth 713e90aadb
Merge pull request #16159 from markdroth/ref_counted_ptr_polymorphism_fix
Fix RefCountedPtr to handle polymorphism.
2018-07-27 12:21:21 -07:00
Yash Tibrewal c137d23342 Don't abort on notify_on_error for poll. Instead simply schedule closure with cancel.. Soft error 2018-07-27 11:29:24 -07:00
Yash Tibrewal 8e1df09f10
Merge pull request #16162 from yashykt/evengcleanup
Remove the notifier pollset from grpc event engine since it's not use…
2018-07-27 10:46:41 -07:00
yihuaz 782e5c2b8d
Merge pull request #16116 from yihuazhang/C++_wrapper_for_local_credentials
Add a C++ wrapper for local credentials
2018-07-27 09:17:36 -07:00
Jean de Klerk 2898c199a2 Add C# doc 2018-07-27 08:25:05 -07:00
Mark D. Roth 3abd620134 fix clang_tidy 2018-07-27 08:20:31 -07:00
Mark D. Roth 326f82e5e2 A bit of cleanup and add more tests. 2018-07-27 08:04:24 -07:00
Naresh 11f199e34d
Workspace changes to build gRPC Python with Bazel
- Include new rules from bazelbuild/rules_python, which allow for
importing pip dependencies with Bazel.
- Make Cython BUILD file visible to WORKSPACE.
- Use a custom requirements file for Bazel python. This is added to
allow for requirements previously added only during build steps.
2018-07-27 14:44:09 +00:00
Naresh 3af1aaadab
Basic setup to build gRPC Python with Bazel
Building gRPC Python with Bazel has been one of the long requested
additions to gRPC (#8079). Doing so had been made complex by the fact
that Bazel itself is still in active development.

There has been extensive work on building Cython code at tensorflow,
which can be reused for gRPC's purposes as well.

Major included changes required for building grpcio with Bazel are:
- Include Cython as a third party Bazel package, to compile the Cython
parts of gRPC Python.
- Include rules for Python autoconfiguration so Python headers can be
detected by cygrpc.
2018-07-27 14:39:14 +00:00
Jan Tattermusch 8fb45dc24f
Merge pull request #16136 from jtattermusch/csharp_reflection_docs
Add C# server reflection tutorial
2018-07-27 11:53:46 +02:00
Jan Tattermusch 9f89b6f21b
Merge pull request #16144 from jtattermusch/csharp_cleanup_examples
Cleanup and update C# examples
2018-07-27 11:48:47 +02:00
Alexander Polcyn 9896c64186 Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage"
This reverts commit d9e8f86675, reversing
changes made to 04847aeb1e.
2018-07-27 01:38:26 -07:00
Jan Tattermusch 888d7da8de
address review comments 2018-07-27 09:53:18 +02:00
Mehrdad Afshari 58dec1aa9e
Merge pull request #16157 from mehrdada/upmerge1.14.x
Upmerge 1.14.x into master
2018-07-26 18:25:01 -07:00
apolcyn d9e8f86675
Merge pull request #16158 from apolcyn/revert_windows_breakage
Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"
2018-07-26 16:46:04 -07:00
Srini Polavarapu 04847aeb1e
Merge pull request #16152 from srini100/master
Fix spaces in mergeable config file
2018-07-26 15:57:12 -07:00
Yash Tibrewal d2d8f4776c Remove the notifier pollset from grpc event engine since it's not used anywhere 2018-07-26 15:09:50 -07:00
Mark D. Roth 78aca7bf85 clang-format 2018-07-26 14:58:27 -07:00
Mark D. Roth 32b8a11b25 Fix build. 2018-07-26 14:56:29 -07:00
Mark D. Roth 43002a3d9f Remove no-longer-necessary MakePolymorphicRefCounted(). 2018-07-26 14:52:11 -07:00
Alexander Polcyn f34c653936 Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"
This reverts commit ae8d3efc3a, reversing
changes made to e41215e181.
2018-07-26 14:32:07 -07:00
Mark D. Roth 87e772fa7b Fix RefCountedPtr to handle polymorphism. 2018-07-26 14:30:58 -07:00
Mehrdad Afshari 70ae86e049 Merge branch 'v1.14.x' 2018-07-26 14:07:57 -07:00
Mehrdad Afshari 62ce6a8e49
Merge pull request #16153 from mehrdada/backport-SERVICE_NAME-to-1.14.x
Add SERVICE_NAME to reflection/health (1.14.x backport)
2018-07-26 13:56:37 -07:00
apolcyn 7fc47f27d5
Merge pull request #16142 from apolcyn/optionally_wait_long
Wait a configurable amount of time for benchmark channels to connect
2018-07-26 13:54:03 -07:00
Mehrdad Afshari b69e2681ee
Merge pull request #16151 from mehrdada/server-reflection-service-name-exposure
Add SERVICE_NAME to reflection/health
2018-07-26 13:25:18 -07:00
Mehrdad Afshari ae8ab0f749 Add SERVICE_NAME to reflection/health 2018-07-26 13:05:21 -07:00
Srini Polavarapu ad2c5bee58 fix space 2018-07-26 13:02:47 -07:00
Srini Polavarapu d6df4d59d6 fix space 2018-07-26 12:59:26 -07:00
Mehrdad Afshari b12f0aaf07 Add SERVICE_NAME to reflection/health 2018-07-26 11:45:59 -07:00
Eric Anderson a2bb308c8f
Merge pull request #16129 from ejona86/special-interop
Add interop test for status description with special characters
2018-07-26 10:57:01 -07:00
Alexander Polcyn a2160f547f Wait a configurable amount of time for benchmark channels to become ready 2018-07-26 10:45:12 -07:00
Mehrdad Afshari ac81f5aa32
Merge pull request #16145 from mehrdada/rollback-16133
Revert "Switched to extra_requires for Python 2 specific requirements"
2018-07-26 08:50:35 -07:00
Jean de Klerk 4cc2e6031c Move to bottom 2018-07-26 08:20:21 -07:00
Mehrdad Afshari 0b739a2547 Revert "Switched to extra_requires for Python 2 specific requirements"
This reverts commit 2e4ab7a6e2.
2018-07-26 07:14:08 -07:00
Jan Tattermusch e48fe72622 upgrade HelloworldLegacyCsproj to grpc1.13.1 2018-07-26 13:26:08 +02:00