Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Got Ruby stress client working, with some modifications to interop tests | murgatroid99 | 2016-04-22 |
| | |||
* | Simplified ruby interop test files | murgatroid99 | 2016-04-21 |
| | |||
* | ruby: Add test case for referring external package | Jun Mukai | 2016-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_rubies | Jan Tattermusch | 2016-04-01 |
|\ | | | | | Ruby performance testing worker | ||
* | | Update copyrights | Craig Tiller | 2016-03-31 |
| | | |||
| * | Initial work for Ruby performance testing | vjpai | 2016-03-18 |
|/ | |||
* | fix ruby impl and test | yang-g | 2016-02-19 |
| | |||
* | regenerate csharp and ruby service from proto | yang-g | 2016-02-19 |
| | |||
* | global replace health check proto v1alpha to v1 | yang-g | 2016-02-19 |
| | |||
* | Resolved merge conflicts with upstream/release-0_12 | murgatroid99 | 2016-01-07 |
|\ | |||
| * | Updated dependencies, fixed a couple of tests | murgatroid99 | 2016-01-06 |
| | | |||
* | | Made ruby per-rpc creds interop use auth plugin API | murgatroid99 | 2016-01-05 |
|/ | |||
* | Fixed stub construction in interop client | murgatroid99 | 2015-12-16 |
| | |||
* | Merge pull request #4412 from murgatroid99/ruby_auth_metadata_plugin | Michael Lumish | 2015-12-11 |
|\ | | | | | Ruby auth metadata plugin | ||
* | | Get rid of SSL_CERT_FILE env entirely | Jan Tattermusch | 2015-12-10 |
| | | |||
* | | Fixed encoding for bytes fields in the ruby interop server | murgatroid99 | 2015-12-08 |
| | | |||
* | | Fix encoding for bytes fields in ruby interop client | murgatroid99 | 2015-12-08 |
| | | |||
* | | update ruby to new position of math.proto and health.proto | Jan Tattermusch | 2015-12-07 |
| | | |||
* | | consolidate math.proto and health.proto | Jan Tattermusch | 2015-12-07 |
| | | |||
| * | Plumb CallCredentials through Ruby code, replacing metadata_updater ↵ | murgatroid99 | 2015-12-04 |
|/ | | | | functionality | ||
* | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\ | |||
| * | Updates interop client/server logging | Tim Emiola | 2015-11-11 |
| | | | | | | | | | | - server logger.level = WARN - client logger.level = INFO | ||
| * | Adds standard logging to the client/server | Tim Emiola | 2015-11-11 |
| | | | | | | | | - truncates the server debug log entries to make that readable | ||
* | | Ruby wrapping of core credentials API change. | Tim Emiola | 2015-10-28 |
| | | |||
| * | fix ruby per_rpc_creds | Jan Tattermusch | 2015-10-19 |
| | | |||
| * | accept --use_tls=true and --use_test_ca=true in ruby | Jan Tattermusch | 2015-10-15 |
|/ | |||
* | Fixes bins in the grpc beta package | Tim Emiola | 2015-09-24 |
| | |||
* | Update sites using ServerCredentials.new | Tim Emiola | 2015-08-31 |
| | |||
* | Removes the dependency on Minitest | Tim Emiola | 2015-08-17 |
| | | | | - replaces it with a simple assertion function | ||
* | Reorganize interop test files. | Tim Emiola | 2015-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. | Tim Emiola | 2015-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. | Tim Emiola | 2015-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 |