Skip to content
Snippets Groups Projects
  1. Dec 22, 2016
  2. Sep 20, 2016
  3. Jul 27, 2016
  4. Jul 12, 2016
  5. Jun 23, 2016
  6. Apr 22, 2016
  7. Dec 09, 2015
  8. Nov 11, 2015
  9. Oct 16, 2015
  10. Sep 24, 2015
  11. Aug 31, 2015
  12. Aug 15, 2015
    • Tim Emiola's avatar
      Reorganize interop test files. · f4ee961b
      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
      f4ee961b
    • Tim Emiola's avatar
      Update the generated code for the interop service. · 53c85d68
      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
      53c85d68
  13. May 28, 2015
  14. May 20, 2015
  15. Apr 16, 2015
  16. Mar 06, 2015
  17. Feb 18, 2015
  18. Jan 27, 2015
  19. Jan 23, 2015
  20. Jan 21, 2015
  21. Jan 16, 2015
    • Tim Emiola's avatar
      Adds rubocop and fixes most style violations it detected · e2860c5b
      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
      e2860c5b
  22. Jan 13, 2015
    • Tim Emiola's avatar
      Fixes the shebang line · 3acf05af
      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
      3acf05af
  23. Jan 10, 2015
  24. Jan 08, 2015
    • temiola's avatar
      Switches to using protobuf-ruby. · 6e48a425
      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
      6e48a425
  25. Dec 12, 2014
  26. Dec 09, 2014
    • temiola's avatar
      Adds ruby versions of the interop server and client · ba22e87c
      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
      ba22e87c
Loading