Eric Gribkoff
d0f91d2e73
Use grpc_bazel.sh to run the xds test client using bazel
5 years ago
Eric Gribkoff
dfcd0331bd
Merge pull request #22139 from ericgribkoff/stats_port_flag
...
Add --stats_port and --service_port_range params
5 years ago
Eric Gribkoff
e8325a16e6
Add --stats_port and --service_port_range params
...
--service_port_range replaces --grpc_port and allows the test driver to
pick an available port, allowing multiple instances of the test to run
simultaneously in the same GCP project and network
5 years ago
Richard Belleville
4be68955a2
Merge pull request #22131 from muxi/port-22130
...
Port #22130 : gRPC C++ podspec replace openssl with openssl_grpc
5 years ago
Muxi Yan
ef1a4b87a8
gRPC C++ podspec replace openssl with openssl_grpc
5 years ago
Eric Gribkoff
99734c2d20
Merge pull request #22098 from ericgribkoff/more_run_test_params
...
Add params for running in other test environments
5 years ago
Esun Kim
b540b8a71c
Merge pull request #22039 from larskanis/binary-ruby-2.7
...
Add ruby-2.7 to build process of binary gems for Windows and Linux
5 years ago
Yash Tibrewal
c11aafda85
Merge pull request #22116 from grpc/rotation-yash
...
Rotation to yash
5 years ago
Vijay Pai
659cba3511
Merge pull request #22118 from grpc/revert-21324-x-goog-user-project
...
Revert "feat: add x-goog-user-project header from quota_project_id field"
5 years ago
Vijay Pai
f6b38f75a4
Revert "feat: add x-goog-user-project header from quota_project_id field"
5 years ago
Nicolas Noble
73e4049ef5
Update pull_request_template.md
5 years ago
Nicolas Noble
7c54581f09
Update feature_request.md
5 years ago
Nicolas Noble
05f77d8f9b
Update cleanup_request.md
5 years ago
Nicolas Noble
3a4bd034ae
Rotation to yash
5 years ago
Yash Tibrewal
dfec5266dd
Merge pull request #22081 from yashykt/enablewstest
...
Re-enable work_serializer test internally
5 years ago
Mehrdad Afshari
5312a3aeb2
Merge pull request #22093 from mehrdada/ssl_transport_security
...
Fix mixed-signed comparison in security code
5 years ago
Mark D. Roth
0b689cb607
Merge pull request #22011 from markdroth/xds_client_load_reporting_api
...
Restructure XdsClient load reporting APIs
5 years ago
Mark D. Roth
78c648c98a
Restructure XdsClient load reporting APIs
5 years ago
apolcyn
17036c1452
Merge pull request #21698 from apolcyn/bump_g_stands_for
...
Bump g stands for
5 years ago
ZhenLian
8a7c2893d5
Merge pull request #22084 from grpc/zhen_cleanup_check_call_host
...
make check_call_host() in ssl_security_connector to use ssl_utils
5 years ago
Esun Kim
056a3bc884
Merge pull request #21845 from veblush/absl-str-format
...
Replaced gpr_asprintf with absl::StrFormat
5 years ago
Esun Kim
ab1c64216d
Merge pull request #22092 from veblush/absl-ex
...
Enable absl completely
5 years ago
Eric Gribkoff
704415e252
Add params for running in other test environments
5 years ago
Eric Gribkoff
695c844d0f
Merge pull request #22016 from ericgribkoff/xds_kokoro
...
Run C++ xDS tests on Kokoro
5 years ago
Vijay Pai
179506cb43
Merge pull request #22085 from grpc/vjpai-patch-1
...
Don't depend on InlinedVector::clear to de-allocate
5 years ago
Mehrdad Afshari
875f43c52f
Fix mixed-signed comparison in security code
5 years ago
Jiangtao Li
ddd010781f
Merge pull request #21324 from tmatsuo/x-goog-user-project
...
feat: add x-goog-user-project header from quota_project_id field
5 years ago
Esun Kim
5f41758a76
Replaced gpr_asprintf with absl::StrFormat
5 years ago
Esun Kim
433439bc77
Merge pull request #21843 from veblush/absl-make-unique
...
Replaced grpc_core::MakeUnique with absl::make_unique
5 years ago
Mark D. Roth
2a67b2d55a
Merge pull request #22063 from markdroth/xds_lrs_metadata
...
Update LRS to use "PROXYLESS_CLIENT_HOSTNAME" metadata instead of cluster field.
5 years ago
Zhen Lian
40dd4a3301
make check_call_host() in ssl_security_connector to use ssl_utils
5 years ago
Esun Kim
2295cde4e5
Enable absl completely
5 years ago
Lidi Zheng
2eeb22de65
Merge pull request #21904 from lidizheng/aio-benchmark-client
...
[Aio] Benchmark automation
5 years ago
Esun Kim
7a14955759
Replaced grpc_core::MakeUnique with absl::make_unique
5 years ago
matthewstevenson88
ee020be62c
Merge pull request #21932 from matthewstevenson88/tls-credentials-1
...
Updates to TLS credentials, version 4
5 years ago
Eric Gribkoff
4795b7e361
Run xDS tests on Kokoro
5 years ago
Vijay Pai
37e945c945
Use absl::InlinedVector instead of grpc_core::InlinedVector
5 years ago
Vijay Pai
0fd5abefca
Don't depend on InlinedVector::clear to de-allocate
5 years ago
Vijay Pai
5064076e42
Merge pull request #22065 from vjpai/completion_op_conditional_inline
...
Be careful about when to inline user's OnDone server callback
5 years ago
Vijay Pai
3620abf059
Properly follow precise conditions for callback inlining
5 years ago
Matthew Stevenson
e04e8285b9
Removed config file.
5 years ago
Matthew Stevenson
77377fa931
Removed server builder and ssl creds stuff.
5 years ago
Yash Tibrewal
0622d34bd2
Re-enable work_serializer test internally
5 years ago
Lidi Zheng
bbcaca2d83
Add uvloop argument
5 years ago
Lidi Zheng
8aff9ec592
Merge pull request #21987 from lidizheng/aio-doc
...
[Aio] Generate gRPC AsyncIO API Reference
5 years ago
Esun Kim
0b4a9d6ba0
Merge pull request #22043 from veblush/windbglib
...
Add dbghelp.lib to windows artifacts
5 years ago
Esun Kim
7cba26f0b9
Merge pull request #22066 from veblush/bm-closure
...
Changed Closure to TestClosure to avoid name conflict
5 years ago
Lidi Zheng
c0e1dbc445
Update method naming & use os.path.join
5 years ago
Esun Kim
b92c3a2879
Changed Closure to TestClosure to avoid name conflict
5 years ago
Richard Belleville
3ed237d4bb
Merge pull request #21954 from gnossen/simple_stubs
...
Experimental: Implement Top-Level Invocation Functions Not Requiring an Explicit Channel
5 years ago