aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/spec/generic/rpc_server_spec.rb
Commit message (Expand)AuthorAge
* v1.0.x → master upmergeGravatar Nathaniel Manista2016-12-16
|\
| * change client code to use specific exceptions and throw bad status ifGravatar Alexander Polcyn2016-11-30
* | combine more core batch opsGravatar Alex Polcyn2016-10-26
* | Use thread pool from concurrent-ruby on ruby serverGravatar Alexander Polcyn2016-08-16
|/
* Split incoming initial and trailing metadata in Ruby callsGravatar murgatroid992016-07-07
* 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
* Avoid using unspecified keyword args where possibleGravatar murgatroid992016-05-16
* Add a default handler to Ruby services that returns UNIMPLEMENTEDGravatar murgatroid992016-05-06
* Make ruby library conform to status code specGravatar murgatroid992016-04-04
* Update copyrightsGravatar Craig Tiller2016-03-31
* Fix copyrightGravatar murgatroid992016-03-09
* Ruby: fix some synchronization code in server implementationGravatar murgatroid992016-03-09
* Made insecure channel/stub explicit, in all layersGravatar murgatroid992015-12-16
* Plumb CallCredentials through Ruby code, replacing metadata_updater functiona...Gravatar murgatroid992015-12-04
* Remove a bad flaky rpc server testGravatar Tim Emiola2015-09-25
* Make insecure construction explicit, to address #2614Gravatar Tim Emiola2015-08-31
* Breaks API - switches timeout to a keyword arg.Gravatar Tim Emiola2015-08-13
* Only check metadata that we want: its allowed to have extra elementsGravatar Craig Tiller2015-07-18
* Ruby shutdown api migrationGravatar Tim Emiola2015-06-17
* Various tweaks to improve server stabilityGravatar Tim Emiola2015-05-22
* Encapsulate logger within GRPC moduleGravatar Nick Gauthier2015-05-20
* Merge pull request #1309 from tbetbetbe/grpc_ruby_rpc_server_mdGravatar Jan Tattermusch2015-04-20
|\
* | Remove usage of xrayGravatar Tim Emiola2015-04-17
| * clarify test descriptionsGravatar Tim Emiola2015-04-17
| * Adds support for updating the output metadata to callsGravatar Tim Emiola2015-04-17
| * Propagate metadata in BadStatusGravatar Tim Emiola2015-04-17
| * Adds a hook for returning the client connect metadataGravatar Tim Emiola2015-04-17
|/
* Adds an explicit Cancellation exceptionGravatar Tim Emiola2015-04-15
* Adds a tests that demonstrates successful cancellationGravatar Tim Emiola2015-04-15
* Automatically adds a key for the jwt_aud_uri to the metadata handled by the m...Gravatar Tim Emiola2015-04-14
* Move timeout handling into the extensionGravatar Tim Emiola2015-04-10
* Corrects the handling of metadata when the optional deadline is specifiedGravatar Tim Emiola2015-03-23
* Exposes the metadata method in server-side ActiveCall view classesGravatar Tim Emiola2015-03-17
* Updates ruby code affected by the secure server API changeGravatar Tim Emiola2015-03-05
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Add tagging to rpc_server multi-threading tests to isolate in their own test ...Gravatar Tim Emiola2015-01-29
* Removes port_picker from rpc_server_specGravatar Tim Emiola2015-01-26
* Adds rubocop and fixes most style violations it detectedGravatar Tim Emiola2015-01-16
* Update modules and packages to allow for a single grpc importGravatar temiola2014-12-11
* Adds support for metadata to the surface APIsGravatar temiola2014-12-10
* Updating moe_db.txt with the latest equivalence since the ruby import changed...Gravatar nnoble2014-12-05
* Incorporating ruby into the master grpc repository.Gravatar nnoble2014-12-01