aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/pb
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-underGravatar Nicolas "Pixel" Noble2016-09-29
|\
| * dont create extra thread on bidi call in benchmark, and change suggestedGravatar Alexander Polcyn2016-09-20
| | | | | | | | code for ruby bidi calls
* | Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-07-29
|\| | | | | | | | | | | | | Conflicts: src/ruby/pb/test/client.rb src/ruby/pb/test/server.rb tools/dockerfile/test/php7_jessie_x64/Dockerfile
| * Updated ruby protos to use new _pb filenameGravatar Ken Payson2016-07-26
| |
* | changed compression request streaming enumerable to set write flag on every ↵Gravatar Alexander Polcyn2016-07-12
| | | | | | | | message
* | updated inner class commentGravatar Alexander Polcyn2016-07-12
| |
* | simplified client streaming compression request enumerableGravatar Alexander Polcyn2016-07-12
| |
* | added ruby client compression interop testsGravatar Alexander Polcyn2016-07-12
|/
* Change cancelled to cancelled?Gravatar Ken Payson2016-07-07
|
* Fix handling of one error in bidi calls, and one interop server methodGravatar murgatroid992016-06-23
|
* Merge branch 'grpc_trace_granularity' into ruby_garbage_collection_fixesGravatar murgatroid992016-06-23
|\
* | Fixed ruby timeout_on_sleeping_server implementationGravatar murgatroid992016-06-15
| |
| * Merge pull request #6674 from murgatroid99/node_ruby_codegen_commentsGravatar Jan Tattermusch2016-06-03
|/| | | | | Add comments to generated code for Node and Ruby
* | Removed remaining reference to timeout argument from ruby interop clientGravatar murgatroid992016-05-23
| |
* | Updated ruby interop client with keyword argument changesGravatar murgatroid992016-05-23
| |
| * Added comments to ruby code generationGravatar murgatroid992016-05-20
|/
* Got Ruby stress client working, with some modifications to interop testsGravatar murgatroid992016-04-22
|
* Simplified ruby interop test filesGravatar murgatroid992016-04-21
|
* ruby: Add test case for referring external packageGravatar Jun Mukai2016-04-07
| | | | | | | The new spec uses existing EchoDuplicate service in grpc.testing.duplicate, which refers grpc.testing.Empty, and verifies if the plugin generates this correctly as Grpc::Testing::Empty.
* Merge pull request #6010 from vjpai/i_know_rubiesGravatar Jan Tattermusch2016-04-01
|\ | | | | Ruby performance testing worker
* | Update copyrightsGravatar Craig Tiller2016-03-31
| |
| * Initial work for Ruby performance testingGravatar vjpai2016-03-18
|/
* fix ruby impl and testGravatar yang-g2016-02-19
|
* regenerate csharp and ruby service from protoGravatar yang-g2016-02-19
|
* global replace health check proto v1alpha to v1Gravatar yang-g2016-02-19
|
* Resolved merge conflicts with upstream/release-0_12Gravatar murgatroid992016-01-07
|\
| * Updated dependencies, fixed a couple of testsGravatar murgatroid992016-01-06
| |
* | Made ruby per-rpc creds interop use auth plugin APIGravatar murgatroid992016-01-05
|/
* Fixed stub construction in interop clientGravatar murgatroid992015-12-16
|
* 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
| |
* | Fixed encoding for bytes fields in the ruby interop serverGravatar murgatroid992015-12-08
| |
* | Fix encoding for bytes fields in ruby interop clientGravatar murgatroid992015-12-08
| |
* | 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
* Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\
| * Updates interop client/server loggingGravatar Tim Emiola2015-11-11
| | | | | | | | | | - server logger.level = WARN - client logger.level = INFO
| * Adds standard logging to the client/serverGravatar Tim Emiola2015-11-11
| | | | | | | | - truncates the server debug log entries to make that readable
* | Ruby wrapping of core credentials API change.Gravatar Tim Emiola2015-10-28
| |
| * fix ruby per_rpc_credsGravatar Jan Tattermusch2015-10-19
| |
| * accept --use_tls=true and --use_test_ca=true in rubyGravatar Jan Tattermusch2015-10-15
|/
* Fixes bins in the grpc beta packageGravatar Tim Emiola2015-09-24
|
* Update sites using ServerCredentials.newGravatar Tim Emiola2015-08-31
|
* Removes the dependency on MinitestGravatar Tim Emiola2015-08-17
| | | | - replaces it with a simple assertion function
* 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
* Add a health checker service implementation.Gravatar Tim Emiola2015-08-14
- adds the code-generated health service classes to the pb along with a README explaining how to regenerate the generated code - adds an implementation of the Health Checker Service along with unit tests and an integration test Also: - adds a pb folder : in a follow-up PR, all ruby pbs + generated code will be moved to it