Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2 | Mugur Marculescu | 2015-02-19 |
|\ | | | | | Jayantkolhe patch 2 - Many documentation updates. | ||
| * | Update README.md | Jayant Kolhe | 2015-02-19 |
| | | |||
* | | Fixes case, other minor corrections | Tim Emiola | 2015-02-19 |
| | | |||
* | | Fixes the grpc.gemspec, clarifies the installation instructions | Tim Emiola | 2015-02-19 |
| | | |||
* | | Removes unnecesary check from the interop teste | Tim Emiola | 2015-02-19 |
| | | |||
* | | Merge pull request #540 from ctiller/copyright | Tim Emiola | 2015-02-18 |
|\ \ | | | | | | | Copyright checker | ||
| * | | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | | | |||
| * | | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | | | |||
| * | | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | | | |||
| * | | Merge github.com:grpc/grpc into copyright | Craig Tiller | 2015-02-17 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/python/src/__init__.py src/python/src/_adapter/__init__.py src/python/src/_framework/__init__.py src/python/src/_framework/base/__init__.py src/python/src/_framework/base/packets/__init__.py src/python/src/_framework/common/__init__.py src/python/src/_framework/face/__init__.py src/python/src/_framework/face/testing/__init__.py src/python/src/_framework/foundation/__init__.py src/python/src/_junkdrawer/__init__.py | ||
* | | | | Removes the line that sed could not fix | Tim Emiola | 2015-02-17 |
| | | | | |||
* | | | | Updates the module name in the idiomatic and stub layers | Tim Emiola | 2015-02-17 |
| | | | | |||
* | | | | Updates the module name in C extension, ensuring it compiles | Tim Emiola | 2015-02-17 |
| |/ / |/| | | |||
* | | | Temporarily pauses some tests | Tim Emiola | 2015-02-17 |
| |/ |/| | |||
| * | Add proto copyrights | Craig Tiller | 2015-02-16 |
|/ | |||
* | Stop calling finish on server calls | Tim Emiola | 2015-02-09 |
| | |||
* | fixes a typo | Tim Emiola | 2015-02-09 |
| | |||
* | updates the client server spec to reflect that status is no longer shown | Tim Emiola | 2015-02-09 |
| | |||
* | Disable failing wrapping level tests | Tim Emiola | 2015-02-09 |
| | |||
* | Fixes a event compiler error | Tim Emiola | 2015-02-09 |
| | |||
* | Prepare for the new batch call API. | Craig Tiller | 2015-02-02 |
| | | | | | Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings. | ||
* | Corrects a typo | Tim Emiola | 2015-02-02 |
| | |||
* | Adds a demo app that accesses the live pubsub service. | Tim Emiola | 2015-02-02 |
| | |||
* | Add generated code for accessing the v1 pubsub API from Ruby | Tim Emiola | 2015-02-02 |
| | |||
* | Adds a missing return | Tim Emiola | 2015-02-02 |
| | |||
* | Updates interop client to use update_proc | Tim Emiola | 2015-01-31 |
| | |||
* | Adds updater_proc, to simplify the setup of credentials during stub creation | Tim Emiola | 2015-01-31 |
| | |||
* | Adds a compute engine auth GCE interop test | Tim Emiola | 2015-01-31 |
| | | | | - also fixes the service_account test assertions | ||
* | Adds an interop tests if OAuth behaviour is functioning | Tim Emiola | 2015-01-31 |
| | |||
* | Updates the generated code to reflect test updates | Tim Emiola | 2015-01-31 |
| | |||
* | Ensures the auth modules are available with just require 'grpc' | Tim Emiola | 2015-01-31 |
| | | | | - Also fixes some lint issues | ||
* | Adds compute engine auth implementation that extends the signet auth class | Tim Emiola | 2015-01-31 |
| | | | | - also, corrects the content of the authorization header | ||
* | Adds a signet based service_account creds implementation | Tim Emiola | 2015-01-31 |
| | |||
* | Extends signet with an apply/apply! methods | Tim Emiola | 2015-01-31 |
| | | | | apply/apply! update a hash with an OAuth2 authorization token | ||
* | Fix lint errors, other cleanups | Tim Emiola | 2015-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 | ||
* | Adds an emacs modeline | Tim Emiola | 2015-01-31 |
| | |||
* | Attempts to remove a little of this tests flakiness | Tim Emiola | 2015-01-31 |
| | |||
* | completes merges | Tim Emiola | 2015-01-31 |
| | |||
* | Merge pull request #287 from tbetbetbe/grpc_ruby_unittest_cleanup | Michael Lumish | 2015-01-29 |
|\ | | | | | Grpc ruby unittest cleanup | ||
| * | Update the suites used in the tests, run the bidi and server tests as their ↵ | Tim Emiola | 2015-01-29 |
| | | | | | | | | own suites in the default target | ||
| * | Add tagging to rpc_server multi-threading tests to isolate in their own test ↵ | Tim Emiola | 2015-01-29 |
| | | | | | | | | suite | ||
| * | Fix a test that aborts on Docker images | Tim Emiola | 2015-01-29 |
| | | |||
* | | sync up with master | Yang Gao | 2015-01-27 |
|\ \ | |||
| * \ | Merge pull request #236 from tbetbetbe/grpc_ruby_update_interop_test_flags | Michael Lumish | 2015-01-27 |
| |\ \ | | |/ | |/| | Grpc ruby update interop test flags | ||
| | * | Allows production certificates to be specified | Tim Emiola | 2015-01-26 |
| | | | |||
| | * | Adds support for overriding the server host name during SSL | Tim Emiola | 2015-01-26 |
| | | | |||
| | * | Adds a dependency on signet. It's to be used for auth, but for now it ↵ | Tim Emiola | 2015-01-26 |
| | | | | | | | | | | | | sslconfig module is required | ||
| | * | Adds a flag for running all the tests | Tim Emiola | 2015-01-26 |
| | | | |||
| | * | Removes the test state tracking, that's available on Jenkins | Tim Emiola | 2015-01-26 |
| | | | |||
| | * | Added the use_tls flag toggle connecting securely | Tim Emiola | 2015-01-26 |
| | | |