aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/bin
Commit message (Collapse)AuthorAge
* 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
* | 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.
* fix typoGravatar Shohei Kamimori2018-02-05
|
* fix remaining license noticesGravatar Jan Tattermusch2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Updated ruby protos to use new _pb filenameGravatar Ken Payson2016-07-26
|
* Added comments to ruby code generationGravatar murgatroid992016-05-20
|
* Simplified ruby interop test filesGravatar murgatroid992016-04-21
|
* Merge pull request #4412 from murgatroid99/ruby_auth_metadata_pluginGravatar Michael Lumish2015-12-11
|\ | | | | Ruby auth metadata plugin
* | Get rid of SSL_CERT_FILE env entirelyGravatar Jan Tattermusch2015-12-10
| |
* | update ruby to new position of math.proto and health.protoGravatar Jan Tattermusch2015-12-07
| |
* | consolidate math.proto and health.protoGravatar Jan Tattermusch2015-12-07
| |
| * Plumb CallCredentials through Ruby code, replacing metadata_updater ↵Gravatar murgatroid992015-12-04
|/ | | | functionality
* Ruby wrapping of core credentials API change.Gravatar Tim Emiola2015-10-28
|
* Fixes bins in the grpc beta packageGravatar Tim Emiola2015-09-24
|
* Merge pull request #3158 from tbetbetbe/grpc-ruby-server-support-multiple-certsGravatar Michael Lumish2015-08-31
|\ | | | | Grpc ruby server add support for multiple certs
| * Update sites using ServerCredentials.newGravatar Tim Emiola2015-08-31
| |
* | Updates server shutdown handlingGravatar Tim Emiola2015-08-28
|/ | | | | | | - ensures that servers cancels calls after the shutdown timeout - uses an infinite timeout when request server calls This two changes fix the issue where the server segfaults on shutdown.
* Reorganize interop test files.Gravatar Tim Emiola2015-08-14
| | | | | | | | | - moves the client/server behaviour to pb/test - deprecate current bin/interop/interop_{client,server}.rb - adds executable endpoints to bin - grpc_ruby_interop_{client, server} - these will be added to the ruby bin path when the grpc gem gem is installed, making them easier to execute
* Update the generated code for the interop service.Gravatar Tim Emiola2015-08-14
| | | | | | | | - Updates the code generated for the interop service - Moves the generated interop service/client from bin to pb Also - removes an empty file from the health pb directories
* Merges timeout interop test changeGravatar Tim Emiola2015-08-14
|
* Adds the ruby timeout interop test.Gravatar Tim Emiola2015-08-14
| | | | | | | | | | | | | | | Corrects some other issues - fixes status return when calls fail by always returning the status - resolves bidi_call client's failure to return an exception on bad status by swapping the wait for status to the read thread * this also improves the cancel_after_first_response test Also - adds a unit test that verifies that a bidi call will time out.
* Corrects the cancel_after_first_response behaviourGravatar Tim Emiola2015-06-19
| | | | | | | | | - introduces a #wait method on the call operation view - invokes #wait on a Notifier that is created for all operations - ensures the Notifier is invoked if necessary whenever a client request completes - updates the interop_test to use op.wait before checking if the call was cancelled.
* Corrects the cancel_after_first_response testGravatar Tim Emiola2015-06-02
| | | | | | | | | | - stops attempting to verify by catching the CancelledError - instead the test examines the operation state after cancellation, which is equally valid and more stable. Also - simplifies bidi on the server
* Add's logging tweaks thread interaction for bidi_serverGravatar Tim Emiola2015-05-28
|
* Encapsulate logger within GRPC moduleGravatar Nick Gauthier2015-05-20
|
* remove redudant optional keyword in proto3Gravatar Yang Gao2015-05-13
|
* Ruby style changes: replace `== 0` with `zero?`Gravatar Aggelos Avgerinos2015-05-09
|
* Corrects command/flags used in ruby interop testsGravatar Tim Emiola2015-04-23
|
* Updates the example servers to use #run_till_terminatedGravatar Tim Emiola2015-04-16
|
* Adds interop cancellation testsGravatar Tim Emiola2015-04-15
|
* Updates the pubsub sample so that it no longer uses a scopeGravatar Tim Emiola2015-04-14
|
* Adds a jwt_token_creds interop testGravatar Tim Emiola2015-04-14
|
* Fixes reference to variable in the auth packageGravatar Tim Emiola2015-03-17
|
* Updates ruby code affected by the secure server API changeGravatar Tim Emiola2015-03-05
|
* Removed execute permissions from README files.Gravatar Misha Brukman2015-03-02
|
* Merge pull request #783 from ↵Gravatar Michael Lumish2015-02-25
|\ | | | | | | | | tbetbetbe/grpc_ruby_switch_auth_to_google_auth_library_ruby Grpc ruby switch auth to google auth library ruby
| * Updates the pubsub demo to use the new auth libraryGravatar Tim Emiola2015-02-25
| |
| * Updates the interop client to use the new auth libraryGravatar Tim Emiola2015-02-25
| |
* | Verifying the peer name on the X509 Certs correctly.Gravatar Julien Boeuf2015-02-23
|/ | | | | | | - The SANs take precedence over the CN. - The CN is only checked if there are no SANs. - Fixing the tests as the test cert did not list *.test.google.com in the SANs. Will fix the test cert another time...
* Fixes a missed old module name reference in the interop clientGravatar Tim Emiola2015-02-23
|
* Removes unnecesary check from the interop testeGravatar Tim Emiola2015-02-19
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Add proto copyrightsGravatar Craig Tiller2015-02-16
|
* fixes a typoGravatar Tim Emiola2015-02-09
|
* Adds a demo app that accesses the live pubsub service.Gravatar Tim Emiola2015-02-02
|
* Add generated code for accessing the v1 pubsub API from RubyGravatar Tim Emiola2015-02-02
|