Mark D. Roth
def07a4716
clang-format
5 years ago
Mark D. Roth
76d487b9fd
Merge remote-tracking branch 'upstream/master' into xds_overprovisioning_capability
5 years ago
Mark D. Roth
bc6fb3e70b
Merge pull request #22100 from markdroth/lb_policy_config_legacy_handling
...
Always construct LB policy config, even when only the policy name is specified.
5 years ago
Mark D. Roth
3c98b9d8fe
populate user_agent_name and user_agent_version
5 years ago
Karthik Ravi Shankar
ed3edcf975
Merge pull request #21835 from longkb/remove_redundance_words
...
Fix some spelling errors in comment
5 years ago
Richard Belleville
5ef379870d
Regenerate projects
5 years ago
Richard Belleville
e659e3e398
Bump version to 1.29, Gringotts
5 years ago
Mark D. Roth
48b9cd992d
Always construct LB policy config, even when only the policy name is specified.
5 years ago
Mark D. Roth
412419b5f9
fix submodule check
5 years ago
Mark D. Roth
c3ac15b480
buildifer
5 years ago
Mark D. Roth
8908ea5d79
clang-format
5 years ago
Mark D. Roth
b68f813e54
xds: send envoy.lb.does_not_support_overprovisioning client capability
5 years ago
Esun Kim
389d9baa6f
Merge pull request #22099 from veblush/absl-update
...
Update abseil to LTS (lts_2020_02_25)
5 years ago
Eric Gribkoff
47ceb4e035
set timeout on rpc call
5 years ago
Esun Kim
6b3d0f61b3
Fix illegal access
5 years ago
Esun Kim
dc8c0a2c2b
Update abseil to lts_2020_02_25
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
Moiz Haidry
67565b767d
CallCredentials debug string API
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
Zhanghui Mao
99e26eb647
Merge branch 'implement-server-interceptor-for-unary-unary-call' of github.com:ZHmao/grpc into implement-server-interceptor-for-unary-unary-call
5 years ago
Zhanghui Mao
128d030cdc
upate test
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
Richard Belleville
7adf2f5c65
Implement first pass at Python XDS interop client.
...
I discovered a couple of existing shortcomings while implementing this
client that mean this is *not yet ready for inclusion in CI*. I
nonetheless want to get an early review and integrate this to the master
branch, in the interest of small easily reviewable code changes.
The first problem was that the bazel build has apparently never pulled
roots.pem in as a data dependency. This appears not to have been a
problem until XDS enters into the mix. This has been added into the
Bazel build with a small change to the pyx_library rule.
The larger problem is that there is currently no public Python API to
get a peer's identity from the client side. This is crucial to
determining the correctness of an interaction of a client-server pair
under XDS. I intend to add such an method to the RpcContext interface in
an upcoming PR and use it in the interop client. For the moment, I
simply fake the peer details.
Finally, I add a knob to run_xds_tests.py allowing multiple instances of
this test to exist at once. Multiple instances forwarding to the same
port cannot exist on GCE, so this enables multiple people to run tests
at the same time.
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
Zhanghui Mao
958fb08d0d
Merge branch 'master' into implement-server-interceptor-for-unary-unary-call
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