Muxi Yan
37c36e843a
clang-format
5 years ago
Stanley Cheung
acd09a1ee5
Merge pull request #20579 from HannahShiSFB/20523-phpunit5
...
PHP: change phpunit version from 4.8.36 to 5.7.27
5 years ago
Juanli Shen
dd056cb0ac
Hand off triage duty to yang-g
5 years ago
Juanli Shen
0bd5efa55f
Merge pull request #20593 from grpc/revert-20380-xds_client_bootstrap
...
Revert "xds client bootstrap file"
5 years ago
Muxi Yan
0b2b94e2b8
address comment
5 years ago
Jan Tattermusch
17529437b7
upgrade ubsan RBE toolchain
5 years ago
Jan Tattermusch
3e4007e0f3
Merge pull request #20573 from jtattermusch/backport_20505
...
backport #20505 to v1.24.x
5 years ago
Jan Tattermusch
755ae65c4d
fixup
5 years ago
Jan Tattermusch
ea3fd924bd
fixup rbe_default
5 years ago
Jan Tattermusch
13abbd9a75
Revert "xds client bootstrap file"
5 years ago
Jan Tattermusch
c2447a0308
switch RBE builds to use exec_properties
5 years ago
Jan Tattermusch
25f9a167b9
convert remote_execution_properties into exec_properties
5 years ago
Jan Tattermusch
74ade125f2
toolchains no longer support machine types
5 years ago
Jan Tattermusch
396d8c07f6
update bazel toolchains to 1.0.0
5 years ago
Jan Tattermusch
27f1a94aa5
upgrade to bazel 1.0.0
5 years ago
Jan Tattermusch
f92c283a5d
Merge pull request #20549 from JamesNK/jamesnk/generic-variance
...
Add generic variance to reader and writer interfaces
5 years ago
Danjie Wenren
c22c215ea5
Move extra dependencies out of WORKSPACE to its own macro.
...
This could be useful for projects that use gRPC as an external
repository. This could not be done within the same grpc_deps.bzl due to
the problem discussed in
- https://github.com/bazelbuild/bazel/issues/1550
- https://github.com/bazelbuild/bazel/issues/1943
5 years ago
Kuang-che Wu
1d08ad60c5
Fix error object memory leak in continue_receiving_slices()
5 years ago
Hannah Shi
86d075a8e6
add apt install wget
5 years ago
Soheil Hassas Yeganeh
98abc22f4c
Merge pull request #20577 from soheilhy/fix-benchmark-flaky-2
...
Consider "Socket closed" to be a good status
5 years ago
Hannah Shi
2e1cfb75a8
change phpunit version from 4.8.36 to 5.7.27
5 years ago
Juanli Shen
81f3e43728
Merge pull request #20497 from AspirinSJL/inlinedvector_resize
...
Add InlinedVector::resize()
5 years ago
Soheil Hassas Yeganeh
5340111aa6
Fix sanity check.
5 years ago
Mark D. Roth
36319502be
Merge pull request #20380 from markdroth/xds_client_bootstrap
...
xds client bootstrap file
5 years ago
Soheil Hassas Yeganeh
a7aa9cf9ac
Consider "Socket closed" to be a good status
...
Issue #20509
5 years ago
Jan Tattermusch
0460b9bb4b
fixup
5 years ago
Jan Tattermusch
b77cb8ae7c
replace git_repository occurence by http_archive
5 years ago
Jan Tattermusch
3990d9ce9e
Merge pull request #20211 from zackgalbreath/cmake-pkg-config
...
Create pkg-config files from CMake
5 years ago
Jan Tattermusch
1303e80b70
add cmake_pkgconfig test to distribtest suite
5 years ago
Jan Tattermusch
f52b74d5bf
backport #20505 to v1.24.x
5 years ago
James Newton-King
d327e78271
Fix error when changing Protobuf item values in Visual Studio
5 years ago
Lidi Zheng
308ba0c254
Merge pull request #20277 from Skyscanner/grpc-19871/unary_unary_client_aio-implement-timeout
...
Grpc 19871/unary unary client aio implement timeout
5 years ago
Juanli Shen
2a9a276c3b
Add InlinedVector::resize()
5 years ago
Esun Kim
afd23aa288
Merge pull request #20561 from veblush/v1.24.x-manylinux
...
Backport python artifacts manylinux2010
5 years ago
Moiz Haidry
5a3815e504
Merge pull request #20564 from mhaidrygoog/fix_unused_error
...
Fix unused variable error
5 years ago
Moiz Haidry
d874a260bb
Fix unused variable error
5 years ago
Carlos O'Ryan
b3c4c49e36
bug: remove racy code to detect GCE on Windows
...
The code used to detect if a program was running on Windows by launching
a powershell script (which requires powershell to be installed), writing
the output to a file with a fixed name (which requires write permissions
in the local directory), and then reading the file (which may have
changed), and then deleting it (which may fail and introduces a race
with any other program running in the same directory).
This version reads a key from the Windows registry. That could fail if
the application does not have permissions to read the registry, but at
least does not crash when it does, and it is not inheritently racy.
5 years ago
Muxi Yan
ae168166e2
nit fix
5 years ago
Muxi Yan
c754c0389c
Use main queue when dispatch queue is not specified
5 years ago
Mariano Anaya
fb3911f243
Implement timeout for the async unary_unary call
...
Allow passing the ``timeout`` parameter to the asynchronous version of
the ``unary_unary`` call, and use it accordingly.
Maintains the same interface as the synchronous version.
Other changes:
* Remove default parameters from the internal API methods
* Make keyword-only arguments in the external-facing public API
Create new exception: ``AioRpcError``.
Define the exception in Cython, exposing a similar interface that the
one returned by the synchronous API (``grpc.RpcError``).
Then mix the class with the ``grpc.RpcError``, dynamically: this can
only be done at run-time because it's not possible to use the Cython
class until all Cython code has been compiled, which happens after the
``grpc`` module has been loaded.
The new ``AioRpcError`` exception lives inside the ``experimental``
module.
Fixes https://github.com/grpc/grpc/issues/19871
5 years ago
matthewstevenson88
0362df725f
Merge pull request #19778 from matthewstevenson88/spiffe1
...
Add C++ wrapper for SPIFFE credentials v2
5 years ago
Esun Kim
644a1c0248
Update docker images for manylinux
5 years ago
Lidi Zheng
23a2ddcd65
Restrict the acceptable artifact tags to all existing uploadable combinations
5 years ago
Lidi Zheng
31afe76902
Make the artifact check accepts both manylinux1 and manylinux2010
5 years ago
Lidi Zheng
c55142a632
Add linux label to make our CI work
5 years ago
Lidi Zheng
60b68b884d
Remove manylinux2010 i686 targets
5 years ago
Lidi Zheng
e2a005c1b6
Build Python wheels with tag manylinux2010
5 years ago
Esun Kim
643718c844
Merge pull request #20536 from veblush/manylinux-dockers
...
Update docker images for manylinux
5 years ago
Muxi Yan
48d0d6f5ad
Add GRPCUnaryResponseHandler
5 years ago
Muxi Yan
85e22ef28d
Merge pull request #20535 from muxi/v1.24.x
...
Port #20527 : Fixed an issue where Swift application depending on gRPC is unable to archive
5 years ago