aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/spec
Commit message (Collapse)AuthorAge
* Updates Channel#create_call to the new APIGravatar Tim Emiola2015-04-10
|
* Renables the test checking the server can send the initial bidi messageGravatar Tim Emiola2015-03-23
|
* Enables some incorrectly disabled testsGravatar Tim Emiola2015-03-23
|
* Corrects the handling of metadata when the optional deadline is specifiedGravatar Tim Emiola2015-03-23
|
* Merge pull request #1080 from tbetbetbe/grpc_ruby_add_back_server_finish_callsGravatar Michael Lumish2015-03-18
|\ | | | | Adds back calls to #finish at the end of server calls
| * Adds back calls to #finish at the end of server callsGravatar Tim Emiola2015-03-17
| |
* | Exposes the metadata method in server-side ActiveCall view classesGravatar Tim Emiola2015-03-17
|/
* Updates ruby code affected by the secure server API changeGravatar Tim Emiola2015-03-05
|
* Removed execute permissions from README files.Gravatar Misha Brukman2015-03-02
|
* Removes a redundant canary testGravatar Tim Emiola2015-02-25
|
* Merge pull request #783 from ↵Gravatar Michael Lumish2015-02-25
|\ | | | | | | | | tbetbetbe/grpc_ruby_switch_auth_to_google_auth_library_ruby Grpc ruby switch auth to google auth library ruby
| * Remove the ruby gRPC auth implementationGravatar Tim Emiola2015-02-25
| |
* | Merge pull request #735 from jboeuf/fix_ssl_sanGravatar Craig Tiller2015-02-24
|\ \ | |/ |/| Verifying the peer name on the X509 Certs correctly.
* | Temporarily suspend some tests that started failing because during the final ↵Gravatar Tim Emiola2015-02-24
| | | | | | | | shutdown
| * Verifying the peer name on the X509 Certs correctly.Gravatar Julien Boeuf2015-02-23
|/ | | | | | | - The SANs take precedence over the CN. - The CN is only checked if there are no SANs. - Fixing the tests as the test cert did not list *.test.google.com in the SANs. Will fix the test cert another time...
* Merge pull request #540 from ctiller/copyrightGravatar Tim Emiola2015-02-18
|\ | | | | Copyright checker
| * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
| |
| * Update copyright to 2015Gravatar Craig Tiller2015-02-18
| |
* | Updates the module name in the idiomatic and stub layersGravatar Tim Emiola2015-02-17
|/
* Temporarily pauses some testsGravatar Tim Emiola2015-02-17
|
* Stop calling finish on server callsGravatar Tim Emiola2015-02-09
|
* updates the client server spec to reflect that status is no longer shownGravatar Tim Emiola2015-02-09
|
* Disable failing wrapping level testsGravatar Tim Emiola2015-02-09
|
* Fixes a event compiler errorGravatar Tim Emiola2015-02-09
|
* Ensures the auth modules are available with just require 'grpc'Gravatar Tim Emiola2015-01-31
| | | | - Also fixes some lint issues
* Adds compute engine auth implementation that extends the signet auth classGravatar Tim Emiola2015-01-31
| | | | - also, corrects the content of the authorization header
* Adds a signet based service_account creds implementationGravatar Tim Emiola2015-01-31
|
* Extends signet with an apply/apply! methodsGravatar Tim Emiola2015-01-31
| | | | apply/apply! update a hash with an OAuth2 authorization token
* Fix lint errors, other cleanupsGravatar Tim Emiola2015-01-31
| | | | | | - ensure that lint check gets run when prior to running unittests - fixes a description of the default rake command - adds a dependency on Faraday, a HTTP/REST client
* Attempts to remove a little of this tests flakinessGravatar Tim Emiola2015-01-31
|
* Add tagging to rpc_server multi-threading tests to isolate in their own test ↵Gravatar Tim Emiola2015-01-29
| | | | suite
* Fix a test that aborts on Docker imagesGravatar Tim Emiola2015-01-29
|
* Remove port_picker.rbGravatar Tim Emiola2015-01-26
|
* Removes remaining references to port_pickerGravatar Tim Emiola2015-01-26
|
* Removes port_picker from channel_specGravatar Tim Emiola2015-01-26
|
* Removes port_picker from call_spec.rb, removes a redundant testGravatar Tim Emiola2015-01-26
|
* Removed port_picker from server_spec.rbGravatar Tim Emiola2015-01-26
|
* Removed port_picker from active_call_spec, fixed some style issuesGravatar Tim Emiola2015-01-26
|
* Removes port_picker from rpc_server_specGravatar Tim Emiola2015-01-26
|
* Removed port_picker form client_stub_specGravatar Tim Emiola2015-01-26
|
* Completes mergeGravatar Tim Emiola2015-01-26
|\
* | Updates client_server_spec to use the server_portGravatar Tim Emiola2015-01-26
| |
| * Resolves issues that stopped that stopped tests from running okGravatar Tim Emiola2015-01-26
|/
* Merge branch 'master' of github.com:google/grpc into merge_new_invoke_apiGravatar murgatroid992015-01-23
|\
| * Remove Go linksGravatar Tim Emiola2015-01-22
| |
| * Removes Google username from TODOs, removes defunct TODOsGravatar Tim Emiola2015-01-22
| |
* | Updates ruby to stop using grpc_start_invokeGravatar Tim Emiola2015-01-21
|/
* Fix a typoGravatar Tim Emiola2015-01-16
|
* Adds rubocop and fixes most style violations it detectedGravatar Tim Emiola2015-01-16
| | | | | | | | | - add rubocop as a dev dependency - fixed many style violations it reported, often using --auto-correct - add a rubocop config - .rubocop.yml shows the exceptions - .rubocopy_todo.yml tracks outstanding style issues - adds a rake task to allow rubocop styling checks to be automated
* Updates service.rb to ensure that the DSL specified service name is not ↵Gravatar temiola2015-01-09
| | | | | | | | | overridden Change on 2015/01/08 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83525675