Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | All spec files require spec_helper | 2018-06-18 | |
| | |||
* | Disable soreuseport in ruby unit tests | 2017-12-13 | |
| | |||
* | Add HealthChecker helpers for setting statuses | 2017-11-18 | |
| | |||
* | auto-fix most of licenses | 2017-06-08 | |
| | |||
* | v1.0.x → master upmerge | 2016-12-16 | |
|\ | | | | | | | | | | | | | | | | | | | Manual changes: - Fixed use of Exception.message in _invalid_metadata_test.py - Fixed merge of one_failed_as_unavailable in rpc_server_spec.rb - Added "set -e" to generate_build_additions.sh | ||
| * | change client code to use specific exceptions and throw bad status if | 2016-11-30 | |
| | | | | | | | | unkown code | ||
* | | combine more core batch ops | 2016-10-26 | |
|/ | |||
* | Updated ruby protos to use new _pb filename | 2016-07-26 | |
| | |||
* | Finished removing CompletionQueue from Ruby API, made some changes for clarity | 2016-06-13 | |
| | |||
* | Finished updating code and tests with keyword argument changes | 2016-05-19 | |
| | |||
* | Update copyrights | 2016-03-31 | |
| | |||
* | fix ruby impl and test | 2016-02-19 | |
| | |||
* | global replace health check proto v1alpha to v1 | 2016-02-19 | |
| | |||
* | Re-add missing newline in ruby file | 2016-01-14 | |
| | |||
* | Update copyrights | 2016-01-13 | |
| | |||
* | Updated dependencies, fixed a couple of tests | 2016-01-06 | |
| | |||
* | 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 |