Masood Malekghassemi
71f4f205c0
Merge pull request #9094 from soltanmm-google/praytell-babbage-if-you-do-the-wrong-thing-will-it-still-do-the-right-thing
...
Patch overlooked strings from Python un-namespacing
8 years ago
Masood Malekghassemi
9fb054a537
Upversion Python
8 years ago
Masood Malekghassemi
94b82355cb
Patch overlooked strings from Python un-namespacing
8 years ago
Nathaniel Manista
d0e336ab58
Merge pull request #9045 from nathanielmanistaatgoogle/interop-fixes-v1.0.x
...
Interop fixes.
8 years ago
Nathaniel Manista
d0966d031d
Merge pull request #9080 from nathanielmanistaatgoogle/channel_ready_future_tests-v1.0.x
...
Channel ready future test tweaks.
8 years ago
Michael Lumish
3916a178e5
Merge pull request #8924 from murgatroid99/node_handle_bad_writes
...
Node: correctly bubble up errors caused by non-serializable writes
8 years ago
Masood Malekghassemi
0c1f2c60bb
Merge pull request #9079 from soltanmm-google/WHY-IS-EVERYONE-NAMED-STEVE
...
Backport of #9071
8 years ago
Nathaniel Manista
1de3914d69
Style fix: pass keyword arguments by keyword
8 years ago
Nathaniel Manista
91764921bc
Use LONG_TIMEOUT for calls that do not time out
8 years ago
Masood Malekghassemi
e136c1a773
Up-version Python
8 years ago
Masood Malekghassemi
f096f540ee
Recover 'namespace'd Python distribution packages
...
Uses dynamic loading to paper-over the negative effects of losing
namespace packages in the previous commit.
8 years ago
Masood Malekghassemi
7ba3527ffe
Un-namespace Python packages
...
Setuptools was updated and our hacky namespace-package-chickens came
back to roost. This removes the unsupported namespace package hacks.
8 years ago
Nathaniel Manista
30492b90a3
Merge pull request #9041 from nathanielmanistaatgoogle/servicer_context_doc_strings-v1.0.x
...
ServicerContext methods doc string fix and tweak.
8 years ago
Masood Malekghassemi
e528890bbc
Merge pull request #9051 from soltanmm-google/I-used-to-hate-history-class,then-I-learned-for-myself-that-so-long-as-we're-all-human-we-will-make-the-same-human-mistakes-again-and-again-and-that's-worth-studying
...
Backport Python setuptools unpinning
8 years ago
Noah Eisen
af604281c1
Merge pull request #9044 from ncteisen/go_docker_fix_backport
...
Fix Go Docker Backport
8 years ago
Masood Malekghassemi
2562b532e0
Backport Python setuptools unpinning
...
This should allow our tests to build on newer virtualenvs.
8 years ago
Masood Malekghassemi
5395006d6b
Merge pull request #9042 from soltanmm-google/science-illiteracy-is-becoming-an-existential-threat-as-we-turn-scientists-into-living-cassandra-metaphors
...
Up-version Python for backports
8 years ago
Nathaniel Manista
e1fd78f110
Drop unnecessary sleep in interop test
8 years ago
Nathaniel Manista
8b223e2986
Correct Python cancel_after_begin interop test
...
It was a mistake that requests might be sent; the test specification
calls for no requests to be sent. It was a mistake that the response
future's cancelled() method was called; the cancelled() method returns
something more like "was this object's cancel() method called earlier?"
than "did the RPC terminate with status code CANCELLED?". Since it's
something that we'd well enough like to work I've retained the
cancelled() call with a different failure message.
8 years ago
Noah Eisen
4625b8bb94
Fix go docker
8 years ago
Masood Malekghassemi
6ba93f2612
Up-version Python for backports
8 years ago
Nathaniel Manista
b2b6a9eb57
ServicerContext methods doc string fix and tweak
...
ServicerContext.set_code takes a (grpc.)StatusCode, not an integer.
8 years ago
Masood Malekghassemi
edcd491648
Merge pull request #8990 from soltanmm-google/have-fun-filling-in-the-blanks-of-reality-with-belief-structures
...
Backport Python features to v1.0.x
8 years ago
Masood Malekghassemi
53360f2d1c
Backport Python features to 1.0.x
...
Backports per-object grpc_init/deinit and separated-file grpc protoc
codegen (#7538 , #8246 , #8920 ).
8 years ago
Nathaniel Manista
a433fed989
Merge pull request #8917 from nathanielmanistaatgoogle/call-management-v1.0.x
...
Refactor channel call management.
8 years ago
Masood Malekghassemi
c7899eb004
Merge pull request #8970 from soltanmm-google/profit-driven-education-seems-like-a-pretty-obvious-echo-chamber-spiral-now-that-I-think-about-it
...
Fix test runner failures for Python on Windows
8 years ago
apolcyn
c1e03dbfaf
Merge pull request #8914 from apolcyn/update_ruby_protobuf_to_310
...
Update ruby protobuf to 310
8 years ago
Masood Malekghassemi
a0804ef0d2
Fix test runner failures for Python on Windows
8 years ago
apolcyn
93904c0dc8
Merge pull request #8843 from apolcyn/fix_ruby_shutdown
...
Fix ruby shutdown
8 years ago
Alex Polcyn
a868c0424e
keep old behavior to not destroy ruby server if not instantiated
8 years ago
apolcyn
58e120c46a
Merge pull request #8916 from apolcyn/turn_on_thread_fails_on_ruby_unit_tests
...
turn on Thread.abort_on_exception in ruby unit tests by default
8 years ago
murgatroid99
45d4561cd0
Add missing return
8 years ago
murgatroid99
dbda92064f
Also propagate serialization errors in unary server responses
8 years ago
Alexander Polcyn
d2537c1aa9
turn on Thread.abort_on_exception in ruby unit tests by default
8 years ago
Nathaniel Manista
b292a8502e
Refactor channel call management
...
The requirement that any created managed call must have operations
performed on it is obstructing proper handling of the case of
applications providing invalid invocation metadata. In such cases the
RPC is "over before it starts" when the very first call to
start_client_batch returns an error.
8 years ago
Nathaniel Manista
564d3a7aa3
Lint fixes
8 years ago
Nathaniel Manista
c00d0f79aa
Clarify grpc_call_start_batch error semantics
8 years ago
Alex Polcyn
16db6e1c04
destroy byte buffer reader after use in ruby recv msg
8 years ago
Alex Polcyn
1625d12ea1
update ruby protbuf dep to 3.1.0
8 years ago
murgatroid99
c13e2f5b03
Node: correctly bubble up errors caused by non-serializable writes
8 years ago
apolcyn
82870cad46
Merge pull request #8833 from apolcyn/ruby_wait_to_finish_writes
...
wait for write loop to finish at end of ruby read loop, on client side calls
8 years ago
Muxi Yan
03cae8a470
Merge pull request #8871 from muxi/advance-objc-version-v102
...
Advance objective c version to v1.0.2
8 years ago
Michael Lumish
a43aafef23
Merge pull request #8818 from murgatroid99/node_7_build_enable
...
Re-enable Node 7 artifact build
8 years ago
Muxi Yan
de30b0ae36
missing file
8 years ago
Muxi Yan
a7f03f6423
Advance objective c version to v1.0.2
8 years ago
Muxi Yan
dc2111ec70
Merge pull request #8735 from muxi/fix-error-status-popup-v10x
...
Backport: Send RST_STREAM from client when it receives trailing metadata without the corresponding RST_STREAM
8 years ago
Muxi Yan
d742574004
Fix breaking generate_project.py
8 years ago
Muxi Yan
878ff0835d
Revert "Missed file"
...
This reverts commit 10790401dd
.
8 years ago
Muxi Yan
6ead007882
Revert "Update messages.proto and add a new test" as the test is not supported in v1.0.x
...
This reverts commit 59af1bf468
.
8 years ago
Alexander Polcyn
7f8a628f6a
fix race between app and GC on ruby server shutdown
8 years ago