aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/bin/noproto_server.rb
Commit message (Collapse)AuthorAge
* Fixes bins in the grpc beta packageGravatar Tim Emiola2015-09-24
|
* Update sites using ServerCredentials.newGravatar Tim Emiola2015-08-31
|
* Encapsulate logger within GRPC moduleGravatar Nick Gauthier2015-05-20
|
* Updates the example servers to use #run_till_terminatedGravatar Tim Emiola2015-04-16
|
* 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
|
* 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
* Fixes the shebang lineGravatar Tim Emiola2015-01-13
| | | | | | | - fixes the shebang line by moving it above the copyright notice in executables. - also fixes the execution bit on all the binaries
* Switches to using protobuf-ruby.Gravatar temiola2015-01-09
| | | | | | | | | | | | | | | | - Adds a dependency to protobuf-ruby in the gemfile - Updates math.proto to proto3 - Updates math server and client to use protoc protos - Updates interop server and client to use protoc protos Also - Fixes/Updates the noproto samples TESTED: math_server and math_client can communicate locally. Change on 2015/01/07 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83483448
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
| | | | | | | Change on 2015/01/07 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83451760
* Switches to using protobuf-ruby.Gravatar temiola2015-01-08
| | | | | | | | | | | | | | | | - Adds a dependency to protobuf-ruby in the gemfile - Updates math.proto to proto3 - Updates math server and client to use protoc protos - Updates interop server and client to use protoc protos Also - Fixes/Updates the noproto samples TESTED: math_server and math_client can communicate locally. Change on 2015/01/07 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83483448
* Update modules and packages to allow for a single grpc importGravatar temiola2014-12-11
| | | | | | | | | | - ensured tests only need to do 'require grpc' - ensured that the example math_server and math_client only need to do 'require grpc' - ensured that the other other client and servers only need to do one thing Change on 2014/12/11 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81894613
* Incorporating ruby into the master grpc repository.Gravatar nnoble2014-12-01
Change on 2014/12/01 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81111468