1. 409e6c8 Updates the module name in C extension, ensuring it compiles by Tim Emiola · 10 years ago
  2. 67dc149 Temporarily pauses some tests by Tim Emiola · 10 years ago
  3. 1a22275 Stop calling finish on server calls by Tim Emiola · 10 years ago
  4. 9fd6770 fixes a typo by Tim Emiola · 10 years ago
  5. 5d66df8 updates the client server spec to reflect that status is no longer shown by Tim Emiola · 10 years ago
  6. b24054a Disable failing wrapping level tests by Tim Emiola · 10 years ago
  7. c3ac185 Fixes a event compiler error by Tim Emiola · 10 years ago
  8. c4f0ebe Prepare for the new batch call API. by Craig Tiller · 10 years ago
  9. 4337416 Corrects a typo by Tim Emiola · 10 years ago
  10. d5d00d5 Adds a demo app that accesses the live pubsub service. by Tim Emiola · 10 years ago
  11. 7256b05 Add generated code for accessing the v1 pubsub API from Ruby by Tim Emiola · 10 years ago
  12. c799e81 Adds a missing return by Tim Emiola · 10 years ago
  13. ce062f2 Updates interop client to use update_proc by Tim Emiola · 10 years ago
  14. 03d70c6 Adds updater_proc, to simplify the setup of credentials during stub creation by Tim Emiola · 10 years ago
  15. 8c750f4 Adds a compute engine auth GCE interop test by Tim Emiola · 10 years ago
  16. 2e20856 Adds an interop tests if OAuth behaviour is functioning by Tim Emiola · 10 years ago
  17. 179eabb Updates the generated code to reflect test updates by Tim Emiola · 10 years ago
  18. 11f75fa Ensures the auth modules are available with just require 'grpc' by Tim Emiola · 10 years ago
  19. 4694df3 Adds compute engine auth implementation that extends the signet auth class by Tim Emiola · 10 years ago
  20. 720bc81 Adds a signet based service_account creds implementation by Tim Emiola · 10 years ago
  21. 5d6dfd5 Extends signet with an apply/apply! methods by Tim Emiola · 10 years ago
  22. 3606653 Fix lint errors, other cleanups by Tim Emiola · 10 years ago
  23. 3306139 Adds an emacs modeline by Tim Emiola · 10 years ago
  24. 6f06a7e Attempts to remove a little of this tests flakiness by Tim Emiola · 10 years ago
  25. 554a11c completes merges by Tim Emiola · 10 years ago
  26. d87c9ea Merge pull request #287 from tbetbetbe/grpc_ruby_unittest_cleanup by Michael Lumish · 10 years ago
  27. 397fda0 Update the suites used in the tests, run the bidi and server tests as their own suites in the default target by Tim Emiola · 10 years ago
  28. 91044c1 Add tagging to rpc_server multi-threading tests to isolate in their own test suite by Tim Emiola · 10 years ago
  29. dd73f10 Fix a test that aborts on Docker images by Tim Emiola · 10 years ago
  30. 3ed874c sync up with master by Yang Gao · 10 years ago
  31. c060e07 Merge pull request #236 from tbetbetbe/grpc_ruby_update_interop_test_flags by Michael Lumish · 10 years ago
  32. 426167c Allows production certificates to be specified by Tim Emiola · 10 years ago
  33. 2854ad7 Adds support for overriding the server host name during SSL by Tim Emiola · 10 years ago
  34. 6e1f10d Adds a dependency on signet. It's to be used for auth, but for now it sslconfig module is required by Tim Emiola · 10 years ago
  35. 4eecb5d Adds a flag for running all the tests by Tim Emiola · 10 years ago
  36. 965dda6 Removes the test state tracking, that's available on Jenkins by Tim Emiola · 10 years ago
  37. 9cae580 Added the use_tls flag toggle connecting securely by Tim Emiola · 10 years ago
  38. a398a34 Remove port_picker.rb by Tim Emiola · 10 years ago
  39. a816818 Removes remaining references to port_picker by Tim Emiola · 10 years ago
  40. 72f14c3 Removes port_picker from channel_spec by Tim Emiola · 10 years ago
  41. d02d1d5 Removes port_picker from call_spec.rb, removes a redundant test by Tim Emiola · 10 years ago
  42. 61ddba3 Removed port_picker from server_spec.rb by Tim Emiola · 10 years ago
  43. f875aa3 Removed port_picker from active_call_spec, fixed some style issues by Tim Emiola · 10 years ago
  44. a8ecbe9 Removes port_picker from rpc_server_spec by Tim Emiola · 10 years ago
  45. a679f9f Removed port_picker form client_stub_spec by Tim Emiola · 10 years ago
  46. 2b90e30 Completes merge by Tim Emiola · 10 years ago
  47. 0343b10 Updates client_server_spec to use the server_port by Tim Emiola · 10 years ago
  48. 75d7f9a Resolves issues that stopped that stopped tests from running ok by Tim Emiola · 10 years ago
  49. 6aa182f Cleans up some compiler warnings by Tim Emiola · 10 years ago
  50. 0a7d858 Updates rb_server.c to return the created port when it's non-zero by Tim Emiola · 10 years ago
  51. 0343f7f Fixes markdown sytax errors by Tim Emiola · 10 years ago
  52. 5fd0d29 run clang-format by Yang Gao · 10 years ago
  53. d10c0ab Merge branch 'master' of github.com:google/grpc into merge_new_invoke_api by murgatroid99 · 10 years ago
  54. 5d11f8e fix a typo by Tim Emiola · 10 years ago
  55. d428c54 removed a reference to a google3 dir by Tim Emiola · 10 years ago
  56. 5d11c1a Remove Go links by Tim Emiola · 10 years ago
  57. 9fe5178 Removes google3 specifics from the README.md, aligns the description with an open source release by Tim Emiola · 10 years ago
  58. eaed637 Removes Google username from TODOs, removes defunct TODOs by Tim Emiola · 10 years ago
  59. 1bbe9ea Removed beefcake extension hook, it was no longer needed by Tim Emiola · 10 years ago
  60. 48c9c4a Resolved merge conflicts with master by murgatroid99 · 10 years ago
  61. 85eea08 Merge pull request #141 from jboeuf/ssl_server_creds_integration by Craig Tiller · 10 years ago
  62. c6a33a2 Removed unexpected reference to auth.rb by Tim Emiola · 10 years ago
  63. 2b56376 Updates ruby to stop using grpc_start_invoke by Tim Emiola · 10 years ago
  64. 073d7b6 Fixing node and ruby builds. by Julien Boeuf · 10 years ago
  65. 5de3a1d Corrects the ruby interop tests by Tim Emiola · 10 years ago
  66. 6c57f6b Fixes a regression in the style pull request by Tim Emiola · 10 years ago
  67. 1fdb1e6 Fix a typo by Tim Emiola · 10 years ago
  68. e2860c5 Adds rubocop and fixes most style violations it detected by Tim Emiola · 10 years ago
  69. cd85bb9 Updates to use the latest version of protobuf-ruby by Tim Emiola · 10 years ago
  70. 1ee7cb0 Merge github.com:google/grpc into format by Craig Tiller · 10 years ago
  71. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  72. 3acf05a Fixes the shebang line by Tim Emiola · 10 years ago
  73. 4dee157 Updates the math and interop samples to use the fully-qualified method name. by temiola · 10 years ago
  74. 583fe99 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  75. 0f0a6bc Switches to using protobuf-ruby. by temiola · 10 years ago
  76. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  77. 8232204 Updates the math and interop samples to use the fully-qualified method name. by temiola · 10 years ago
  78. 16be8a4 Updates service.rb to ensure that the DSL specified service name is not overridden by temiola · 10 years ago
  79. 6e48a42 Switches to using protobuf-ruby. by temiola · 10 years ago
  80. f8b66ea Updates extconf.rb to use grpc from the make install locations by temiola · 10 years ago
  81. 21bb60c Exposes event#finish as #close. by temiola · 10 years ago
  82. 5832791 Adds support for trailing metadata by temiola · 10 years ago
  83. 350e1a7 Switches the ruby docker build to run from the new all-in-one repo. by temiola · 10 years ago
  84. 4cd6035 Fixes the ping_pong test. by temiola · 10 years ago
  85. 66335e1 Corrects the incorrect duplex behaviour of bidi_call.rb by temiola · 10 years ago
  86. 71bb137 Removed use of call.accept in gRPC Ruby by temiola · 10 years ago
  87. 4a3be1c Update modules and packages to allow for a single grpc import by temiola · 10 years ago
  88. 6919c75 Adds support for metadata to the surface APIs by temiola · 10 years ago
  89. ba22e87 Adds ruby versions of the interop server and client by temiola · 10 years ago
  90. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  91. 097ef9b Incorporating ruby into the master grpc repository. by nnoble · 10 years ago