aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
Commit message (Collapse)AuthorAge
* Merge pull request #4120 from ↵Gravatar Michael Lumish2015-11-12
|\ | | | | | | | | tbetbetbe/grpc_ruby_fix_compile_on_2_0_typed_free_immediately Corrects compile error on ruby 2.0
| * Corrects compile error on ruby 2.0Gravatar Tim Emiola2015-11-12
| |
* | Merge pull request #4106 from tbetbetbe/grpc_ruby_fix_flaky_ruby_interop_testGravatar Michael Lumish2015-11-12
|\ \ | | | | | | Grpc ruby fix flaky ruby interop test
| * | Updates interop client/server loggingGravatar Tim Emiola2015-11-11
| | | | | | | | | | | | | | | - server logger.level = WARN - client logger.level = INFO
| * | Adds standard logging to the client/serverGravatar Tim Emiola2015-11-11
| | | | | | | | | | | | - truncates the server debug log entries to make that readable
| * | Fixes a multithreading bug in the ruby rpc_serverGravatar Tim Emiola2015-11-11
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the current ruby server interop test flakiness. - The interop tests recently changed so that clients access servers in parallel, meaning that the interop servers handle multiple rpcs at once, which is how this bug became visible - since this change, tests run against the ruby interop server have failed sporadically - the problem was that the block in #loop_handle_server_calls that is passed to the thread pool referenced a var in an enclosing block, which resulted in requests being processed by the wrong handler - this fix ensures that the block to be run on the thread pool thread does not have any references to vars in the enclosing block
* | Ensures that bidi calls obtain metadata.Gravatar Tim Emiola2015-11-10
| | | | | | | | Fixes an omission from earlier PRs that adds support metadata.
* | Fixes an issue running the tests on Ruby2.2Gravatar Tim Emiola2015-11-10
|/
* Merge pull request #4009 from jtattermusch/add_badgesGravatar Michael Lumish2015-10-30
|\ | | | | Add npm, gem and cocoapods badges
| * Add gem badgeGravatar Jan Tattermusch2015-10-30
| |
* | fix ruby per_rpc_credsGravatar Jan Tattermusch2015-10-19
|/
* Merge pull request #3861 from jtattermusch/ruby_use_tlsGravatar Michael Lumish2015-10-19
|\ | | | | Accept --use_tls=true and --use_test_ca=true in ruby interop tests
| * accept --use_tls=true and --use_test_ca=true in rubyGravatar Jan Tattermusch2015-10-15
| |
* | Add newline to .rubocop.ymlGravatar murgatroid992015-10-14
| |
* | Fixed previous change, altered RuboCop settings to let me do soGravatar murgatroid992015-10-14
| |
* | Made ruby server stop waiting for calls when it starts getting null callsGravatar murgatroid992015-10-14
|/
* Fixes the broken ruby interop testsGravatar Tim Emiola2015-10-08
|
* Merge pull request #3602 from grpc/release-0_11Gravatar Tim Emiola2015-10-02
|\ | | | | Upmerge from beta to master.
| * Bugfix: correct circular arg refGravatar Tim Emiola2015-09-25
| |
* | Remove a bad flaky rpc server testGravatar Tim Emiola2015-09-25
| |
| * Merge pull request #3475 from tbetbetbe/release-0_11Gravatar Stanley Cheung2015-09-24
| |\ | | | | | | Fixes for the scripts packaged in the ruby gem
| | * Bump version to reflect changes to the gRPC ruby packageGravatar Tim Emiola2015-09-24
| | |
| | * Fixes bins in the grpc beta packageGravatar Tim Emiola2015-09-24
| |/ |/|
| * Update status to BetaGravatar Tim Emiola2015-09-23
|/
* Update debian install instructions, jessie-backportsGravatar Stanley Cheung2015-09-04
|
* Merge pull request #3171 from tbetbetbe/grpc_ruby_improve_test_stabilityGravatar Stanley Cheung2015-08-31
|\ | | | | Improves test stability
* \ Merge pull request #3172 from tbetbetbe/grpc_ruby_bump_versionGravatar Michael Lumish2015-08-31
|\ \ | | | | | | Bumps the ruby version to beta
| * | Bumps the ruby version to betaGravatar Tim Emiola2015-08-31
| | |
| | * Improves test stabilityGravatar Tim Emiola2015-08-31
| |/
* | Merge pull request #3158 from tbetbetbe/grpc-ruby-server-support-multiple-certsGravatar Michael Lumish2015-08-31
|\ \ | |/ |/| Grpc ruby server add support for multiple certs
| * Fixes a commentGravatar Tim Emiola2015-08-31
| |
| * Make insecure construction explicit, to address #2614Gravatar Tim Emiola2015-08-31
| |
| * Update sites using ServerCredentials.newGravatar Tim Emiola2015-08-31
| |
| * Updates implementation of rb_server_credentialsGravatar Tim Emiola2015-08-31
| | | | | | | | - allows use of multiple credentials, e.g, per servername
* | Merge pull request #3144 from tbetbetbe/grpc-ruby-fix-math-client-serverGravatar Stanley Cheung2015-08-31
|\ \ | | | | | | Grpc ruby fix math client and server
| * | Updates server shutdown handlingGravatar Tim Emiola2015-08-28
| |/ | | | | | | | | | | | | - ensures that servers cancels calls after the shutdown timeout - uses an infinite timeout when request server calls This two changes fix the issue where the server segfaults on shutdown.
* / update debian unstable to testingGravatar Stanley Cheung2015-08-28
|/
* Credentials cleanup:Gravatar Julien Boeuf2015-08-25
| | | | | | | | - Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages.
* Adding void* at then end of security related method in order to have a ↵Gravatar Julien Boeuf2015-08-25
| | | | stable ABI.
* Merge pull request #3013 from ↵Gravatar Michael Lumish2015-08-20
|\ | | | | | | | | tbetbetbe/grpc-ruby-support-per-message-compression Adds support for per message compression
| * Adds support for per message compressionGravatar Tim Emiola2015-08-20
| |
* | update installation instructions, review feedbackGravatar Stanley Cheung2015-08-19
| |
* | update installation instructions, review feedbackGravatar Stanley Cheung2015-08-19
| |
* | update installation instructions, review feedbackGravatar Stanley Cheung2015-08-19
| |
* | update debian install instructionsGravatar Stanley Cheung2015-08-19
|/
* Merge pull request #2983 from ↵Gravatar Michael Lumish2015-08-19
|\ | | | | | | | | tbetbetbe/grpc-ruby-correct-logconfig-fix-interop-tests Corrects logconfig from #2956
| * Corrects logconfig from #2956Gravatar Tim Emiola2015-08-18
| |
* | Sprinkle reserved = NULL aroundGravatar Craig Tiller2015-08-18
|/
* Remove the runtime dependency on the logging gem.Gravatar Tim Emiola2015-08-17
| | | | | - provides a noop logger unless the user explicit adds a logging method to the GRPC namespace
* Adds a test for ruby code generation.Gravatar Tim Emiola2015-08-17
|