aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/.rubocop.yml
Commit message (Collapse)AuthorAge
* add end2end tests to formatter and adjust to formatterGravatar Alexander Polcyn2017-03-20
|
* Updated ruby protos to use new _pb filenameGravatar Ken Payson2016-07-26
|
* Fixed rubocop issues with newest changesGravatar murgatroid992016-05-03
|
* Ruby: fix some synchronization code in server implementationGravatar murgatroid992016-03-09
|
* global replace health check proto v1alpha to v1Gravatar yang-g2016-02-19
|
* Add newline to .rubocop.ymlGravatar murgatroid992015-10-14
|
* Fixed previous change, altered RuboCop settings to let me do soGravatar murgatroid992015-10-14
|
* 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
* 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 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