Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove print | ganmacs | 2018-05-14 |
| | |||
* | regenerate pbs | Carl Mastrangelo | 2018-05-03 |
| | |||
* | update ruby | Carl Mastrangelo | 2018-05-02 |
| | |||
* | Break out qps services into seperate protos | kpayson64 | 2018-04-18 |
| | |||
* | fix typo | Shohei Kamimori | 2018-02-05 |
| | |||
* | Add HealthChecker helpers for setting statuses | Marko Bogdanović | 2017-11-18 |
| | |||
* | Add Ruby server interceptors | Shaun McCormick | 2017-09-25 |
| | |||
* | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Fix ruby:{python,csharp,csharpcoreclr}_server behavior | ncteisen | 2017-01-10 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | ncteisen | 2017-01-09 |
|\ | | | | | | | ruby_advanced_interop_client_side | ||
* | | Address github comments | ncteisen | 2017-01-09 |
| | | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | ncteisen | 2017-01-05 |
| |\ | | | | | | | | | | ruby_advanced_interop_server_side | ||
| * | | Add advanced interop test behavior for Ruby server side | ncteisen | 2016-12-21 |
| |/ | |||
* / | Add advanced interop tests for Ruby client | Noah Eisen | 2016-12-21 |
|/ | |||
* | v1.0.x → master upmerge | Nathaniel Manista | 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 | Alexander Polcyn | 2016-11-30 |
| | | | | | | | | unkown code | ||
* | | Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under | Nicolas "Pixel" Noble | 2016-09-29 |
|\| | |||
| * | dont create extra thread on bidi call in benchmark, and change suggested | Alexander Polcyn | 2016-09-20 |
| | | | | | | | | code for ruby bidi calls | ||
* | | Merge branch 'v1.0.x' into manual-upmerge | Nicolas "Pixel" Noble | 2016-07-29 |
|\| | | | | | | | | | | | | | Conflicts: src/ruby/pb/test/client.rb src/ruby/pb/test/server.rb tools/dockerfile/test/php7_jessie_x64/Dockerfile | ||
| * | Updated ruby protos to use new _pb filename | Ken Payson | 2016-07-26 |
| | | |||
* | | changed compression request streaming enumerable to set write flag on every ↵ | Alexander Polcyn | 2016-07-12 |
| | | | | | | | | message | ||
* | | updated inner class comment | Alexander Polcyn | 2016-07-12 |
| | | |||
* | | simplified client streaming compression request enumerable | Alexander Polcyn | 2016-07-12 |
| | | |||
* | | added ruby client compression interop tests | Alexander Polcyn | 2016-07-12 |
|/ | |||
* | Change cancelled to cancelled? | Ken Payson | 2016-07-07 |
| | |||
* | Fix handling of one error in bidi calls, and one interop server method | murgatroid99 | 2016-06-23 |
| | |||
* | Merge branch 'grpc_trace_granularity' into ruby_garbage_collection_fixes | murgatroid99 | 2016-06-23 |
|\ | |||
* | | Fixed ruby timeout_on_sleeping_server implementation | murgatroid99 | 2016-06-15 |
| | | |||
| * | Merge pull request #6674 from murgatroid99/node_ruby_codegen_comments | Jan Tattermusch | 2016-06-03 |
|/| | | | | | Add comments to generated code for Node and Ruby | ||
* | | Removed remaining reference to timeout argument from ruby interop client | murgatroid99 | 2016-05-23 |
| | | |||
* | | Updated ruby interop client with keyword argument changes | murgatroid99 | 2016-05-23 |
| | | |||
| * | Added comments to ruby code generation | murgatroid99 | 2016-05-20 |
|/ | |||
* | 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 |
| | |