Skip to content
Snippets Groups Projects
  1. Jun 16, 2016
  2. May 18, 2016
  3. Mar 20, 2016
  4. Feb 09, 2016
  5. Dec 04, 2015
    • Masood Malekghassemi's avatar
      Make Python testing predictable again · 7566c9a8
      Masood Malekghassemi authored
      This reorganizes the Python code, scraps the current testing
      infrastructure, and implements a simple test discovery and run script
      based on the standard Python unittest library so we can trust that our
      tests are running.
      7566c9a8
  6. Oct 23, 2015
  7. Jul 31, 2015
  8. May 29, 2015
  9. Mar 30, 2015
    • Nathaniel Manista's avatar
      Unify early_adopter construction functions · f492b16d
      Nathaniel Manista authored
      It was awkward for the generated code to call an API that offered
      both insecure_server and secure_server as well as insecure_stub and
      secure_stub. With this change there is just a single server function
      and a single stub function and security is decided based on arguments
      passed.
      f492b16d
  10. Mar 17, 2015
  11. Mar 07, 2015
  12. Feb 18, 2015
  13. Feb 02, 2015
  14. Jan 24, 2015
  15. Jan 23, 2015
  16. Jan 10, 2015
    • temiola's avatar
      Switches to using protobuf-ruby. · 0f0a6bc4
      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
      0f0a6bc4
  17. Dec 02, 2014
Loading