Commit Graph

45838 Commits

Author SHA1 Message Date
Karthik Ravi Shankar 2fc4cfadcf Move ServerCredentials from ::grpc_impl to ::grpc
Reverts: https://github.com/grpc/grpc/pull/18452
2020-07-23 16:18:23 -07:00
Mark D. Roth 79c1294720
Merge pull request #23281 from markdroth/xds_v3
xDS v3 support
2020-07-23 14:13:18 -07:00
apolcyn 7e7a48f863
Merge pull request #23557 from apolcyn/display_peer_address
Log the peer address of grpc_cli CallMethod RPCs to stderr
2020-07-23 10:58:04 -07:00
Mark D. Roth 181781387d xDS v3 support 2020-07-23 10:20:55 -07:00
Vijay Pai 391b2a5a1d
Merge pull request #23571 from vjpai/typos
Typo fix
2020-07-23 07:18:33 -07:00
Vijay Pai 8bc61f41a5
Merge pull request #23578 from vjpai/core_check
Add a consistency check on version and core_version
2020-07-23 07:18:13 -07:00
Vijay Pai 1013ad87f7 Fixes to match shellcheck 2020-07-23 01:58:35 -07:00
Vijay Pai 54a10f265d Consistency check core_version and version 2020-07-23 01:28:21 -07:00
Jan Tattermusch aa0193db42
Merge pull request #23576 from jtattermusch/bump_master_1_32
update master version to 1.32.0-dev
2020-07-23 07:48:24 +02:00
Alexander Polcyn f57879ac56 Flag protect new logs 2020-07-22 21:22:05 -07:00
Yash Tibrewal be58863a77
Merge pull request #23480 from yashykt/abslstatusconn
Plumb absl::Status through connectivity state notifiers
2020-07-22 19:33:13 -07:00
Yash Tibrewal 2c5291ff71 Plumb absl::Status through connectivity state notifiers 2020-07-22 15:56:24 -07:00
Richard Belleville 089d90933a
Merge pull request #23203 from gnossen/python_google_default_creds
Implement compute_engine_channel_credentials in Python
2020-07-22 13:14:54 -07:00
Jan Tattermusch 80daba44d9 regenerate projects 2020-07-22 17:38:48 +02:00
Jan Tattermusch b775f62afb
Merge pull request #23523 from JamesNK/jamesnk/interoptests-remove-version
Output grpc-dotnet interop apps to specific directories
2020-07-22 15:55:30 +02:00
Jan Tattermusch 21fe9652e5 update version to 1.32.0-dev 2020-07-22 13:03:19 +02:00
Jan Tattermusch f9b68bb01e add g-stands-for for the next release 2020-07-22 12:53:08 +02:00
Vijay Pai 2667eba8c2 Fix a typo 2020-07-21 17:03:50 -07:00
Vijay Pai 172f61a3a2
Merge pull request #22757 from vjpai/core_server_cxx
C++ify grpc_server
2020-07-21 16:50:37 -07:00
Richard Belleville dcb5840cee Fix Mac and Windows 2020-07-21 23:36:13 +00:00
Yash Tibrewal b158eb79f8
Merge pull request #23558 from yashykt/cancelstreamdeadline
Explicitly fake the status for when we cancel the streams
2020-07-21 16:06:18 -07:00
Vijay Pai a6e541bb43
Make ABSL header block consistent with other code. 2020-07-21 14:58:39 -07:00
Yash Tibrewal 4c7120e115 Also fake status in grpc_chttp2_mark_stream_closed if already closed but there is an error 2020-07-21 14:15:41 -07:00
apolcyn 18695e30ca
Merge pull request #23570 from apolcyn/fix_ruby_flake
Add logs to a flakey ruby test that can help to diagnose issue
2020-07-21 14:05:12 -07:00
James Newton-King 21e855592a
Output grpc-dotnet interop apps to specific directories 2020-07-22 09:02:13 +12:00
apolcyn 3b2e1c027e
Merge pull request #23535 from apolcyn/repro_epollex_issue_minimal
Remove MAX_EPOLL_EVENTS_HANDLED_EACH_POLL_CALL to ensure timely processing of events
2020-07-21 13:55:26 -07:00
Lidi Zheng bdadeebee5
Merge pull request #23556 from lidizheng/fix-gapic-tests
[Aio] Support tuple and aio.Metadata interaction
2020-07-21 13:48:54 -07:00
Yash Tibrewal 18763aa864 Add comment 2020-07-21 13:00:12 -07:00
Alexander Polcyn d88b77aaab Add logs to a flakey ruby test that can help to diagnose issue 2020-07-21 12:11:35 -07:00
Richard Belleville 18aa32b7db Remove unused variable 2020-07-21 18:22:32 +00:00
Alexander Polcyn bdfd96ad03 Remove MAX_EPOLL_EVENTS_HANDLED_EACH_POLL_CALL to ensure timely
processing of events
2020-07-21 11:18:39 -07:00
Lidi Zheng 666787d841 Metadata value has to be string or bytes 2020-07-21 11:16:56 -07:00
Lidi Zheng ffc6bce8ca Only >=3.7 allows annotate oneself as return type 2020-07-21 11:06:53 -07:00
Lidi Zheng 6e96a47dd6 Make pytype happy 2020-07-21 10:58:42 -07:00
Lidi Zheng b5f107d470 Support tuple and aio.Metadata interaction 2020-07-21 10:58:23 -07:00
Richard Belleville 8bd1836a43 Use RAII lock guard 2020-07-21 17:57:12 +00:00
Richard Belleville d40a91dde5 Don't check tenancy if credentials specified 2020-07-21 17:55:00 +00:00
Jan Tattermusch 76741f7635
Merge pull request #23565 from jtattermusch/python_dev_stop_excluding_hpp
Stop stripping .hpp files from python source packages
2020-07-21 19:11:59 +02:00
Jan Tattermusch ed3ca23de8
Merge pull request #23552 from lidizheng/re2-source-wheel
Include re2 in source wheel && solve the missing --all complain
2020-07-21 19:11:04 +02:00
Lidi Zheng 952c4174ad
Merge pull request #23528 from emkornfield/upgrade_boring
Upgrade BoringSSL to latest on master-with-bazel branch
2020-07-21 10:09:27 -07:00
Vijay Pai f614b66a98
Merge pull request #23562 from yang-g/one_core
Drop min thread count of threads doing Next to 1
2020-07-21 09:07:17 -07:00
Jan Tattermusch 751b1d04cf stop stripping .hpp files from python source packages 2020-07-21 15:01:38 +02:00
donnadionne 5d803dcd3f
Merge pull request #23534 from markdroth/xds_fake_header_revert
Change xDS ConfigSelector not to pass the timeout header value to the LB policy.
2020-07-20 23:10:46 -07:00
Stanley Cheung 40cd2748bc
Merge pull request #23255 from HannahShiSFB/api-doxygen-step2
PHP: generate api reference documents by doxygen
2020-07-20 23:07:28 -07:00
yang-g 74c9de5cc0 Drop min thread count of threads doing Next to 1 2020-07-20 22:22:14 -07:00
Yash Tibrewal edf3d5e589 Explicitly fake status if cancelling stream 2020-07-20 19:45:38 -07:00
Alexander Polcyn 4bdbd4caef Log the peer address of grpc_cli CallMethod RPCs to stderr 2020-07-20 18:18:42 -07:00
yulin liang 24f5b5bfb7
Merge pull request #23555 from yulin-liang/local_import_prefix
Initialize the grpc_local_import variable to false.
2020-07-20 17:37:18 -07:00
Richard Belleville c4491121c6 Stop checking g_is_on_gce in security connector 2020-07-21 00:17:34 +00:00
Lidi Zheng 9a54627c0b Include re2 in source wheel && solve the missing --all complain 2020-07-20 17:06:26 -07:00