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
Jiangtao Li
304f0ee9ba
Merge pull request #20253 from jiangtaoli2016/root_pem
...
Root pem certificates update on Sept 2019
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
Karthik Ravi Shankar
3e4fd7967c
Formatting fixes
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 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
Muxi Yan
14b0beff56
Merge pull request #20223 from muxi/transport-interceptor
...
Add transport interceptor
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
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
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
f268db6f33
yapf format code
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
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
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