aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
Commit message (Collapse)AuthorAge
* Merge pull request #16318 from ericgribkoff/fork_support_v2_check_if_shutdownGravatar Eric Gribkoff2018-08-22
|\ | | | | Python fork handler checks if gRPC core successfully shutdown
| * Python post-fork handler: exit if grpc shutdown failsGravatar Eric Gribkoff2018-08-22
| |
* | Fix a number of spelling errors.Gravatar Chris Lamb2018-08-22
|/
* Merge pull request #16302 from vjpai/callback_cqGravatar Vijay Pai2018-08-14
|\ | | | | EXPERIMENTAL: Infrastructure for callback-based core CQ
| * Experimental infrastructure for callback-based CQGravatar Vijay Pai2018-08-10
| |
* | Merge branch 'master' into rq-threads-2Gravatar Sree Kuchibhotla2018-08-09
|\|
| * Add experimental API for resetting connection backoff.Gravatar Mark D. Roth2018-08-06
| |
* | Revert "Revert "Restrict the number of threads in C++ sync server""Gravatar Sree Kuchibhotla2018-08-01
|/
* Revert "Restrict the number of threads in C++ sync server"Gravatar Nicolas Noble2018-07-31
|
* Merge branch 'master' into rq-threadsGravatar Sree Kuchibhotla2018-07-30
|\
| * Merge pull request #16120 from tenderlove/rm-unused-codeGravatar apolcyn2018-07-25
| |\ | | | | | | Remove unused code
* | | generate_projects.shGravatar Sree Kuchibhotla2018-07-25
|/ /
* | Ruby tooling: fix makefile strip dependencyGravatar Misty De Meo2018-07-24
| |
| * Remove unused codeGravatar Aaron Patterson2018-07-24
|/ | | | This just deletes some code that isn't used.
* Regenerate projectsGravatar Srini Polavarapu2018-07-19
|
* Expose GetChannel and GetTopChannels Core APIGravatar ncteisen2018-07-18
|
* Merge pull request #15909 from yihuazhang/local_channel_credentialsGravatar yihuaz2018-07-06
|\ | | | | Implement local channel/server credentials
| * implement loca credentialsGravatar Yihua Zhang2018-07-02
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into serializationGravatar ncteisen2018-06-28
|\|
| * Merge pull request #15834 from ↵Gravatar apolcyn2018-06-22
| |\ | | | | | | | | | | | | ganmacs/ensure-that-cancelled-server_streamer-call-raise-cancell GRPC::Cancelled should be occured when calling Enumrable#next on canceled call
| | * GRPC::Cancelled should be occured when calling Enumrable#next on canceled callGravatar ganmacs2018-06-23
| | |
| * | Merge pull request #15800 from ganmacs/remove-redefine-classGravatar apolcyn2018-06-21
| |\ \ | | |/ | |/| EchoMsg is defined in spec/support/services.rb
| * | Merge pull request #15793 from ganmacs/delete-unused-ivarGravatar apolcyn2018-06-20
| |\ \ | | | | | | | | Delete unused ivar
* | | | Support codegen generic on server sideGravatar ncteisen2018-06-20
| | | |
| * | | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-19
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #15274 from JackOfMostTrades/verify-callback-coreGravatar Mark D. Roth2018-06-19
|\ \ \ \ | | | | | | | | | | Create verify_peer_options when creating ssl credentials to support a peer verification callback
| | | | * EchoMsg is defined in spec/support/services.rbGravatar ganmacs2018-06-19
| |_|_|/ |/| | |
* | | | Merge pull request #15377 from ganmacs/move-script-which-has-pre-reqGravatar apolcyn2018-06-18
|\ \ \ \ | | | | | | | | | | Move a script which has a pre-requirement to outside of spec
* \ \ \ \ Merge pull request #15791 from ganmacs/run-spec-by-specifing-fileGravatar apolcyn2018-06-18
|\ \ \ \ \ | | | | | | | | | | | | Be able to execute rspec for each file
| | | | | * Delete unused @metadata_tagGravatar ganmacs2018-06-18
| |_|_|_|/ |/| | | |
| * | | | All spec files require spec_helperGravatar ganmacs2018-06-18
| | | | |
| * | | | spec_helper requires grpcGravatar ganmacs2018-06-18
| | | | |
| | * | | Move a script which has a pre-requirement to outside of specGravatar ganmacs2018-06-16
| | | | | | | | | | | | | | | | | | | | And make it to be execute when using `./tools/run_tests/run_tests.py -l ruby`
| | | | * Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-15
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #15755 from ganmacs/unify-duplicated-methodGravatar apolcyn2018-06-14
|\ \ \ \ \ | | | | | | | | | | | | Unify nearly same methods
| * | | | | Unify nearly same methodGravatar ganmacs2018-06-14
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | `@call` instance variable is same in ActiveCall#merge_metadata_and_send_if_not_already_sent and ActiveCall#send_initial_metadata.
| | | | * Fix ruby test by backing off on the concurrencyGravatar ncteisen2018-06-13
| | | | |
| | | * | Create verify_peer_options when creating ssl credentials in order to expose ↵Gravatar Ian Haken2018-06-12
| | |/ / | |/| | | | | | | | | | | | | | | | | | a verification callback option. These options are not yet exposed to languages outside of core.
| | | * Sleep less for ruby testGravatar ncteisen2018-06-11
| | | |
* | | | Regenrate projectsGravatar Srini Polavarapu2018-06-08
|/ / /
| | * Remove unused APIGravatar ncteisen2018-06-08
| | |
| | * re generate projectGravatar Noah Eisen2018-06-07
| | |
| | * re run generate projectsGravatar ncteisen2018-06-05
| | |
| | * Add basic support for GetChannelGravatar ncteisen2018-06-05
| |/ |/|
* | Merge pull request #15356 from ganmacs/grpc-ruby-does-not-depends-on-googleauthGravatar apolcyn2018-06-02
|\ \ | | | | | | Grpc ruby does not need to depend on googleauth
* \ \ Merge pull request #15442 from apolcyn/error_messageGravatar apolcyn2018-05-18
|\ \ \ | | | | | | | | Add more details to a resource exhausted ruby error
| * | | Add more details to a resource exhausted ruby errorGravatar Alexander Polcyn2018-05-18
| | |/ | |/|
* | | Merge pull request #15354 from ganmacs/fix-math_clientGravatar apolcyn2018-05-17
|\ \ \ | |/ / |/| | Fix math client
| * | Fix math-clientGravatar ganmacs2018-05-15
| | | | | | | | | | | | | | | | | | | | | * 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
| | * Moved pubsub demo_demo to examples directory of rubyGravatar ganmacs2018-05-14
| |/ | | | | | | | | | | | | | | | | | | so that grpc does not depends on googleauth gem. This project (pubsub demo) is introduced at [this commit](https://github.com/grpc/grpc/commit/d5d00d5c8fac4495ea42020866feb913c854aa1e#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.