- Dec 22, 2016
-
-
ncteisen authored
-
- Sep 20, 2016
-
-
Alexander Polcyn authored
code for ruby bidi calls
-
- Jul 27, 2016
-
-
Ken Payson authored
-
- Jul 12, 2016
-
-
Alexander Polcyn authored
-
- Jun 23, 2016
-
-
murgatroid99 authored
-
- Apr 22, 2016
-
-
murgatroid99 authored
-
- Dec 09, 2015
-
-
murgatroid99 authored
-
- Nov 11, 2015
-
-
Tim Emiola authored
- server logger.level = WARN - client logger.level = INFO
-
Tim Emiola authored
- truncates the server debug log entries to make that readable
-
- Oct 16, 2015
-
-
Jan Tattermusch authored
-
- Sep 24, 2015
-
-
Tim Emiola authored
-
- Aug 31, 2015
-
-
Tim Emiola authored
-
- Aug 15, 2015
-
-
Tim Emiola authored
- 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
-
Tim Emiola authored
- Updates the code generated for the interop service - Moves the generated interop service/client from bin to pb Also - removes an empty file from the health pb directories
-
- May 28, 2015
-
-
Tim Emiola authored
-
- May 20, 2015
-
-
Nick Gauthier authored
-
- Apr 16, 2015
-
-
Tim Emiola authored
-
- Mar 06, 2015
-
-
Tim Emiola authored
-
- Feb 18, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
- Jan 27, 2015
-
-
Tim Emiola authored
-
Tim Emiola authored
-
- Jan 23, 2015
-
-
Tim Emiola authored
-
- Jan 21, 2015
-
-
Tim Emiola authored
- they were not returning the correct payload type
-
- Jan 16, 2015
-
-
Tim Emiola authored
- 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
-
- Jan 13, 2015
-
-
Tim Emiola authored
- fixes the shebang line by moving it above the copyright notice in executables. - also fixes the execution bit on all the binaries
-
- Jan 10, 2015
-
-
temiola authored
- 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
-
ctiller authored
Change on 2015/01/07 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83451760
-
- Jan 08, 2015
-
-
temiola authored
- 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
-
- Dec 12, 2014
-
-
temiola authored
- 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
-
- Dec 09, 2014
-
-
temiola authored
- Adds the service and message classes generated from beefcake and a patched proto compiler - Adds an interop client that uses these service and message classes - Adds an interop server that implement the service description TESTED interop client works with the interop server Change on 2014/12/08 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81615139
-