Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
dcd5ef3ad8b964ec487c96aeea4f1323193815ed
/
src
/
ruby
/
bin
35367cc
fix typo
by Shohei Kamimori
· 7 years ago
4d5c310
fix remaining license notices
by Jan Tattermusch
· 7 years ago
7897ae9
auto-fix most of licenses
by Jan Tattermusch
· 7 years ago
5a2c918
Updated ruby protos to use new _pb filename
by Ken Payson
· 8 years ago
b39ad70
Added comments to ruby code generation
by murgatroid99
· 8 years ago
e621f13
Simplified ruby interop test files
by murgatroid99
· 9 years ago
7fe4326
Merge pull request #4412 from murgatroid99/ruby_auth_metadata_plugin
by Michael Lumish
· 9 years ago
a6b2c4c
Get rid of SSL_CERT_FILE env entirely
by Jan Tattermusch
· 9 years ago
de95cb0
update ruby to new position of math.proto and health.proto
by Jan Tattermusch
· 9 years ago
8956122
consolidate math.proto and health.proto
by Jan Tattermusch
· 9 years ago
cfa26e1
Plumb CallCredentials through Ruby code, replacing metadata_updater functionality
by murgatroid99
· 9 years ago
43a7e4e
Ruby wrapping of core credentials API change.
by Tim Emiola
· 9 years ago
c03138a
Fixes bins in the grpc beta package
by Tim Emiola
· 9 years ago
519e27d
Merge pull request #3158 from tbetbetbe/grpc-ruby-server-support-multiple-certs
by Michael Lumish
· 9 years ago
73a540a
Update sites using ServerCredentials.new
by Tim Emiola
· 9 years ago
81d950a
Updates server shutdown handling
by Tim Emiola
· 9 years ago
f4ee961
Reorganize interop test files.
by Tim Emiola
· 9 years ago
53c85d6
Update the generated code for the interop service.
by Tim Emiola
· 9 years ago
a5d39f7
Merges timeout interop test change
by Tim Emiola
· 9 years ago
cdb7ccc
Adds the ruby timeout interop test.
by Tim Emiola
· 9 years ago
aa57bab
Corrects the cancel_after_first_response behaviour
by Tim Emiola
· 9 years ago
d62d345
Corrects the cancel_after_first_response test
by Tim Emiola
· 9 years ago
dd7a036
Add's logging tweaks thread interaction for bidi_server
by Tim Emiola
· 9 years ago
f233d96
Encapsulate logger within GRPC module
by Nick Gauthier
· 9 years ago
5cb7902
remove redudant optional keyword in proto3
by Yang Gao
· 10 years ago
57e7dc8
Ruby style changes: replace `== 0` with `zero?`
by Aggelos Avgerinos
· 10 years ago
bc206b1
Corrects command/flags used in ruby interop tests
by Tim Emiola
· 10 years ago
321871e
Updates the example servers to use #run_till_terminated
by Tim Emiola
· 10 years ago
b5bcca4
Adds interop cancellation tests
by Tim Emiola
· 10 years ago
89a5bd7
Updates the pubsub sample so that it no longer uses a scope
by Tim Emiola
· 10 years ago
189d9b0
Adds a jwt_token_creds interop test
by Tim Emiola
· 10 years ago
d5c733e
Fixes reference to variable in the auth package
by Tim Emiola
· 10 years ago
0ce8edc
Updates ruby code affected by the secure server API change
by Tim Emiola
· 10 years ago
5cdf37e
Removed execute permissions from README files.
by Misha Brukman
· 10 years ago
8861445
Merge pull request #783 from tbetbetbe/grpc_ruby_switch_auth_to_google_auth_library_ruby
by Michael Lumish
· 10 years ago
2731d3f
Updates the pubsub demo to use the new auth library
by Tim Emiola
· 10 years ago
b44da46
Updates the interop client to use the new auth library
by Tim Emiola
· 10 years ago
597a4f2
Verifying the peer name on the X509 Certs correctly.
by Julien Boeuf
· 10 years ago
a16d2ae
Fixes a missed old module name reference in the interop client
by Tim Emiola
· 10 years ago
50b91d0
Removes unnecesary check from the interop teste
by Tim Emiola
· 10 years ago
ce5021b
Add missing new-lines at end of file
by Craig Tiller
· 10 years ago
190d360
Add missing new-lines at end of file
by Craig Tiller
· 10 years ago
0605995
Update copyright to 2015
by Craig Tiller
· 10 years ago
ad1fd3a
Add proto copyrights
by Craig Tiller
· 10 years ago
9fd6770
fixes a typo
by Tim Emiola
· 10 years ago
d5d00d5
Adds a demo app that accesses the live pubsub service.
by Tim Emiola
· 10 years ago
7256b05
Add generated code for accessing the v1 pubsub API from Ruby
by Tim Emiola
· 10 years ago
c799e81
Adds a missing return
by Tim Emiola
· 10 years ago
ce062f2
Updates interop client to use update_proc
by Tim Emiola
· 10 years ago
8c750f4
Adds a compute engine auth GCE interop test
by Tim Emiola
· 10 years ago
2e20856
Adds an interop tests if OAuth behaviour is functioning
by Tim Emiola
· 10 years ago
179eabb
Updates the generated code to reflect test updates
by Tim Emiola
· 10 years ago
3606653
Fix lint errors, other cleanups
by Tim Emiola
· 10 years ago
554a11c
completes merges
by Tim Emiola
· 10 years ago
426167c
Allows production certificates to be specified
by Tim Emiola
· 10 years ago
2854ad7
Adds support for overriding the server host name during SSL
by Tim Emiola
· 10 years ago
4eecb5d
Adds a flag for running all the tests
by Tim Emiola
· 10 years ago
965dda6
Removes the test state tracking, that's available on Jenkins
by Tim Emiola
· 10 years ago
9cae580
Added the use_tls flag toggle connecting securely
by Tim Emiola
· 10 years ago
d428c54
removed a reference to a google3 dir
by Tim Emiola
· 10 years ago
eaed637
Removes Google username from TODOs, removes defunct TODOs
by Tim Emiola
· 10 years ago
5de3a1d
Corrects the ruby interop tests
by Tim Emiola
· 10 years ago
e2860c5
Adds rubocop and fixes most style violations it detected
by Tim Emiola
· 10 years ago
3acf05a
Fixes the shebang line
by Tim Emiola
· 10 years ago
4dee157
Updates the math and interop samples to use the fully-qualified method name.
by temiola
· 10 years ago
0f0a6bc
Switches to using protobuf-ruby.
by temiola
· 10 years ago
e4b4093
Add a --forever flag, to continuously run tests as things change.
by ctiller
· 10 years ago
8232204
Updates the math and interop samples to use the fully-qualified method name.
by temiola
· 10 years ago
6e48a42
Switches to using protobuf-ruby.
by temiola
· 10 years ago
4cd6035
Fixes the ping_pong test.
by temiola
· 10 years ago
4a3be1c
Update modules and packages to allow for a single grpc import
by temiola
· 10 years ago
ba22e87
Adds ruby versions of the interop server and client
by temiola
· 10 years ago
0c475f0
Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure.
by nnoble
· 10 years ago
097ef9b
Incorporating ruby into the master grpc repository.
by nnoble
· 10 years ago