aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/spec
Commit message (Collapse)AuthorAge
* Add a unit test for compression.Gravatar yang-g2016-06-26
|
* Finished updating code and tests with keyword argument changesGravatar murgatroid992016-05-19
|
* Avoid using unspecified keyword args where possibleGravatar murgatroid992016-05-16
|
* Add a default handler to Ruby services that returns UNIMPLEMENTEDGravatar murgatroid992016-05-06
|
* ruby: Add test case for referring external packageGravatar Jun Mukai2016-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 #5528 from rafaelsales/raise-on-unexpected-metadataGravatar Jan Tattermusch2016-04-05
|\ | | | | Raise on unexpected metadata values
* | Make ruby library conform to status code specGravatar murgatroid992016-04-04
| |
| * Add spec to make sure invalid metadata values raise ArgumentErrorGravatar Rafael Sales2016-03-31
|/
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix copyrightGravatar murgatroid992016-03-09
|
* Ruby: fix some synchronization code in server implementationGravatar murgatroid992016-03-09
|
* fix ruby impl and testGravatar yang-g2016-02-19
|
* global replace health check proto v1alpha to v1Gravatar yang-g2016-02-19
|
* Fix copyrightGravatar Craig Tiller2016-02-05
|
* Fix Ruby test that failed to read initial metadataGravatar murgatroid992016-02-04
|
* 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
|
* Merge pull request #4412 from murgatroid99/ruby_auth_metadata_pluginGravatar Michael Lumish2015-12-11
|\ | | | | Ruby auth metadata plugin
* | update channel_credentials_specGravatar Jan Tattermusch2015-12-11
| |
| * 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
|\
| * Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_certGravatar Julien Boeuf2015-11-17
| |\
* | \ Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\ \ \ | | |/ | |/|
| * | Fixes an issue running the tests on Ruby2.2Gravatar Tim Emiola2015-11-10
| | |
| | * Updating the server1 cert so that it can be used with Go.Gravatar Julien Boeuf2015-11-09
| |/ | | | | | | | | | | | | | | The encoding of the issuer field in this cert is now a PRINTABLESTRING as opposed to UTF8STRING in the previous server1.pem which was causing the Go issue. Fixes #4086.
* / Ruby wrapping of core credentials API change.Gravatar Tim Emiola2015-10-28
|/
* Fixes the broken ruby interop testsGravatar Tim Emiola2015-10-08
|
* Remove a bad flaky rpc server testGravatar Tim Emiola2015-09-25
|
* 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
| |
* | Update sites using ServerCredentials.newGravatar Tim Emiola2015-08-31
|/
* Adds support for per message compressionGravatar Tim Emiola2015-08-20
|
* Remove the runtime dependency on the logging gem.Gravatar Tim Emiola2015-08-17
| | | | | - provides a noop logger unless the user explicit adds a logging method to the GRPC namespace
* Adds a test for ruby code generation.Gravatar Tim Emiola2015-08-17
|
* Merge pull request #2943 from tbetbetbe/grpc-ruby-add-health-check-serviceGravatar Jan Tattermusch2015-08-14
|\ | | | | Add a health checker service implementation.
| * 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
* | Adds the ruby timeout interop test.Gravatar Tim Emiola2015-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrects some other issues - fixes status return when calls fail by always returning the status - resolves bidi_call client's failure to return an exception on bad status by swapping the wait for status to the read thread * this also improves the cancel_after_first_response test Also - adds a unit test that verifies that a bidi call will time out.
* | Breaks API - switches timeout to a keyword arg.Gravatar Tim Emiola2015-08-13
|/ | | | | | | | | - timeout has been a default arg till now - this switches it to a keyword arg with the same behavior - in addition, it adds deadline as distinct keyword arg, allowing users the choice of the idiomatic(timeout) or the aligned(deadline)
* Allow reserved metadata to be propagated between callsGravatar Tim Emiola2015-08-11
|
* Use null for default hostGravatar Tim Emiola2015-08-11
|
* Exposes call#peer, channel#targetGravatar Tim Emiola2015-08-11
|
* Only check metadata that we want: its allowed to have extra elementsGravatar Craig Tiller2015-07-18
|
* Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
|\ | | | | | | | | Conflicts: include/grpc/compression.h
| * Merge pull request #2100 from tbetbetbe/grpc-ruby-adjust-rspec-outputGravatar donnadionne2015-06-17
| |\ | | | | | | Prints test names as ruby tests run
| | * Prints test names as ruby tests runGravatar Tim Emiola2015-06-17
| | |
* | | Merge branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
|\| |
| * | Ruby shutdown api migrationGravatar Tim Emiola2015-06-17
| |/ | | | | | | | | | | + all tests pass, - but there are a couple of workarounds - tests are flaky