Alexander Polcyn
9896c64186
Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage"
...
This reverts commit d9e8f86675 , reversing
changes made to 04847aeb1e .
2018-07-27 01:38:26 -07:00
apolcyn
d9e8f86675
Merge pull request #16158 from apolcyn/revert_windows_breakage
...
Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"
2018-07-26 16:46:04 -07:00
Alexander Polcyn
f34c653936
Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"
...
This reverts commit ae8d3efc3a , reversing
changes made to e41215e181 .
2018-07-26 14:32:07 -07:00
Mehrdad Afshari
b12f0aaf07
Add SERVICE_NAME to reflection/health
2018-07-26 11:45:59 -07:00
apolcyn
ae8d3efc3a
Merge pull request #15797 from apolcyn/windows_compile_and_sort
...
Enable c-ares address sorting on windows
2018-07-25 16:59:57 -07:00
Alex Polcyn
1b1d5e52e7
Get c-ares to compile and do address sorting on windows
2018-07-25 13:21:43 -07:00
Mehrdad Afshari
b928f99fdf
Disable ChannelConnectivityTest for the Beta API
...
The Beta API has been unsupported for a while and
we plan to disable the flaky tests in the Beta API
as we see them before we entirely remove it.
2018-07-25 10:47:17 -07:00
Srini Polavarapu
8c9af7464c
Regenerate projects
2018-07-19 09:52:56 -07:00
ncteisen
afb9829819
Fix the muddled linkeage of channelz
2018-07-06 15:34:54 -07:00
Yihua Zhang
c5f1eda10f
implement loca credentials
2018-07-02 13:29:27 -07:00
David G. Quintas
3acf8e6207
Merge pull request #15840 from dgquintas/common_nanopb
...
Update to use the canonical version of LB proto
2018-06-22 16:04:32 -07:00
Juanli Shen
f5f1d57d7a
Add load reporting filter
2018-06-22 10:00:48 -07:00
David Garcia Quintas
f3955ba711
Update to use the canonical version of LB proto
2018-06-21 17:46:31 -07:00
Mehrdad Afshari
84955e7a48
Upmerge v1.13.x into master
2018-06-20 16:01:20 -07:00
Mehrdad Afshari
650fcb6b8d
Add MANIFEST and README to grpcio_testing package
2018-06-20 11:26:29 -07:00
ncteisen
68d4f50f77
Merge branch 'master' of https://github.com/grpc/grpc into channelz
2018-06-19 14:00:52 -07:00
Mark D. Roth
9e3e64604d
Merge pull request #15274 from JackOfMostTrades/verify-callback-core
...
Create verify_peer_options when creating ssl credentials to support a peer verification callback
2018-06-19 10:00:16 -07:00
Jim King
01cbab60f3
Merge pull request #15070 from Vizerai/filter_port
...
Adding opencensus grpc plugin with bazel support.
2018-06-18 17:01:26 -07:00
Alexander Polcyn
7eda61937e
Separate the posix part of the c-ares driver
2018-06-15 13:14:52 -07:00
Mehrdad Afshari
561630dfe2
Regenerate projects
2018-06-15 14:49:47 -04:00
ncteisen
c14e95fc63
Merge branch 'master' of https://github.com/grpc/grpc into channelz
2018-06-15 11:13:46 -04:00
Srini Polavarapu
d6616280d3
Merge pull request #15694 from srini100/bump-to-v1.14
...
Bump master to v1.14
2018-06-14 19:57:13 -07:00
Nathaniel Manista
a5530e9e36
Specify thread-safety of grpc-created channels
2018-06-14 22:04:46 +00:00
Mehrdad Afshari
b291f186be
Refactor: reorder
2018-06-14 13:57:50 -07:00
Mehrdad Afshari
56142a5dbf
Refactor: avoid calling with_call API
...
Avoid calling the public self.with_call
API internally and opt for sharing the
method body in a separate private method
and calling that instead.
2018-06-14 13:17:00 -07:00
ncteisen
f92460e539
Merge branch 'master' of https://github.com/grpc/grpc into channelz
2018-06-13 23:00:07 -07:00
Mehrdad Afshari
a33b807507
Re-raise grpc.RpcError instead of eating it
2018-06-13 16:32:00 -07:00
Mehrdad Afshari
e9cbad592e
Refactor: rename _LocalFailure to _FailureOutcome
2018-06-13 15:39:03 -07:00
Mehrdad Afshari
e2ebd89a5f
Optimize blocking intercepted stream-unary calls
...
Change the blocking stream-unary call code path to rely
on the underlying synchronous API, as opposed to calling
the Future-based underlying async API and invoking `.result()`
on the returned Future object immediately, which can be
resource-intensive.
2018-06-13 15:39:03 -07:00
Mehrdad Afshari
32919791c7
Optimize blocking intercepted unary-unary calls
...
Change the blocking unary-unary call code path to rely
on the underlying synchronous API, as opposed to calling
the Future-based underlying async API and invoking `.result()`
on the returned Future object immediately, which can be
resource-intensive.
2018-06-13 15:39:03 -07:00
kpayson64
30a0187aaa
Merge pull request #15744 from kpayson64/disable_lru
...
Disable LRU cache test on gevent
2018-06-13 15:18:14 -07:00
kpayson64
521246e2c5
Disable LRU cache test on gevent
2018-06-13 14:03:09 -07:00
Ian Haken
68eff58df6
Create verify_peer_options when creating ssl credentials in order to expose a verification callback option.
...
These options are not yet exposed to languages outside of core.
2018-06-12 12:59:37 -07:00
Nathaniel Manista
759eb90d2c
Merge pull request #15707 from ghostwriternr/fix-cython-file-endings
...
Update grpc_gevent cython files to include .pxi.
2018-06-11 16:01:42 -07:00
Nathaniel Manista
b436d56d8b
Merge pull request #15689 from nathanielmanistaatgoogle/generic-rpc-handler-validation
...
Check conformance to grpc.GenericRpcHandler type.
2018-06-11 16:00:48 -07:00
Naresh
435c6f8d1e
Update grpc_gevent cython files to include .pxi
...
All files under `grpc/_cython/_cygrpc` in grpcio Python package
are used as include files and thus have a .pxi file extension.
grpc_gevent implementation was added in 1bfff8e , but didn't include the
.pxi file extension. Update these file names.
2018-06-11 23:34:59 +05:30
Srini Polavarapu
586c639795
Regenerate projects
2018-06-08 17:16:17 -07:00
Srini Polavarapu
c79c156307
Regenrate projects
2018-06-08 17:01:18 -07:00
Mehrdad Afshari
92a06353e2
Merge pull request #15682 from mehrdada/bump-pylint
...
Bump pylint to 1.9.2
2018-06-08 15:21:29 -07:00
Nathaniel Manista
369d827445
Check conformance to grpc.GenericRpcHandler type
2018-06-08 21:07:14 +00:00
Nathaniel Manista
8872a312c3
Merge pull request #14879 from santoshankr/python_ssl_session_cache_lru
...
TLS session resumption support for Python clients.
2018-06-08 11:31:33 -07:00
Mehrdad Afshari
d6547ea1a4
Change exception type to AssertError
2018-06-08 09:14:12 -07:00
Mehrdad Afshari
f07f6c9a87
Remove comment that is no longer relevant
2018-06-08 08:31:30 -07:00
Mehrdad Afshari
6eac8c5e88
Run yapf to reformat Python code
2018-06-07 23:56:41 -07:00
Mehrdad Afshari
109b5b1dcc
Fix arguments-differ pylint warning
2018-06-07 23:39:16 -07:00
Mehrdad Afshari
de1718c1c0
Remove unused _junkdrawer
2018-06-07 23:38:50 -07:00
Mehrdad Afshari
a941ec6d74
Fix import order to satisfy pylint
2018-06-07 23:38:34 -07:00
Mehrdad Afshari
bfbd192a82
Fix raising-format-tuple pylint warning
2018-06-07 23:32:46 -07:00
Mehrdad Afshari
b6955d996f
Refactor to avord redefining argument
2018-06-07 23:30:34 -07:00
Mehrdad Afshari
c095c5c847
Fix arguments-differ pylint warning
2018-06-07 23:26:38 -07:00