Alexander Polcyn
4632895da9
Add java google default creds to cloud-to-prod interop scenarios
6 years ago
Jan Tattermusch
eac8b812b4
fixup #16837
6 years ago
Mehrdad Afshari
788ace1c01
Merge pull request #16836 from mehrdada/strip-manylinux-wheels
...
Strip manylinux1 binary wheels
6 years ago
Noah Eisen
2b536a9dc9
Merge pull request #16827 from ncteisen/channelz-connected-ownership
...
Connected Channel has ref to Channelz
6 years ago
yihuaz
a382824726
Merge pull request #16792 from grpc/revert-16791-revert-16695-pass_pollset_set_tsi_handshaker
...
Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker""
6 years ago
Jan Tattermusch
0be291351c
Merge pull request #16837 from jtattermusch/python_benchmarks_only_build27
...
Only build with python27 in performance benchmarks
6 years ago
Hope Casey-Allen
12925d6fc8
Move check closer to relevant code
6 years ago
Hope Casey-Allen
3ed3c8c071
Add metadata streaming tests
6 years ago
ncteisen
4b8fb77690
reviewer comments
6 years ago
Alexander Polcyn
aea5f109a6
Add c++ google default creds to cloud to prod auth scenarios
6 years ago
Mehrdad Afshari
be4b2db4ad
Strip manylinux1 binary wheels
6 years ago
Soheil Hassas Yeganeh
78434ad303
Do not wait for allocation if buffer is less than half the target.
...
We overallocate by 2x for target. Unless buffer is more than half
full, we should not delay read for more allocation.
6 years ago
Soheil Hassas Yeganeh
c8d5db1717
Update TCP read estimates as soon as we read the whole buffer.
...
If we have a continous stream of bytes on the socket, we will
never grow the buffer, because we will never get EAGAIN, and
call finish. This is a serious performance issue, which can
be misued.
As soon as we have a full buffer, update the estimate.
6 years ago
Jan Tattermusch
22c6257040
only build with python27 in performance benchmarks
6 years ago
Jan Tattermusch
223995b3de
Merge pull request #16753 from jtattermusch/unify_fallthrough
...
Unify fallthrough comment in switch statements
6 years ago
ncteisen
80b3433972
reviewer comments
6 years ago
Naresh
2e78e516ad
Bazel rules for Python grpcio_reflection
6 years ago
Naresh
9172775bc8
Bazel rules for gRPC Python interop tests
...
Add interop tests for gRPC Python. py_proto_library rules are added to
src/proto/grpc/testing/BUILD since grpc_proto_library is not compatible
with py_* rules.
'requests' python module is added to requirements.bazel.txt as it is a
dependency for google-auth. Previously, this was installed through
tools/run_tests/helper_scripts/build_python.sh before running tests.
6 years ago
ncteisen
f14c001b64
Connected channel has ref to channelz
6 years ago
ncteisen
17b6c04b89
Intercept trailing in subchannel, not client_channel
6 years ago
Moiz Haidry
145a3bf91f
Code sanitization
6 years ago
Moiz Haidry
14acde64cc
Addressed Vijay's code review comments
6 years ago
Jan Tattermusch
73c99f890a
Merge pull request #16816 from jtattermusch/update_owners_dgx_mehrdada
...
Update owners (replace dgquintas and mehrdada)
6 years ago
Jan Tattermusch
14c4dbe7c7
Merge pull request #16826 from jtattermusch/fix_run_performance_tests
...
run_performance_tests.py: cleaner way to start port_server.py
6 years ago
Vijay Pai
563c85dfcc
Merge pull request #16706 from vjpai/desig
...
Remove grpc_use_signal from API, as no longer relevant
6 years ago
Jan Tattermusch
96ae5f9aaa
make sure port server runs locally too
6 years ago
Vijay Pai
c469b57b35
Increment version number since grpc_use_signal deletion is an API breaker
6 years ago
Vijay Pai
a46ddf4a09
Remove grpc_use_signal which is no longer relevant
6 years ago
Nathaniel Manista
478fedb273
Merge pull request #16812 from ghostwriternr/bazel-python-health-check-test
...
Bazel rules for Python grpcio_health_checking.
6 years ago
Jan Tattermusch
d94b49a1df
unify fallthrough comment in switch statements
6 years ago
Jan Tattermusch
41df33e456
update owner for client_channel
6 years ago
Jan Tattermusch
40e8dbed6f
Merge pull request #16780 from jtattermusch/csharp_use_ninja_artifacts
...
use Ninja to build grpc_csharp_ext windows artifact
6 years ago
Yash Tibrewal
9492a72cc6
Merge pull request #16800 from soheilhy/metadata
...
Make link_head consistent with link_tail.
6 years ago
Noah Eisen
520a4a297d
Merge pull request #16761 from ncteisen/channelz-cpp
...
Channelz++ Part 5: GetServerSockets Support
6 years ago
ncteisen
eba6ada829
Merge branch 'master' of https://github.com/grpc/grpc into channelz-cpp
6 years ago
Noah Eisen
f8e5a4099b
Merge pull request #16758 from ncteisen/channelz
...
Channelz Part 7: Server Listening Socket Support
6 years ago
ncteisen
0b0f21b3d2
C++ Channelz GetServerSockets Support
6 years ago
ncteisen
9b0223f1c5
Add skeleton listen socket support
6 years ago
Noah Eisen
a74885d478
Merge pull request #16760 from ncteisen/channelz-server-sockets
...
Channelz Part 8: Get Server Sockets
6 years ago
Noah Eisen
91d23ac8ea
Merge pull request #16788 from ncteisen/channelz-registry
...
Add Compaction to Channelz Registry
6 years ago
Naresh
873e0757cb
Bazel rules for Python grpcio_health_checking
...
Add Bazel rules for building and testing grpcio_health_checking.
An unofficial fork for rules_protobuf is used for now as it incorporates
a change (#196 by duduko on the upstream repo pubref/rules_protobuf)
which allows the protoc compiler to compile generated protos too. This
was not merged because the change was failing for golang, but works as
expected for Python.
This is needed because grpcio_health_checking fetches it's proto file
from a different directory (previously achived through setup.py) and
thus needs to be moved to the required location within bazel-genfiles
using a genrule.
6 years ago
Jan Tattermusch
0295a4cf2e
update ssl-performance.md
6 years ago
Jan Tattermusch
b07cd51ccc
use Ninja to build grpc_csharp_ext windows artifact
6 years ago
Jan Tattermusch
cfb4fe8db2
regenerate CODEOWNERS
6 years ago
Jan Tattermusch
716b5577fc
fixup: rename *Tests files to *Test
6 years ago
Jan Tattermusch
af4649efae
update OWNERS files
6 years ago
Stanley Cheung
912b8ab4d4
Merge pull request #16811 from stanley-cheung/bump-to-1_17
...
Bump to version v1.17.0-dev in master and regenerate projects
6 years ago
Muxi Yan
e08c05903a
Assert argument non-null
6 years ago
Stanley Cheung
e5ce1e36e6
Regenerate projects
6 years ago
Stanley Cheung
020bdd102f
Bump version to v1.17.x
6 years ago