aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/pb/test/client.rb
Commit message (Collapse)AuthorAge
* do not use server override in ruby interop client by defaultGravatar Jan Tattermusch2018-12-20
|
* change var name to be consistent with othersGravatar ganmacs2018-10-01
|
* Merge pull request #15378 from ganmacs/fix-option-nameGravatar apolcyn2018-09-26
|\ | | | | Change option name of client.rb
* | Fix a number of spelling errors.Gravatar Chris Lamb2018-08-22
| |
| * Fix a error messageGravatar ganmacs2018-05-16
|/ | | | To match the name with the code in #parse_args method.
* Remove printGravatar ganmacs2018-05-14
|
* fix typoGravatar Shohei Kamimori2018-02-05
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Fix ruby:{python,csharp,csharpcoreclr}_server behaviorGravatar ncteisen2017-01-10
|
* Address github commentsGravatar ncteisen2017-01-09
|
* Add advanced interop tests for Ruby clientGravatar Noah Eisen2016-12-21
|
* 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
* | Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-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 filenameGravatar Ken Payson2016-07-26
| |
* | changed compression request streaming enumerable to set write flag on every ↵Gravatar Alexander Polcyn2016-07-12
| | | | | | | | message
* | updated inner class commentGravatar Alexander Polcyn2016-07-12
| |
* | simplified client streaming compression request enumerableGravatar Alexander Polcyn2016-07-12
| |
* | added ruby client compression interop testsGravatar Alexander Polcyn2016-07-12
|/
* Change cancelled to cancelled?Gravatar Ken Payson2016-07-07
|
* Fixed ruby timeout_on_sleeping_server implementationGravatar murgatroid992016-06-15
|
* Removed remaining reference to timeout argument from ruby interop clientGravatar murgatroid992016-05-23
|
* Updated ruby interop client with keyword argument changesGravatar murgatroid992016-05-23
|
* Got Ruby stress client working, with some modifications to interop testsGravatar murgatroid992016-04-22
|
* Simplified ruby interop test filesGravatar murgatroid992016-04-21
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Resolved merge conflicts with upstream/release-0_12Gravatar murgatroid992016-01-07
|\
| * Updated dependencies, fixed a couple of testsGravatar murgatroid992016-01-06
| |
* | Made ruby per-rpc creds interop use auth plugin APIGravatar murgatroid992016-01-05
|/
* Fixed stub construction in interop clientGravatar murgatroid992015-12-16
|
* Merge pull request #4412 from murgatroid99/ruby_auth_metadata_pluginGravatar Michael Lumish2015-12-11
|\ | | | | Ruby auth metadata plugin
* | Get rid of SSL_CERT_FILE env entirelyGravatar Jan Tattermusch2015-12-10
| |
* | Fix encoding for bytes fields in ruby interop clientGravatar murgatroid992015-12-08
| |
| * Plumb CallCredentials through Ruby code, replacing metadata_updater ↵Gravatar murgatroid992015-12-04
|/ | | | functionality
* Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\
| * Updates interop client/server loggingGravatar Tim Emiola2015-11-11
| | | | | | | | | | - server logger.level = WARN - client logger.level = INFO
| * Adds standard logging to the client/serverGravatar Tim Emiola2015-11-11
| | | | | | | | - truncates the server debug log entries to make that readable
* | Ruby wrapping of core credentials API change.Gravatar Tim Emiola2015-10-28
| |
| * fix ruby per_rpc_credsGravatar Jan Tattermusch2015-10-19
| |
| * accept --use_tls=true and --use_test_ca=true in rubyGravatar Jan Tattermusch2015-10-15
|/
* Removes the dependency on MinitestGravatar Tim Emiola2015-08-17
| | | | - replaces it with a simple assertion function
* Reorganize interop test files.Gravatar Tim Emiola2015-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