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
Jan Tattermusch
11222b78c2
only use multi_target report for selected languages
5 years ago
Jan Tattermusch
902094f9f2
rename to run_tests_matrix_jobs
5 years ago
Jan Tattermusch
218e7b0c54
split run_tests_invocations to separate targets
5 years ago
Jan Tattermusch
243b43d6cc
better run_tests prefix
5 years ago
Jan Tattermusch
6b44344161
use run_tests_invocations instead of aggregate tests
5 years ago
Jan Tattermusch
42da891714
include run_tests in target name
5 years ago
Jan Tattermusch
9e0eb19ca4
generate separate sponge target for each test suite
5 years ago
Karthik Ravi Shankar
939830aa15
Merge pull request #20030 from karthikravis/move-method-handler
...
Make MethodHandler and related interfaces generic
5 years ago
Arjun Roy
a979ad4b0b
Merge pull request #20210 from arjunroy/arena_squish_unary_callback
...
Coalesced arena allocs in callback unary C++ code.
5 years ago
kerbalwzy
c5d55ee64f
Fix: add copyright headers in `server.py`
5 years ago
kerbalwzy
5c0fd4b4e6
Fix: add copyright headers in `demo.proto`
5 years ago
kerbalwzy
1b47584cf4
Fix: add copyright headers in `client.py`
5 years ago
kerbalwzy
5abf2e5095
Fix: add a blank line before the subtitle
5 years ago
Yash Tibrewal
6f5e358da7
Rename filter functions to be able to uniquely identify them
5 years ago
Esun Kim
aeb2b1943b
Merge pull request #20227 from veblush/upb-update
...
Update upb to HEAD
5 years ago
Nicolas "Pixel" Noble
711a4147ae
Removing all warning flags and Werror for now.
5 years ago
Esun Kim
300077aac1
Update upb to HEAD
5 years ago
Arjun Roy
db861a2546
Coalesced arena allocs in callback unary C++ code.
5 years ago
Esun Kim
82ed19935d
Merge pull request #20225 from veblush/bump-ver
...
Bump version to v1.25
5 years ago
Esun Kim
20b4c7080a
Regenerate projects
5 years ago
Esun Kim
7d925eb9b2
Bump version to v1.24.0-pre1
5 years ago
Esun Kim
cf444b9cab
Regenerate projects
5 years ago
Esun Kim
37491ccd32
Bump version to 1.25
5 years ago
Soheil Hassas Yeganeh
9f48cb0f07
Merge pull request #19907 from soheilhy/call-cycle-clock
...
Use cycle clock instead of clock monotonic to measure call latency.
5 years ago
nanahpang
87c9282a73
Merge pull request #20214 from nanahpang/change-github-rotation
...
Assign Karthik to next github rotation
5 years ago
Esun Kim
7ab248626c
Merge pull request #20221 from veblush/master
...
Upmerge from v1.23.x branch
5 years ago
Jan Tattermusch
98d2d32b9e
upgrade to bazel 0.29.1
5 years ago
Jan Tattermusch
5cd37064cb
try fix win RBE build
5 years ago
Jan Tattermusch
e88553ed17
upgrade windows RBE to bazel 0.29
5 years ago
Jan Tattermusch
107db8dab4
upgrade bazel to 0.29
5 years ago
Esun Kim
7601981d9e
Upmerge from 1.23.x
5 years ago
Muxi Yan
2f3fe9b10a
Merge pull request #20107 from grpc/revert-20103-revert-19704
...
Revert "Revert #19704 and #20060"
5 years ago
Na-Na Pang
deb8d569ba
Assign Karthik to next github rotation
5 years ago
Yash Tibrewal
f3cd878e0b
Merge pull request #20188 from yashykt/creds_interception
...
Allow call credentials interception at PRE_SEND_INITIAL_METADATA
5 years ago
Muxi Yan
e7c9b46a1e
Move ErrorForBadProto
5 years ago
Yash Tibrewal
aa84ceb38e
Add another test for when the credentials were previously set
5 years ago