Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use unique namespace for each python protoc test | Ken Payson | 2017-02-10 |
| | | | | | Using the same namespace results in errors when using the c-extension version of protobuf due to name collisions | ||
* | Merge pull request #9533 from murgatroid99/version_1.1.1_bump | Michael Lumish | 2017-02-01 |
|\ | | | | | Bump version to 1.1.1 | ||
| * | Bump version to 1.1.1 | murgatroid99 | 2017-01-31 |
| | | |||
* | | Run yapf_code on v1.1.x | murgatroid99 | 2017-01-31 |
|/ | |||
* | Flagging version 1.1.0. | Nicolas "Pixel" Noble | 2017-01-30 |
| | |||
* | Really fix python. | Mark D. Roth | 2017-01-28 |
| | |||
* | Fix cython bug. | Mark D. Roth | 2017-01-28 |
| | |||
* | Move parameters for all grpc_op types into their own sub-structs. | Mark D. Roth | 2017-01-28 |
| | |||
* | Changing versions from -dev to -pre1 on the release branch. | Nicolas "Pixel" Noble | 2017-01-23 |
| | |||
* | Merge pull request #9127 from ↵ | Masood Malekghassemi | 2017-01-23 |
|\ | | | | | | | | | soltanmm-google/if-you-rely-only-on-yourself-fewer-things-might-go-wrong-but-fewer-things-might-go-right Don't leak Py exceptions without calling gRPC core | ||
| * | Run yapf over Python code | Masood Malekghassemi | 2017-01-23 |
| | | |||
| * | Don't leak Py exceptions without calling gRPC core | Masood Malekghassemi | 2017-01-23 |
| | | |||
* | | Merge pull request #9428 from grpc/revert-8842-metadata_filter | David G. Quintas | 2017-01-23 |
|\ \ | | | | | | | Revert "Metadata handling rewrite" | ||
* \ \ | Merge pull request #9422 from ↵ | Masood Malekghassemi | 2017-01-23 |
|\ \ \ | |_|/ |/| | | | | | | | | soltanmm-google/as-filthy-rich-as-our-cabinet-secretaries Add __richcmp__ to cygrpc.Timespec | ||
| | * | Revert "Metadata handling rewrite" | Craig Tiller | 2017-01-20 |
| |/ |/| | |||
* | | Merge pull request #9420 from nathanielmanistaatgoogle/time_remaining | Nathaniel Manista | 2017-01-20 |
|\ \ | | | | | | | Fix grpc._server._Context.time_remaining. | ||
* \ \ | Merge pull request #9340 from stanley-cheung/update-boringssl | Nicolas Noble | 2017-01-20 |
|\ \ \ | | | | | | | | | Update boringssl | ||
| | | * | Add __richcmp__ to cygrpc.Timespec | Masood Malekghassemi | 2017-01-20 |
| |_|/ |/| | | |||
| | * | Fix grpc._server._Context.time_remaining | Nathaniel Manista | 2017-01-20 |
| | | | | | | | | | | | | A weak test is included; proper test coverage will come later. | ||
* | | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-20 |
|\ \ \ | |||
| | * | | Update boringssl to latest chromium-stable | Stanley Cheung | 2017-01-20 |
| |/ / | |||
* | | | Merge branch 'metadata_filter' of github.com:ctiller/grpc into metadata_filter | Craig Tiller | 2017-01-20 |
|\ \ \ | |||
| | * \ | Merge pull request #9348 from ncteisen/python_negative_http2_fix | Noah Eisen | 2017-01-19 |
| | |\ \ | | | | | | | | | | | Change expected error code in Python negative interop client | ||
| * | | | | Fix Python memory errors | Masood Malekghassemi | 2017-01-19 |
| | | | | | | | | | | | | | | | | | | | | ... but for real this time. | ||
| | * | | | Doc string fix and tweaks | Nathaniel Manista | 2017-01-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In those places where we return an object that implements two interfaces (let's say P and Q), consistently describe it as a "P-Q" rather than once mentioning that it is a P and describing it as a "Q" for the rest of prose. | ||
| | | * | | Expect INTERNAL in Python negative interop client | ncteisen | 2017-01-19 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test now expects to receive StatusCode.INTERNAL when it receives a RST_STREAM from the server in order to comply with https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md Also added wait for ready behavior on the client channel. | ||
* | | | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-18 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||
* | | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-17 |
|\ \ \ | | |/ | |/| | |||
* | | | Fix Python errors | Masood Malekghassemi | 2017-01-17 |
| | | | |||
| | * | Pass an iterator rather than an iterable | Nathaniel Manista | 2017-01-17 |
| |/ | | | | | | | | | This should have been included in dd52a31337616fe935f79debfe5d56c6d73a but was missed because it falsely passes almost all of the time. | ||
| * | Run Python formatting | Masood Malekghassemi | 2017-01-17 |
| | | |||
* | | Merge pull request #44 from ↵ | Craig Tiller | 2017-01-13 |
|\ \ | | | | | | | | | | | | | soltanmm-google/meta_meta-meta-MUSHROOM-MUSHROOM-Snaaaaakkeeeee-oohhhh-it's-a-snaaaaakkeeeeee Paper-over Python errors | ||
| * | | Paper-over Python errors | Masood Malekghassemi | 2017-01-13 |
| | | | | | | | | | | | | | | | | | | | | | This reads directly off of the slices rather than ref'ing and unref'ing them. There's likely some silliness w.r.t. interned slices and references to them outliving their associated call objects, but we are just ignoring that for now. | ||
* | | | Merge github.com:grpc/grpc into metadata_filter | Craig Tiller | 2017-01-10 |
|\ \ \ | | |/ | |/| | |||
| * | | Implement wait-for-ready behavior in Python stress and qps client | ncteisen | 2017-01-10 |
| | | | | | | | | | | | | | | | The clients now block until the channel is in the READY state. This fixes some test flakiness issues we have had. | ||
* | | | Merge github.com:grpc/grpc into fix_errors | Craig Tiller | 2017-01-09 |
|\| | | |||
| * | | Merge pull request #9129 from markdroth/handshaker_plugin | Mark D. Roth | 2017-01-09 |
| |\ \ | | | | | | | | | Handshaker plugin mechanism | ||
* | | | | Start fixing http error --> grpc status conversion | Craig Tiller | 2017-01-06 |
| | | | | |||
* | | | | Merge github.com:grpc/grpc into fix_errors | Craig Tiller | 2017-01-06 |
|\| | | | |_|/ |/| | | |||
| | * | Handshaker plugin mechanism. | Mark D. Roth | 2017-01-06 |
| | | | |||
| * | | v1.0.x → master upmerge | Nathaniel Manista | 2017-01-06 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual resolution: - New test added in src/python/grpcio_test/tests/tests.json - Timeout-related edits resolved in tools/run_tests/run_tests.py Manual changes: - Pass request iterator rather than request sequence in _reflection_servicer_test.py | ||
* | | | Merge branch 'slice_with_exec_ctx_and_new_closures' into ↵ | Craig Tiller | 2017-01-04 |
|\| | | | | | | | | | | | metadata_filter_and_new_closures | ||
| * | | Merge pull request #9212 from nathanielmanistaatgoogle/intraop | Nathaniel Manista | 2016-12-29 |
| |\ \ | | | | | | | | | Rename interop-as-a-unit-test "intraop". | ||
| | * | | Rename interop-as-a-unit-test "intraop" | Nathaniel Manista | 2016-12-29 |
| | | | | | | | | | | | | | | | | | | | | It's been confusing that these tests have been called "interop" but are not actually tests of interoperation. | ||
| * | | | Set Python documentation copyright | Masood Malekghassemi | 2016-12-27 |
| |/ / | |||
* | | | Merge branch 'slice_with_exec_ctx' into metadata_filter | Craig Tiller | 2016-12-27 |
|\| | | |||
| | * | Add _invocation_defects_test.InvocationDefectsTest | siddharthshukla | 2016-12-22 |
| | | | | | | | | | | | | | | | Added tests for detecting invocation time defects arising out of the runtime. | ||
| | * | Replace Python unit test iterables by iterators | siddharthshukla | 2016-12-20 |
| | | | | | | | | | | | | | | | Cast iterables into iterators for stream based compression, empty message, and metadata tests. | ||
| | * | Handle non-iterator objects in consume_request_iterator | siddharthshukla | 2016-12-20 |
| | | | | | | | | | | | | | | | Restructure the consume_request_iterator method to handle exceptions where the object being passed is not an iterator. Fixes #8231 and #8454. | ||
| | * | Merge pull request #9156 from nathanielmanistaatgoogle/Exception.message | Nathaniel Manista | 2016-12-19 |
| | |\ | | | | | | | | | Drop use of Exception.message in metadata test. |