aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/spec/pb/health/checker_spec.rb
Commit message (Collapse)AuthorAge
* All spec files require spec_helperGravatar ganmacs2018-06-18
|
* Disable soreuseport in ruby unit testsGravatar Alexander Polcyn2017-12-13
|
* Add HealthChecker helpers for setting statusesGravatar Marko Bogdanović2017-11-18
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* v1.0.x → master upmergeGravatar Nathaniel Manista2016-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 ifGravatar Alexander Polcyn2016-11-30
| | | | | | | | unkown code
* | combine more core batch opsGravatar Alex Polcyn2016-10-26
|/
* Updated ruby protos to use new _pb filenameGravatar Ken Payson2016-07-26
|
* Finished removing CompletionQueue from Ruby API, made some changes for clarityGravatar murgatroid992016-06-13
|
* Finished updating code and tests with keyword argument changesGravatar murgatroid992016-05-19
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* fix ruby impl and testGravatar yang-g2016-02-19
|
* global replace health check proto v1alpha to v1Gravatar yang-g2016-02-19
|
* Re-add missing newline in ruby fileGravatar murgatroid992016-01-14
|
* Update copyrightsGravatar murgatroid992016-01-13
|
* Updated dependencies, fixed a couple of testsGravatar murgatroid992016-01-06
|
* Made insecure channel/stub explicit, in all layersGravatar murgatroid992015-12-16
|
* Fixes an issue running the tests on Ruby2.2Gravatar Tim Emiola2015-11-10
|
* Merge pull request #3171 from tbetbetbe/grpc_ruby_improve_test_stabilityGravatar Stanley Cheung2015-08-31
|\ | | | | Improves test stability
| * Improves test stabilityGravatar Tim Emiola2015-08-31
| |
* | Make insecure construction explicit, to address #2614Gravatar Tim Emiola2015-08-31
|/
* Adds a test for ruby code generation.Gravatar Tim Emiola2015-08-17
|
* 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