Commit Graph

1448 Commits

Author SHA1 Message Date
miyucy f9111b2a82
Fix ruby 2.7 keyword arguments deprecation
Similar to https://github.com/grpc/grpc/pull/22915
2020-07-08 15:06:51 +09:00
apolcyn 4cacc60651
Merge pull request #23333 from apolcyn/bad_md_drops_call_creds_thread
Make sure call creds user callbacks can't kill the ruby call credentials thread
2020-07-05 23:22:54 -07:00
Esun Kim 34027f60fc Refactored AR in makefile 2020-06-29 22:51:31 -07:00
Alexander Polcyn 9e8f671cee Update license date; fix format and typo 2020-06-26 23:00:31 -07:00
Alexander Polcyn 95387716dc Make sure call creds user callbacks can't kill the ruby call credentials thread 2020-06-26 18:29:22 -07:00
apolcyn 56c04ddaed
Merge pull request #19756 from apolcyn/fix_ruby_md
Fix auth plugin context use-after-free in ruby
2020-06-26 17:54:50 -07:00
Alexander Polcyn b88c0a22c7 Fix use-after-free in ruby call creds 2020-06-26 13:26:54 -07:00
Alexander Polcyn 1df2cb3760 Dump details around ruby call creds user callback invocation when debug logs are enabled 2020-06-26 11:26:55 -07:00
Patrice Chalin 4c4933e056 Docs: fix links to quick start pages 2020-06-16 08:40:59 -04:00
Srini Polavarapu 057091fe1f Regenerate projects 2020-06-05 13:54:32 -07: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
apolcyn fed09cbe2c
Merge pull request #20417 from casperisfine/ruby-27-frozen-strings
Fix Ruby 2.7 compatibility in GenericService.underscore
2020-05-14 16:32:28 -07:00
Alexander Polcyn 90f13f08f0 plumb recv_stats_op error_string field up to the ruby surface 2020-05-12 18:23:22 -07:00
apolcyn 6640651bcf
Merge pull request #20867 from yoshimaru46/fix-to-use-immutable-string-literal
Fix to use immutable string literal
2020-05-12 13:24:17 -07:00
apolcyn e63fa5fdf0
Merge pull request #22734 from south37/fix-yard-annotation-of-client-interceptor
Fix YARD annotation of GRPC::ClientInterceptor
2020-05-12 11:44:47 -07:00
Jason Meller 3e17411774
Covert hash to keyword arguments for ruby 2.7
Ruby 2.7 deprecated passing a hash as the last argument for a method that takes keyword params. This commit coverts the hash explicitly to keyword args using the double splat.


```
grpc-1.28.0-universal-darwin/src/ruby/lib/grpc/generic/service.rb:170: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
```
2020-05-10 17:15:30 -04:00
apolcyn 4046ee6367
Merge pull request #22594 from Oshiumi/fix-nested-message-output-generation
Fix generating method output with nested resource
2020-05-08 13:34:30 -07:00
Nicolas "Pixel" Noble 791729d09f Bumping version. 2020-04-30 08:12:29 +02:00
Jean Boussier d6bebcd248 Fix Ruby 2.7 compatibility in GenericService.underscore 2020-04-27 12:38:46 +02:00
Nao Minami c76ad73712 Fix yard annotation of ClientInterceptor 2020-04-22 18:50:48 +09: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
Oshiumi fc70267f0e Fix generating output with nested resource 2020-04-07 01:51:59 +09:00
jiangtaoli2016 951abee174 Revert "Append old ca.pem"
This reverts commit 13c6b6c612.
2020-03-20 16:49:15 -07:00
jiangtaoli2016 13c6b6c612 Append old ca.pem 2020-03-20 14:48:02 -07:00
jiangtaoli2016 2620763fdd Update test creds for php, python, ruby 2020-03-18 16:48:22 -07:00
Richard Belleville 5ef379870d Regenerate projects 2020-02-26 10:39:34 -08:00
Alexander Polcyn 1197454f5a Regenerate projects 2020-01-17 15:36:25 -08:00
Jan Tattermusch d53663750c regenerate ruby protobufs 2020-01-15 04:43:59 -05:00
Yihua Zhang c8c284ed3a merge with upstream/master 2020-01-07 15:33:26 -08:00
Yihua Zhang e10d90ba27 add security level negotiation between call creds and channel. 2020-01-06 11:40:27 -08:00
Akshay Kumar 3eadaa1aa8 FullChainExperimental-01-200106-rb 2020-01-06 11:19:40 -08:00
Richard Belleville 6feae07504 Regenerate projects 2019-12-03 15:08:50 -08:00
Esun Kim 81df105ac8 Deprecate gpr_get/set_allocation_functions 2019-11-04 19:47:33 -08:00
Yoshihiro Saito 4ba9b6d44e Fix to use immutable string literal 2019-10-30 15:47:38 +09:00
Yash Tibrewal 07ef24344c Regenerate projects 2019-10-24 11:54:20 -07:00
Esun Kim a67213158c Use -static-libstdc++ for ruby.linux 2019-10-04 15:56:47 -07:00
tanjunchen 64cdea5a07 fix some spelling mistakes in document 2019-10-04 09:07:35 +08:00
chentanjun 05b3eeff77 fix-up some spelling mistakes 2019-09-25 23:29:47 +08:00
Esun Kim cf444b9cab Regenerate projects 2019-09-10 14:08:50 -07:00
Esun Kim 49b9fb2b3c Enable C++ standard library 2019-09-03 09:27:54 -07:00
apolcyn 79fc2e5c56
Merge pull request #19939 from blowmage/ruby-struct-status-rb
Define Struct::Status in Ruby
2019-08-15 23:48:21 -07:00
Mike Moore 0f8dced6c4
Define Struct::Status in Ruby
Update error end2end test for loading when calling to_status.
Update error end2end test for loading when calling to_rpc_status.
2019-08-15 17:34:51 -06:00
apolcyn 4a1ef56a54
Merge pull request #19940 from jbolinger/fix-rubyname-gen
Allow Ruby style (::) package names in Ruby codegen
2019-08-15 13:53:25 -07:00
Joe Bolinger f463965084 Allow :: in ruby_package 2019-08-15 09:45:47 -07:00
apolcyn 460ccabf27
Merge pull request #19893 from blowmage/ruby-load-errors-early
Allow loading grpc/errors.rb before grpc.rb
2019-08-13 11:54:18 -07:00