Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
2872cf00cf05dc3b90afa4f4a4dc73064bb41fb9
/
src
/
ruby
/
spec
ae937d3
Never throw CallErrors for failed bidi reads or writes
by Alexander Polcyn
· 7 years ago
a9d16cc
Merge pull request #13634 from hassox/ruby-module-name
by apolcyn
· 7 years ago
8b7007a
Updates the ruby generator RubyAsType to correctly account for underscores in packages
by Daniel Neighman
· 7 years ago
7b87bab
Refactor ruby server shutdown to fix a race
by Alexander Polcyn
· 7 years ago
e5b7ddd
Merge pull request #13363 from grpc/revert-13346-revert-13322-oauth_failure
by Jan Tattermusch
· 7 years ago
b14f1ea
Disable soreuseport in ruby unit tests
by Alexander Polcyn
· 7 years ago
a2044f8
metadata plugin update statuses in wrapped langs
by Jan Tattermusch
· 7 years ago
9f4a8ee
Add HealthChecker helpers for setting statuses
by Marko Bogdanović
· 7 years ago
f1b1ab0
return nil from google rpc status conversion if the grpc-status-details-bin trailer wasnt set
by Alexander Polcyn
· 7 years ago
eec7a91
Add Ruby server interceptors
by Shaun McCormick
· 7 years ago
c0f4278
Merge pull request #12588 from apolcyn/shorten_ruby_unit_test_time
by apolcyn
· 7 years ago
a594ba0
add a client side utility for extracting a google rpc status from a grpc::Status
by Alexander Polcyn
· 7 years ago
67fa513
make sure calls created in ruby unit tests are completed timely
by Alexander Polcyn
· 7 years ago
e387852
Catch NotImplementedError exceptions and forward them to the client.
by John Millikin
· 7 years ago
240f35d
Merge pull request #10636 from apolcyn/alleviate_10526
by apolcyn
· 7 years ago
c6627ca
cancel calls with an error message when bidi write loop fails with user error
by Alexander Polcyn
· 8 years ago
3908891
fix cancellation test flake
by Alexander Polcyn
· 7 years ago
cace6a9
Merge pull request #11963 from apolcyn/fix_ruby_bidi_error_terminate
by apolcyn
· 7 years ago
cd22f11
properly finish bidi calls when there is an initial error
by Alexander Polcyn
· 7 years ago
f064af3
Merge pull request #11849 from apolcyn/fix_ruby_md_mem_leaks_master
by apolcyn
· 7 years ago
11fade7
Fix a ruby test flake
by Alexander Polcyn
· 7 years ago
85cc143
fix memory leak with large metadata keys or values
by Alexander Polcyn
· 7 years ago
7cc83e0
add a standalone client auth test
by Alexander Polcyn
· 7 years ago
7cc30c1
add missing fields on server call context and improve robustness of finished calls
by Alexander Polcyn
· 7 years ago
59a19a9
make sure that client-side view of calls is robust
by Alexander Polcyn
· 7 years ago
fb1e164
dont wait for gc to destroy calls on ruby server
by Alexander Polcyn
· 7 years ago
8d69a2f
correct channel arg constructor calls in ruby channel creds test
by Alexander Polcyn
· 7 years ago
7897ae9
auto-fix most of licenses
by Jan Tattermusch
· 7 years ago
032f398
cleanup
by Alexander Polcyn
· 7 years ago
b2c0b7b
constant state watch without timeouts
by Alexander Polcyn
· 8 years ago
9b02001
get rid of racey sleep 5 and use a cv to wait forever
by Alexander Polcyn
· 8 years ago
d6dd46a
fix flakey race in ruby tests
by Alexander Polcyn
· 8 years ago
5b88146
make fewer lock/unlock calls and loop on cv_wait in watch conn state
by Alexander Polcyn
· 8 years ago
be30114
fix up tests and remove two unlocks in a row bug
by Alexander Polcyn
· 8 years ago
fcad579
in the middle of fixing watch and get connectivity state to work with new changes
by Alexander Polcyn
· 8 years ago
9f49866
add in background connectivity state poller
by Alexander Polcyn
· 8 years ago
e57cd90
fix channel connectivity state function
by Alexander Polcyn
· 8 years ago
d611160
Merge pull request #9018 from apolcyn/fix_ruby_pool_flake
by apolcyn
· 8 years ago
9383d2b
Ruby: show error class and message instead of unknown
by Yuan He
· 8 years ago
8f7b0b4
v1.0.x → master upmerge
by Nathaniel Manista
· 8 years ago
32b2ecc
Merge pull request #8879 from apolcyn/ruby_subclass_badstatus
by apolcyn
· 8 years ago
fa5e31c
remove ruby thread pool unit test of exception on overload
by Alexander Polcyn
· 8 years ago
d2537c1
turn on Thread.abort_on_exception in ruby unit tests by default
by Alexander Polcyn
· 8 years ago
174aa91
change client code to use specific exceptions and throw bad status if
by Alexander Polcyn
· 8 years ago
acacd0d
add factory method to bad status to create correct subclass
by Alexander Polcyn
· 8 years ago
6002b8f
add ruby subclasses of bad status for each GPRC status code
by Alexander Polcyn
· 8 years ago
8613e47
Merge remote-tracking branch 'upstream/v1.0.x' into HEAD
by Jan Tattermusch
· 8 years ago
a713b76
change per job sleep of 5 seconds back to 3 in unit test
by Alexander Polcyn
· 8 years ago
20457a1
clean up pool unit tests
by Alexander Polcyn
· 8 years ago
269e6cc
remove wait queue from ruby thread pool to avoid deadlock
by Alexander Polcyn
· 8 years ago
5d6ae93
Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge
by murgatroid99
· 8 years ago
e5293c3
combine more core batch ops
by Alex Polcyn
· 8 years ago
f6e14b7
fix write buffer ruby test
by Alexander Polcyn
· 8 years ago
9d36eb5
remove comment, for issues with pushing updates
by Alexander Polcyn
· 8 years ago
088416d
surface more exception info for call creds errors
by Alexander Polcyn
· 8 years ago
9c74487
Use thread pool from concurrent-ruby on ruby server
by Alexander Polcyn
· 8 years ago
69a2fc8
Merge pull request #7293 from apolcyn/send_metadata_from_server_handler
by kpayson64
· 8 years ago
17d5c07
use sent flag only under mutex and dont fail in send_initial_metadata
by Alexander Polcyn
· 8 years ago
a9bc030
add mutex wrapper around sending and modifying of initial metadata
by Alexander Polcyn
· 8 years ago
8302b12
Merge branch 'v1.0.x' into manual-upmerge
by Nicolas "Pixel" Noble
· 8 years ago
5a2c918
Updated ruby protos to use new _pb filename
by Ken Payson
· 8 years ago
d9892bd
Moved sending of initial metadata from server into server handler methods
by Alex Polcyn
· 8 years ago
7c55ab0
removed unnecessary public methods removed tests of non api methods
by Alex Polcyn
· 8 years ago
a0a0e1f
Removed expectations of entire provided algorithms list in tests
by Alexander Polcyn
· 8 years ago
6c4709e
replaced constant compress level names with ids
by Alexander Polcyn
· 8 years ago
d788b45
Replaced private ruby methods with internal c functions
by Alexander Polcyn
· 8 years ago
0dccf10
Added ruby wrapper for grpc_compression_options
by Alexander Polcyn
· 8 years ago
19787c7
Merge branch 'master' into ruby_api_review_changes
by murgatroid99
· 8 years ago
e69f088
Split incoming initial and trailing metadata in Ruby calls
by murgatroid99
· 8 years ago
b156671
Change cancelled to cancelled?
by Ken Payson
· 8 years ago
d9d9ba9
Updated compression tests with batch API changes
by murgatroid99
· 8 years ago
13c22ae
Resolved merge conflicts with master
by murgatroid99
· 8 years ago
2cecece
Add a unit test for compression.
by yang-g
· 8 years ago
5ea4a99
Finished removing CompletionQueue from Ruby API, made some changes for clarity
by murgatroid99
· 8 years ago
ae34a37
Finished updating code and tests with keyword argument changes
by murgatroid99
· 8 years ago
b19f181
Avoid using unspecified keyword args where possible
by murgatroid99
· 8 years ago
cf239e7
Add a default handler to Ruby services that returns UNIMPLEMENTED
by murgatroid99
· 9 years ago
c086285
ruby: Add test case for referring external package
by Jun Mukai
· 9 years ago
aa4a7f5
Merge pull request #5528 from rafaelsales/raise-on-unexpected-metadata
by Jan Tattermusch
· 9 years ago
895c111
Make ruby library conform to status code spec
by murgatroid99
· 9 years ago
bc846f7
Add spec to make sure invalid metadata values raise ArgumentError
by Rafael Sales
· 9 years ago
6169d5f
Update copyrights
by Craig Tiller
· 9 years ago
3c77ff4
Fix copyright
by murgatroid99
· 9 years ago
d48d84d
Ruby: fix some synchronization code in server implementation
by murgatroid99
· 9 years ago
f4fc61c
fix ruby impl and test
by yang-g
· 9 years ago
aea13f1
global replace health check proto v1alpha to v1
by yang-g
· 9 years ago
cce7fe0
Fix copyright
by Craig Tiller
· 9 years ago
5738c50
Fix Ruby test that failed to read initial metadata
by murgatroid99
· 9 years ago
d212b33
Re-add missing newline in ruby file
by murgatroid99
· 9 years ago
4080921
Update copyrights
by murgatroid99
· 9 years ago
24e826e
Updated dependencies, fixed a couple of tests
by murgatroid99
· 9 years ago
afe3974
Made insecure channel/stub explicit, in all layers
by murgatroid99
· 9 years ago
7fe4326
Merge pull request #4412 from murgatroid99/ruby_auth_metadata_plugin
by Michael Lumish
· 9 years ago
f3cfb70
update channel_credentials_spec
by Jan Tattermusch
· 9 years ago
cfa26e1
Plumb CallCredentials through Ruby code, replacing metadata_updater functionality
by murgatroid99
· 9 years ago
232d625
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
by Julien Boeuf
· 9 years ago
802f6b6
Merge branch 'master' of https://github.com/grpc/grpc into update_ssl_cert
by Julien Boeuf
· 9 years ago
675b5ce
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
by Julien Boeuf
· 9 years ago
b48236a
Fixes an issue running the tests on Ruby2.2
by Tim Emiola
· 9 years ago
334314b
Updating the server1 cert so that it can be used with Go.
by Julien Boeuf
· 9 years ago
Next »