Stanley Cheung
4b2cec8502
Merge pull request #22998 from stanley-cheung/proto3-presence-protoc-plugin
...
Update grpc protoc plugin to be compliant of proto3 field presence
5 years ago
Mark D. Roth
afe7c74d6d
Merge pull request #23013 from markdroth/xds_config_selector
...
Refactor ServiceConfig code to pave the way for adding a ConfigSelector API
5 years ago
donnadionne
f41058dcdb
Merge pull request #23065 from donnadionne/my_feature2
...
Fixing small internal naming error.
5 years ago
Mark D. Roth
aed6574023
Refactor ServiceConfig code to move parsing to its own API.
5 years ago
Donna Dionne
666572a050
Fixing small internal naming error.
5 years ago
Stanley Cheung
f70ebf85a6
Update to protobuf 3.12.2
5 years ago
Stanley Cheung
dc9b100865
Update grpc protoc plugins to support proto3 optional
5 years ago
Stanley Cheung
71c8056669
Merge pull request #23057 from stanley-cheung/fix-brew-update
...
Trying to fix `ruby requirements` error
5 years ago
Stanley Cheung
179c36186f
review changes
5 years ago
Stanley Cheung
c74b295c69
Trying to fix rvm brew update error
5 years ago
Eric Gribkoff
c9ed65f469
Merge pull request #23022 from ericgribkoff/fail
...
Reenable --fail_on_failed_rpcs flag
5 years ago
Lidi Zheng
6afc689785
Merge pull request #23018 from lidizheng/stablize-metadata-flag-test
...
Stablize metadata flags test
5 years ago
Vijay Pai
f30afb250d
Merge pull request #23060 from vjpai/server_finishes_request
...
Inproc transport server should end all RPC ops after sending status
5 years ago
Lidi Zheng
a275cb1eaa
Supply sock options but still close the socket
5 years ago
Karthik Ravi Shankar
a826ee43a7
Merge pull request #21876 from 3vilM33pl3/master
...
Move windows.h to before check for minimum version instead of after
5 years ago
Karthik Ravi Shankar
9052e52d3b
Merge pull request #23049 from yashykt/gitrepokrs
...
Pass repo manager resposibility to Karthik
5 years ago
Vijay Pai
ecfb556243
Change server_finishes_request test to return OK status
5 years ago
Vijay Pai
1bc7e14f98
Inproc transport bug fix: sending server status should end all RPC ops
5 years ago
Karthik Ravi Shankar
4b7452bcdb
Merge pull request #23053 from grpc/revert-22772-gpr_strvec
...
Revert "Remove gpr_strvec."
5 years ago
Karthik Ravi Shankar
f46c07f3f8
Revert "Remove gpr_strvec."
5 years ago
yulin liang
133d0076b4
Merge pull request #23025 from yulin-liang/master
...
Fix build_one_example.sh script build issue.
5 years ago
Eric Gribkoff
a111c9b224
Merge pull request #23023 from ericgribkoff/ig_size
...
Add wait_for_instance_group_to_reach_expected_size
5 years ago
Yash Tibrewal
6954722a61
Pass repo manager resposibility to Karthik
5 years ago
Eric Gribkoff
86a185b44a
Add wait_for_instance_group_to_reach_expected_size
5 years ago
Mark D. Roth
ec8ec630ac
Merge pull request #23024 from markdroth/lb_policy_call_options
...
Add experimental call attribute accessor method to LoadBalancingPolicy::CallState.
5 years ago
Jan Tattermusch
be153dcb71
Merge pull request #22989 from jtattermusch/upgrade_sourcelink
...
C# upgrade sourcelink
5 years ago
Mark D. Roth
832da8bd26
Merge pull request #22926 from markdroth/xds_cds_resource_does_not_exist
...
xds: Put channel in TRANSIENT_FAILURE when CDS resource is removed.
5 years ago
Richard Belleville
9facfe2b68
Merge pull request #23026 from gnossen/xds_client
...
Add configurable client to Python xDS Example
5 years ago
Richard Belleville
f60226f140
Yapf
5 years ago
yulin-liang
a58b69d062
Merge remote-tracking branch 'upstream/master'
5 years ago
yulin-liang
6ec5f3e13c
remove the extra space.
5 years ago
Mark D. Roth
3db250de10
Merge pull request #22772 from markdroth/gpr_strvec
...
Remove gpr_strvec.
5 years ago
Richard Belleville
212d4468f0
Accidentally a sentence fragment
5 years ago
Richard Belleville
6bd8816c0a
Add client
5 years ago
yulin-liang
ab68ff01c4
Fix build_one_example.sh script build issue.
5 years ago
Mark D. Roth
cfc82d5f34
Add experimental attribute accessor method to LoadBalancingPolicy::CallState.
5 years ago
donnadionne
260b0528ba
Merge pull request #22983 from donnadionne/ignore
...
Default Route matcher checking:
5 years ago
Eric Gribkoff
14374494bf
Reenable --fail_on_failed_rpcs flag
...
These were previously causing flaky tests due to latency in the config
push from GCP -> TD, meaning that the clients were launching before the
new config was actually available to the client. These tests now launch
a "exploratory" client process before initiating the test to ensure that
the expected backends are receiving traffic before the test begins.
(The existing checks rely purely on GCP API, e.g., checking if the
backend service reports healthy. There can be slight delays before these
status changes are actually available in the xDS response sent to
proxyless clients).
5 years ago
Esun Kim
c3a464e742
Merge pull request #22960 from veblush/handshaker_factory_list
...
Use an array allocator for HandshakerFactoryList
5 years ago
Mark D. Roth
c2ef110303
Replace gpr_strvec with absl::StrJoin().
5 years ago
ZhenLian
21cf7fcf5a
Merge pull request #23006 from ZhenLian/zhen_tmp_branch
...
[Expose SPIFFE ID] add logging when multiple IDs
5 years ago
Srini Polavarapu
02f099875c
Merge pull request #23012 from srini100/update_boringssl
...
Update boringssl
5 years ago
ZHANG Dapeng
de195d3520
Merge pull request #23017 from grpc/dapengzhang0-patch-1
...
Add java v1.29.0 release to client matrix
5 years ago
Lidi Zheng
076909aa1a
Merge pull request #23007 from lidizheng/stablize-channel-ready-test
...
Stablize Python's channel_ready_test
5 years ago
ZHANG Dapeng
13f2366230
Add java v1.29.0 release to client matrix
5 years ago
Lidi Zheng
ea7116d3b7
Try another approach to stablize the test
5 years ago
Srini Polavarapu
ce52c1dd71
update boringssl
5 years ago
Esun Kim
6a2880a1ac
Merge pull request #22992 from veblush/json-run-flaky-logs
...
Add more logs and asserts to qps_worker
5 years ago
Stanley Cheung
fffea57b54
Merge pull request #22994 from stanley-cheung/php-fix-windows-upmerge
...
PHP: Fix include path for boringssl in windows build
5 years ago
Srini Polavarapu
a0161b8ab9
update boringssl
5 years ago