Jan Tattermusch
eceffa09cb
upgrade protobuf to 3.18.1 (automatically generated) ( #27722 )
...
* Update third_party/protobuf
* run tools/distrib/python/make_grpcio_tools.py
* regenerate protos for csharp, ruby, php
* update build_handwritten.yaml
* update Protobuf-C++.podspec
* regenerate projects
* [objc] Patch protobuf podspec for 3.18.1 update
- excluding reflection_tester with gtest dependency
Co-authored-by: dennycd <dennycd@google.com>
2021-10-21 14:52:28 -07:00
Stanley Cheung
f89574cc4b
Ruby: fix timeout flake, always start RPC in threads ( #26426 )
2021-06-09 11:27:12 -07:00
Yash Tibrewal
81276fff2e
Update protobuf version to 3.15.8 ( #26105 )
...
* Update protobuf version to 3.15.8
* Run tools/distrib/python/make_grpcio_tools.py
2021-04-30 11:03:23 -07:00
Stanley Cheung
ab3096f12c
Fix header_matching for PHP and Ruby ( #26017 )
2021-04-20 11:37:03 -07:00
Stanley Cheung
6855314067
Ruby: Fix xds fault_injection test ( #26006 )
2021-04-19 16:15:02 -07:00
Stanley Cheung
e6e82104e2
Fix access to empty list in proto ( #25625 )
2021-03-04 20:14:19 -08:00
Stanley Cheung
beaf86dc43
review fixes
2021-02-11 23:54:19 +00:00
Stanley Cheung
ac9bf63631
Ruby xds timeout test
2021-02-11 23:21:08 +00:00
Stanley Cheung
769689ec89
Re-generate Ruby protos
2021-02-01 14:15:07 -08:00
Stanley Cheung
09e4bce53e
Review comment fixes: need synchronization
2020-12-22 02:25:48 +00:00
Stanley Cheung
d04f80a156
review comment fixes
2020-12-22 01:20:12 +00:00
Stanley Cheung
e4ebd44cd6
Ruby: add support to circuit_breaking xds interop test case
2020-12-22 01:20:12 +00:00
Stanley Cheung
6c142d76de
Re-generate protos for Ruby
2020-12-02 11:08:14 -08:00
Stanley Cheung
7c794b9700
Review fixes
2020-08-17 18:45:32 +00:00
Stanley Cheung
cbe0f31e08
Update XDS interop tests for PHP and Ruby
2020-08-17 18:45:32 +00:00
Hannah Shi
09a3424c70
generate proto ruby
2020-08-14 08:22:45 +00:00
Stanley Cheung
88be358e0d
Set timeout on PHP/Ruby xDS test
2020-06-05 01:52:51 +00:00
Stanley Cheung
503e2f8766
Fix format
2020-06-04 20:44:17 +00:00
Stanley Cheung
bd061ecf47
Add debug info to xds test
2020-06-04 13:14:25 -07:00
Stanley Cheung
5b5c5f4478
Ruby xDS interop client
2020-05-19 11:19:02 -07:00
Jan Tattermusch
6ffa02a389
do not eat errors when generating protos
2020-04-18 18:43:55 +02:00
Jan Tattermusch
0432f7f6ca
use bazel-built protoc and plugin for generate_proto_*.sh scripts
...
modify scripts
2020-04-17 13:13:36 +02:00
Jan Tattermusch
555804bb94
regenerate ruby protos
2020-04-17 13:13:36 +02:00
Jan Tattermusch
d53663750c
regenerate ruby protobufs
2020-01-15 04:43:59 -05:00
Jan Tattermusch
b667c2f72f
regenerate ruby protos
2019-03-12 05:09:46 -04:00
xichengliudui
d9b508c896
Fix various typos in .cc and .md and .py files
2019-02-12 11:11:43 -05:00
Jan Tattermusch
b904fdaa40
do not use server override in ruby interop client by default
2018-12-20 14:49:54 +01:00
ganmacs
79f58ec74e
Use space
2018-11-26 19:51:07 +09:00
ganmacs
b5ee54add3
Remove unused require
2018-11-26 19:50:50 +09:00
ganmacs
8722714ae4
change var name to be consistent with others
2018-10-01 17:32:12 +09:00
apolcyn
2947946871
Merge pull request #15378 from ganmacs/fix-option-name
...
Change option name of client.rb
2018-09-26 21:24:59 -07:00
Chris Lamb
fba18d8551
Fix a number of spelling errors.
2018-08-22 16:52:46 +01:00
ganmacs
520b2a0786
Fix a error message
...
To match the name with the code in #parse_args method.
2018-05-16 08:47:57 +09:00
ganmacs
af48e68028
Remove print
2018-05-14 17:14:36 +09:00
Carl Mastrangelo
95fbb06ca8
regenerate pbs
2018-05-03 12:33:25 -07:00
Carl Mastrangelo
d8306ec142
update ruby
2018-05-02 12:05:49 -07:00
kpayson64
7a20c962df
Break out qps services into seperate protos
2018-04-18 22:13:09 -07:00
Shohei Kamimori
35367cc3ed
fix typo
2018-02-05 18:46:41 +09:00
Marko Bogdanović
9f4a8eeced
Add HealthChecker helpers for setting statuses
2017-11-18 10:59:57 +01:00
Shaun McCormick
eec7a917ba
Add Ruby server interceptors
2017-09-25 09:28:04 -05:00
Jan Tattermusch
4d5c3102a1
fix remaining license notices
2017-06-08 11:22:41 +02:00
Jan Tattermusch
7897ae9308
auto-fix most of licenses
2017-06-08 11:22:41 +02:00
ncteisen
8f3f2f4bd8
Fix ruby:{python,csharp,csharpcoreclr}_server behavior
2017-01-10 15:39:51 -08:00
ncteisen
9dc0ca0a70
Merge branch 'master' of https://github.com/grpc/grpc into ruby_advanced_interop_client_side
2017-01-09 15:14:24 -08:00
ncteisen
56610d4706
Address github comments
2017-01-09 13:28:25 -08:00
ncteisen
46b716d521
Merge branch 'master' of https://github.com/grpc/grpc into ruby_advanced_interop_server_side
2017-01-05 07:58:12 -08:00
ncteisen
2e3972ae54
Add advanced interop test behavior for Ruby server side
2016-12-21 15:43:21 -08:00
Noah Eisen
ef4ceda6fd
Add advanced interop tests for Ruby client
2016-12-21 13:57:30 -08:00
Nathaniel Manista
8f7b0b48bf
v1.0.x → master upmerge
...
Manual changes:
- Fixed use of Exception.message in _invalid_metadata_test.py
- Fixed merge of one_failed_as_unavailable in rpc_server_spec.rb
- Added "set -e" to generate_build_additions.sh
2016-12-16 23:48:52 +00:00
Alexander Polcyn
174aa915ba
change client code to use specific exceptions and throw bad status if
...
unkown code
2016-11-30 10:01:39 -08:00