aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/lib/grpc/generic/service.rb
Commit message (Expand)AuthorAge
* Return unimplementedGravatar ganmacs2018-11-25
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* change ruby default unimplemented ruby server handler to have two argumentsGravatar Alexander Polcyn2016-12-21
* v1.0.x → master upmergeGravatar Nathaniel Manista2016-12-16
|\
* | Use snake_case names for default rpc method implementationsGravatar igorpeshansky2016-12-09
| * change client code to use specific exceptions and throw bad status ifGravatar Alexander Polcyn2016-11-30
|/
* Finished removing CompletionQueue from Ruby API, made some changes for clarityGravatar murgatroid992016-06-13
* Avoid using unspecified keyword args where possibleGravatar murgatroid992016-05-16
* Add a default handler to Ruby services that returns UNIMPLEMENTEDGravatar murgatroid992016-05-06
* Changed some 'require' to 'require_relative' and modified rpc_server slightlyGravatar murgatroid992016-04-22
* Made insecure channel/stub explicit, in all layersGravatar murgatroid992015-12-16
* Breaks API - switches timeout to a keyword arg.Gravatar Tim Emiola2015-08-13
* Encapsulate logger within GRPC moduleGravatar Nick Gauthier2015-05-20
* Really removes the string monkey-patchGravatar Tim Emiola2015-05-07
* make underscore a class method of GenericServiceGravatar Tim Emiola2015-05-07
* Enables some incorrectly disabled testsGravatar Tim Emiola2015-03-23
* Corrects the handling of metadata when the optional deadline is specifiedGravatar Tim Emiola2015-03-23
* Fix typos 'proivde' -> 'provide' and 'e,g.' -> 'e.g.'Gravatar Aggelos Avgerinos2015-02-27
* Merge pull request #540 from ctiller/copyrightGravatar Tim Emiola2015-02-18
|\
| * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
| * Update copyright to 2015Gravatar Craig Tiller2015-02-18
* | Updates the module name in the idiomatic and stub layersGravatar Tim Emiola2015-02-17
|/
* Adds rubocop and fixes most style violations it detectedGravatar Tim Emiola2015-01-16
* Updates service.rb to ensure that the DSL specified service name is not overr...Gravatar temiola2015-01-09
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
* Updates service.rb to ensure that the DSL specified service name is not overr...Gravatar temiola2015-01-08
* Update modules and packages to allow for a single grpc importGravatar temiola2014-12-11
* Updating moe_db.txt with the latest equivalence since the ruby import changed...Gravatar nnoble2014-12-05
* Incorporating ruby into the master grpc repository.Gravatar nnoble2014-12-01