Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Made insecure channel/stub explicit, in all layers | 2015-12-16 | |
| | |||
* | Fixes an issue running the tests on Ruby2.2 | 2015-11-10 | |
| | |||
* | Merge pull request #3171 from tbetbetbe/grpc_ruby_improve_test_stability | 2015-08-31 | |
|\ | | | | | Improves test stability | ||
| * | Improves test stability | 2015-08-31 | |
| | | |||
* | | Make insecure construction explicit, to address #2614 | 2015-08-31 | |
|/ | |||
* | Adds a test for ruby code generation. | 2015-08-17 | |
| | |||
* | Add a health checker service implementation. | 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 |