Chuan Ren
bedaeb5265
Add aws signature v4 signer
4 years ago
Yash Tibrewal
d45bbe46e0
File watcher certificate provider config parsing
4 years ago
Lidi Zheng
c0e0207fde
Add the empty line back
4 years ago
Lidi Zheng
a012edf10f
Stop the ctrl-c spam
4 years ago
Lidi Zheng
89fa7203d0
Add a special optimization for 1 rpc unary-stream sync
4 years ago
Ben Reed
eacf3ba54f
Make python qps_worker --server_port consistent
...
The python qps_worker was changed in grpc/grpc#24350 , adding support for
the --server_port flag. When the --server_port flag was set, the python
worker ignored the port specified in the Scenario's ServerConfig.
This behavior was inconsistent with Java and Go. In the workers for
those languages, the --server_port flag was used only when the
Scenario's ServerConfig port was unset. It did not override.
This commit alters the behavior of the python qps_worker to match Java
and Go, similar to grpc/grpc#24661 for C++. In addition, it updates the
documentation for the flag.
5 years ago
capstan
3b9484afcb
Rerun tools/buildgen/generate_projects.sh under Python 3.
...
This generates reordered lists, presumably dict traversal issues, and there are whitespace diffs in the emitted .json files.
5 years ago
yulin-liang
afc556a4c3
renegerate files
5 years ago
Chuan Ren
2b1265b42f
Add file-sourced external credentials
5 years ago
Esun Kim
f3e75c1fa9
Add stack-tracer to gRPC
5 years ago
Yash Tibrewal
e11a670736
Add XdsCertificateProvider
5 years ago
Lidi Zheng
1eedd0a693
Add extra safe guard to prevent this function misbehave again
5 years ago
Lidi Zheng
ca2b0f5f07
Fix typo in Python's Windows build
5 years ago
ZhenLian
d5d35650b0
add API to get last modification time of a file
5 years ago
Lidi Zheng
85228ef34a
s/streamming/streaming/g
5 years ago
Lidi Zheng
36b46b104a
Add support for unary-stream benchmarking for Python
5 years ago
Richard Belleville
9b24faf188
Add comment about timeout argument
5 years ago
Esun Kim
4efde0b477
Generating projects
5 years ago
ZhenLian
518ed1303c
Add Credential Loading From Static Providers For TLS Credentials
5 years ago
Richard Belleville
928e3b2fa5
Spruce up docstrings
5 years ago
Richard Belleville
f2059ee6be
Implement grpc.Future interface in SingleThreadedRendezvous
5 years ago
Yash Tibrewal
ea027f0ef5
CertificateProviderStore implementation
5 years ago
Chuan Ren
4c93d36d08
Add url-sourced external credentials
5 years ago
Richard Belleville
905bb9834a
Switch names around
5 years ago
Lidi Zheng
e861546b3c
Replace grpc_shutdown_blocking with grpc_shutdown in Cython
5 years ago
Richard Belleville
f13b324941
Include well-known types in sys.path when using runtime protos
5 years ago
Mark D. Roth
e496705ea3
Move circuit breaking, EDS drops, and load reporting to xds_cluster_impl policy.
5 years ago
Lidi Zheng
684b5d1f47
Fix the grpc.aio import hack and its unit test
5 years ago
Chuan Ren
0cf672d42e
Add implementation of base external account credentials
5 years ago
Mark D. Roth
ff7496b660
fix upbdefs paths for non-bazel builds
5 years ago
Mark D. Roth
f81650f497
update list of upbdefs files in build
5 years ago
Yash Tibrewal
c52cb09f47
Add experimental XdsCredentials with support for insecure channel_credentials and security_connector
5 years ago
Donna Dionne
aafe657978
Bump version to v1.34.x: regenerate projects
5 years ago
Lidi Zheng
4fa90f42ce
Support pre-compiled Python 3.9 wheels
5 years ago
Lidi Zheng
6336930029
Check file name instead of package name
5 years ago
Ben Reed
9a00264e9b
Add --server_port flag to python benchmark worker
...
The benchmark workers for most gRPC languages support a `--server_port`
flag. When specified, the server accepts traffic on this port. This is
true even if a port is specified in the ServerConfig message of a
Scenario.
This change adds this flag to the benchmark worker for Python, allowing
it to adopt the same behavior.
5 years ago
Lidi Zheng
442aa916dc
Make sure the module space won't be polluted by "from grpc import aio"
5 years ago
Lidi Zheng
c6dc383c15
Prevent import order issue in cyclic imports
5 years ago
Lidi Zheng
e54fe6ccd0
Revert "Revert "Allow asyncio API to be imported as grpc.aio""
5 years ago
Lidi Zheng
d938e0052e
Revert "Allow asyncio API to be imported as grpc.aio"
5 years ago
Richard Belleville
3dc0b3b625
Get port properly
5 years ago
Yash Tibrewal
48ec53971a
gRPC Core API to create Xds channel credentials
5 years ago
Richard Belleville
d13fbc5bfb
Remove uses of PIPE
5 years ago
Lidi Zheng
b830caa997
Update the tests.json
5 years ago
Mark D. Roth
799e805e8a
Move locality load reporting to EDS policy.
5 years ago
Mark D. Roth
71050c88b9
Move EDS drop handling to a new eds_drop LB policy.
5 years ago
Lidi Zheng
c9768211fb
Remove unused import
5 years ago
Lidi Zheng
638f6fb659
Expand alternatives to import aio module
5 years ago
Lidi Zheng
b7894bb090
Allow asyncio API to be accessed as grpc.aio.foo
5 years ago
Lidi Zheng
e242764d50
Remove enum34 from requirements.txt
5 years ago