aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/pb
Commit message (Collapse)AuthorAge
* 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