ganmacs
c1b64e3493
GRPC::Cancelled should be occured when calling Enumrable#next on canceled call
7 years ago
Mehrdad Afshari
ed0dc067ba
Regenerate Projects
7 years ago
ncteisen
93a90e6132
Support codegen generic on server side
7 years ago
ganmacs
811a580425
EchoMsg is defined in spec/support/services.rb
7 years ago
ganmacs
f15c6f24c1
Delete unused @metadata_tag
7 years ago
ganmacs
cb450277a3
All spec files require spec_helper
7 years ago
ganmacs
075a26faff
spec_helper requires grpc
7 years ago
ganmacs
0b4fb6a5e2
Move a script which has a pre-requirement to outside of spec
...
And make it to be execute when using `./tools/run_tests/run_tests.py -l ruby`
7 years ago
Mehrdad Afshari
561630dfe2
Regenerate projects
7 years ago
ganmacs
277d894d7f
Unify nearly same method
...
`@call` instance variable is same in
ActiveCall#merge_metadata_and_send_if_not_already_sent and
ActiveCall#send_initial_metadata.
7 years ago
ncteisen
19ac7c0baf
Fix ruby test by backing off on the concurrency
7 years ago
Ian Haken
68eff58df6
Create verify_peer_options when creating ssl credentials in order to expose a verification callback option.
...
These options are not yet exposed to languages outside of core.
7 years ago
ncteisen
cb5471c2ee
Sleep less for ruby test
7 years ago
Srini Polavarapu
586c639795
Regenerate projects
7 years ago
Srini Polavarapu
c79c156307
Regenrate projects
7 years ago
ncteisen
16280c7398
Remove unused API
7 years ago
Noah Eisen
70f7558a18
re generate project
7 years ago
ncteisen
ec482847b2
re run generate projects
7 years ago
ncteisen
c3c6e064b3
Add basic support for GetChannel
7 years ago
kpayson64
51ea031516
Bump 1.12.1
7 years ago
Alexander Polcyn
747fbca1e8
Add more details to a resource exhausted ruby error
7 years ago
ganmacs
520b2a0786
Fix a error message
...
To match the name with the code in #parse_args method.
7 years ago
Mehrdad Afshari
4ecc5d8225
Regenerate projects
7 years ago
ganmacs
ad4312aaa9
Fix math-client
...
* insecure stub needs :this_channel_is_insecure as an argument
* timeout option should be set at initializing stub
* Should be set logger to output
* Remove debug print
7 years ago
ganmacs
61d9a42007
Moved pubsub demo_demo to examples directory of ruby
...
so that grpc does not depends on googleauth gem.
This project (pubsub demo) is introduced at [this
commit](d5d00d5c8f (diff-c495642bb64c09cae54f3ccff463bd51)
)
as demo project for grpc with ruby.
This demo is awesome. But the position of this project directory seems
to be not suitable for demo app. This project added unnecessary gem dependency about googleauth to grpc ruby gem.
7 years ago
ganmacs
af48e68028
Remove print
7 years ago
Carl Mastrangelo
95fbb06ca8
regenerate pbs
7 years ago
Mehrdad Afshari
2d43a45ad1
Regenerate projects
7 years ago
Mehrdad Afshari
e388cdfb63
Regenerate projects
7 years ago
Carl Mastrangelo
d8306ec142
update ruby
7 years ago
kpayson64
7a20c962df
Break out qps services into seperate protos
7 years ago
Yihua Zhang
fe2fa0c1c8
Add C++ experimental API extensions for ALTS C stack
7 years ago
Mehrdad Afshari
12420ccb21
Regenerate projects
7 years ago
Alexander Polcyn
e8bced7db8
Fix codegen test under gcov config
7 years ago
Mehrdad Afshari
df35fbbf06
Regenerate projects
7 years ago
Alexander Polcyn
3cf470dddf
fix race whereby we can call watch_connectivity_state on a destroyed channel
7 years ago
Alexander Polcyn
d3594987df
fix race whereby we can call watch_connectivity_state on a destroyed channel
7 years ago
Jan Tattermusch
3095e350ac
regenerate projects using tools/buildgen/generate_projects.sh
7 years ago
Alexander Polcyn
10acefc104
Never throw CallErrors for failed bidi reads or writes
7 years ago
Mehrdad Afshari
4f68b4cfac
Regenerate projects
7 years ago
Mehrdad Afshari
10d1b1e2a7
Regenerate projects
7 years ago
Mehrdad Afshari
90cfc8ed57
Regenerate projects
7 years ago
Alexander Polcyn
ae937d34d6
Never throw CallErrors for failed bidi reads or writes
7 years ago
Mehrdad Afshari
9cad11ae08
regenerate projects
7 years ago
everysick
bae00e08cc
Add test for verifying to get memory usage in client request
7 years ago
Mehrdad Afshari
e1a9f170b5
regenerate projects
7 years ago
Daniel Neighman
8b7007ad7b
Updates the ruby generator RubyAsType to correctly account for underscores in packages
...
Prior to this change, when the ruby generator tried to reference an entity that was not part of the same package
(or a direct parent package) and the package contains underscores,
the result would simply uppercase the first character.
It should however uppercase each letter that proceeds an underscore and remove underscores.
i.e.
```
package my_package.service;
import "my_package/data.proto";
service MyService {
rpc Test (data.Request) returns data.Response {}
}
```
Was
```ruby
# ...
rpc :Test, My_package::Data::REquest, My_package::Data::Response
# ...
```
Should be:
```ruby
# ...
rpc :Test, MyPackage::Data::REquest, My_package::Data::Response
# ...
```
7 years ago
everysick
dfc95159a6
Use GRPC_RB_MEMSIZE_UNAVAILABLE in grpc_rb_md_ary_data_type
7 years ago
Ruslan Nigmatullin
99d0cee31b
regenerate projects
7 years ago
ncteisen
3b42f83068
Revert "Revert "Channel Tracing Implementation; Part 1""
...
This reverts commit f2bea3725f
.
7 years ago