Jan Tattermusch
11729aeaa7
Merge pull request #20222 from jtattermusch/bazel_upgrade_0_29_1
...
Upgrade bazel to 0.29.1
5 years ago
Jan Tattermusch
c5662bba80
use bazel 0.29.0 on windows
5 years ago
Jan Tattermusch
aa0c7f7dde
Merge pull request #20235 from jtattermusch/singlevm_benchmarks_node_remove
...
Remove node from singlevm end to end benchmarks
5 years ago
Jan Tattermusch
8881af4d4b
Merge pull request #20237 from easwars/go_release
...
Add v1.22.3 and v1.23.1 release of grpc-go to interop matrix.
5 years ago
Jan Tattermusch
04cbb2da42
Merge pull request #20242 from jtattermusch/csharp_docs_update
...
C# docs: add a note about grpc-dotnet
5 years ago
Juanli Shen
ad8cc2d84c
Merge pull request #19364 from rongjiecomputer/exceptions
...
Properly detect C++ exception for MSVC
5 years ago
Tim Gates
da88b67147
Merge branch 'master' of ssh://github.com/grpc/grpc into feature/fix_simple_typo__avaiable_22
5 years ago
dmaclach
a6bdc7d463
Remove -DGTM_USING_XCTEST
...
It is not longer being used in GTMGoogleTestRunner, so no need to define it.
5 years ago
kerbalwzy
f3fdd259c1
Fix: fix the wrong word and delete line number description
5 years ago
kerbalwzy
dc8f4b1904
Merge pull request #1 from grpc/master
...
Update: synchronize the original project
5 years ago
Muxi Yan
9754150b1f
Temporarily disable watchOS support for !ProtoCompiler-gRPCPlugin
5 years ago
Hannah Shi
d254303dec
add some space
5 years ago
Rafi Kamal
7c85e29076
Add protobuf_deps to python_test_repo WORKSPACE
5 years ago
Muxi Yan
6a085457fd
Bump version up to 1.24.0-pre2
5 years ago
Jiangtao Li
304f0ee9ba
Merge pull request #20253 from jiangtaoli2016/root_pem
...
Root pem certificates update on Sept 2019
5 years ago
Rafi Kamal
fac04ffe6e
Add protobuf_deps to WORKSPACE
...
See https://github.com/grpc/grpc/pull/20224#issuecomment-531355209
5 years ago
Karthik Ravi Shankar
68242b92e7
Merge pull request #20248 from karthikravis/move-mock-tests
...
Move mock test to use ::grpc_impl
5 years ago
Lidi Zheng
5931fde9c7
Merge pull request #19938 from kerbalwzy/master
...
Add a quick-start example for basic usages in Python
5 years ago
jiangtaoli2016
ad8d728b00
Root pem certificates update on Sept 2019
5 years ago
Lidi Zheng
b1767c1936
Merge pull request #20181 from lidizheng/add-3.6
...
Add Python 3.6 to default gRPC Python test environments
5 years ago
Nicolas Noble
f703e1c86c
Merge pull request #20247 from nicolasnoble/cmdline-backport
...
Backport of #20228
5 years ago
Muxi Yan
dac6d92caa
Build fix for Cocoapods release
5 years ago
Karthik Ravi Shankar
3e4fd7967c
Formatting fixes
5 years ago
Hannah Shi
c683ef0723
fix os with enable debug, segmentation fault,19248,19970
5 years ago
Karthik Ravi Shankar
a879ff73c2
Move mock test to use ::grpc_impl
...
Some mock tests are using ::grpc which was causing build issues. Move
them over to use ::grpc_impl.
5 years ago
Lidi Zheng
a793d3777a
Merge pull request #19960 from Skyscanner/unary_unary_client_aio
...
Add experimental support for asyncio unary client
5 years ago
Nicolas "Pixel" Noble
0e84dea7f4
Removing all warning flags and Werror for now.
5 years ago
Nicolas Noble
755193ab5f
Merge pull request #20228 from nicolasnoble/commandline-nightmare
...
Removing all warning flags and Werror for now.
5 years ago
Yash Tibrewal
a358d48f12
Merge pull request #20111 from yashykt/unusedarg
...
Remove unusued arg
5 years ago
Yash Tibrewal
bb18c6a2cd
Merge pull request #20229 from yashykt/filter_renaming
...
Rename filter functions to be able to uniquely identify them
5 years ago
Nicolas Noble
a88ddf6c72
Merge pull request #18152 from longkb/replacing_http_by_https
...
Replacing 'HTTP' by 'HTTPS' for securing links
5 years ago
Jan Tattermusch
c1a17694db
Merge pull request #20244 from jtattermusch/csharp_fix_docfx
...
C# fix script for generating API docs (for v1.24.x)
5 years ago
Muxi Yan
14b0beff56
Merge pull request #20223 from muxi/transport-interceptor
...
Add transport interceptor
5 years ago
Jan Tattermusch
acd040e571
fix C# docfx script
5 years ago
Jan Tattermusch
275b613681
note on two C# implementations
5 years ago
Jan Tattermusch
5630b97a6c
update docs with grpc-dotnet info
5 years ago
Jan Tattermusch
bf9e0cd9bf
Merge pull request #20233 from jtattermusch/revert_bitcode_1_24_x
...
Revert "Enable bitcode for ios native libraries" in v1.24.x
5 years ago
Muxi Yan
9f6f04d91a
Address comments
5 years ago
Yash Tibrewal
1b1364eb6b
Reviewer comments
5 years ago
Muxi Yan
35a1f0a963
Add transport interceptor
5 years ago
Easwar Swaminathan
e9802ca190
Add v1.22.3 and v1.23.1 release of grpc-go to interop matrix.
...
v1.23.0 seems to have missed out since the
[PR](https://github.com/grpc/grpc/pull/19928 ) to add that had a merge
conflict and was never merged.
5 years ago
Pau Freixes
a44e6d76b7
[Aio] Unary unary client call barebones implementation
...
Implement the minimal stuff for making a unary call with the new
experimental gRPC Python implementation for Asyncio, called Aio.
What has been added:
- Minimal iomgr code for performing the required network and timer
calls.
- Minimal Cython code implementing the channel, call and the callback
context.
- Minimal Python code that mimics the synchronous implementation but
designed to be asynchronous.
Testing considerations:
Tests have to be executed using the `GRPC_ENABLE_FORK_SUPPORT=0`
environment variable for skipping the fork handles installed by
the core library. This is due to the usage of a syncrhonous server
used as a fixture executed in another process.
Co-authored-by: Manuel Miranda <manuel.miranda@skyscanner.net>
Co-authored-by: Mariano Anaya <mariano.anaya@skyscanner.net>
Co-authored-by: Zhanghui Mao <zhanghui.mao@skyscanner.net>
Co-authored-by: Lidi Zheng <lidiz@google.com>
5 years ago
Jan Tattermusch
38d6c74fb3
remove node from singlevm e2e benchmarks
5 years ago
Jan Tattermusch
1bfdbc1f6c
Merge pull request #20206 from jtattermusch/sponge_targets_per_suite
...
Generate separate sponge target for each test suite for more readable test results.
5 years ago
Jan Tattermusch
a2dbf0a99d
Revert "Enable bitcode for ios native libraries"
...
This reverts commit f113001d14
.
5 years ago
Jan Tattermusch
f268db6f33
yapf format code
5 years ago
Przemysław Sobala
ac0aabdaca
Add examples/cpp/helloworld/.gitignore
5 years ago
Jan Tattermusch
5207c148ff
more readable test target ordering
5 years ago
Jan Tattermusch
babb70705d
fixup in report_utils.py
5 years ago
Jan Tattermusch
2381d693b8
preserve the run_tests.py logs in sponge
5 years ago