aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/.rubocop_todo.yml
Commit message (Collapse)AuthorAge
* add rubocop warnings to TODO config fileGravatar Jan Tattermusch2017-09-05
|
* Corrects the cancel_after_first_response behaviourGravatar Tim Emiola2015-06-19
| | | | | | | | | - introduces a #wait method on the call operation view - invokes #wait on a Notifier that is created for all operations - ensures the Notifier is invoked if necessary whenever a client request completes - updates the interop_test to use op.wait before checking if the call was cancelled.
* Various tweaks to improve server stabilityGravatar Tim Emiola2015-05-22
|
* Adds support for updating the output metadata to callsGravatar Tim Emiola2015-04-17
|
* Propagate metadata in BadStatusGravatar Tim Emiola2015-04-17
| | | | | | - allow BadStatus to contain metadata that's populated by keyword args - on servers, convert raised BadStatus metadata to trailers - on clients, convert trailers to BadStatus metadata when raising BadStatus
* Adds a #run_till_terminated func to RpcServerGravatar Tim Emiola2015-04-16
| | | | | | | - adds signal handling to RpcServer - ensures that very little behaviour occurs in the signal handling context - adds #run_till_terminated that launches a server in a thread and then handles signals that can be used to stop it.
* Updates gem dependencies, style rulesGravatar Tim Emiola2015-04-15
|
* Correct style errors identified by the latest version of RuboCopGravatar Tim Emiola2015-04-14
|
* Adds rubocop and fixes most style violations it detectedGravatar Tim Emiola2015-01-16
- add rubocop as a dev dependency - fixed many style violations it reported, often using --auto-correct - add a rubocop config - .rubocop.yml shows the exceptions - .rubocopy_todo.yml tracks outstanding style issues - adds a rake task to allow rubocop styling checks to be automated