Nathaniel Manista
83b678220e
Merge pull request #16335 from ghostwriternr/python_bazel_4
...
Add Bazel targets for (some) Python unit tests.
7 years ago
Yash Tibrewal
3b26fe7262
Merge pull request #16764 from yashykt/keepaliv_status
...
Keepalive watchdog firing should return status UNAVAILABLE
7 years ago
Jan Tattermusch
10dc690092
Merge pull request #16552 from jtattermusch/csharp_expose_client_certificate_request
...
Expose certificate request type in SslServerCredentials
7 years ago
Muxi Yan
818908ae9c
Merge pull request #16714 from muxi/add-timer-manager-debug
...
Core infrastructure for timer manager debug
7 years ago
Jan Tattermusch
b94841dea9
Merge pull request #16777 from jtattermusch/csharp_optimized_grpc_csharp_ext
...
build assembly-optimized grpc_csharp_ext with cmake
7 years ago
Noah Eisen
f526602bff
Merge pull request #16767 from ncteisen/channel-trace-size
...
Limit Channel Trace by Memory
7 years ago
ncteisen
6f6033c910
remove stale commentS
7 years ago
Yash Tibrewal
db0e30d6b2
Merge branch 'master' into keepaliv_status
7 years ago
Yash Tibrewal
f17efc8860
Update status in objc interop tests
7 years ago
Jan Tattermusch
460faf4bc2
dont repeat "ClientCertificate" in enum values
7 years ago
Noah Eisen
5159d8bacd
Merge pull request #16765 from ncteisen/channelz-perf
...
Shard Channelz Stats by CPU
7 years ago
ncteisen
3c2024c6af
reviewer comments
7 years ago
yihuaz
291fa1022a
Merge pull request #16791 from grpc/revert-16695-pass_pollset_set_tsi_handshaker
...
Revert "Create and pass pollset_set to ALTS TSI handshaker"
7 years ago
Yang Gao
683f20225c
Merge pull request #16789 from yang-g/secure
...
Adjust server_auth_filter location.
7 years ago
Jan Tattermusch
ce656957ea
address review comments
7 years ago
Jan Tattermusch
cf534be6d3
Merge pull request #16756 from jtattermusch/csharp_channeloptions_improvements
...
C#: ChannelOption improvements
7 years ago
Jan Tattermusch
8df5b613f2
Merge pull request #16783 from jtattermusch/csharp_reference_docs_generator
...
Add script for automatic generation of C# reference docs
7 years ago
Jan Tattermusch
a3a0adc9be
Merge pull request #16785 from jtattermusch/issue_template_troubleshooting
...
Mention TROUBLESHOOTING.md in issue template
7 years ago
Jan Tattermusch
fb296824af
Revert "Create and pass pollset_set to ALTS TSI handshaker"
7 years ago
ncteisen
dd5fd814f3
reviewer feedback
7 years ago
yang-g
2ebbc9acf2
Adjust server_auth_filter location.
7 years ago
ncteisen
664178164a
reviewer feedback
7 years ago
ncteisen
867192e29e
Merge branch 'master' of https://github.com/grpc/grpc into channel-trace-size
7 years ago
Noah Eisen
fbbf4593d6
Merge pull request #16774 from ncteisen/channelz-socket
...
Fix Channelz Defaults and Initialization
7 years ago
zpencer
592e2a1fee
Merge pull request #16787 from zpencer/grpc_cli_util
...
Split grpc_cli target into two targets
7 years ago
ncteisen
d7bbc60ad6
Reviewer feedback
7 years ago
Spencer Fang
e6b1edf42a
Split grpc_cli target into two targets
...
Let's have a util target that contains everything except for the CLI
front end. This way, users can depend on the util classes without
any risk of CLI flag collisions.
7 years ago
Jan Tattermusch
3851be5b14
Mention TROUBLESHOOTING.md in issue template
7 years ago
Jan Tattermusch
082ee89641
add script for automatic generation of C# reference docs
7 years ago
Jan Tattermusch
23b5b1a5a9
Merge pull request #16762 from kevindamm-jigsaw/patch-1
...
Update README.md ordered list spacing
7 years ago
Jan Tattermusch
b4b24dc13d
yapf code
7 years ago
Jan Tattermusch
1f5f72ba62
update ssl-performance.md
7 years ago
Jan Tattermusch
ef9cd82b08
fix build of performance benchmarks
7 years ago
Jan Tattermusch
0b67dfec9b
disable assembly optimizations for linux x86
7 years ago
Jan Tattermusch
01562865e5
remove TODO
7 years ago
Jan Tattermusch
a2b2927f72
fix backward compatibility mode on macos
7 years ago
Jan Tattermusch
409def0d73
build C# artifact using cmake
7 years ago
Jan Tattermusch
05c23458ab
regenerate CMakeLists.txt
7 years ago
Jan Tattermusch
43836ced82
cmake: add backwards compatibility mode
7 years ago
Jan Tattermusch
87cd70fab3
regenerate dockerfiles
7 years ago
Jan Tattermusch
49af94dafc
add cmake to C# docker images
7 years ago
Jan Tattermusch
c08c3ccbae
build grpc_csharp_ext with cmake
7 years ago
Guantao Liu
04b78efb45
Merge pull request #16768 from guantaol/resolve_address_test
...
Fix the unknown argument issue in resolve_address_test.cc.
7 years ago
ncteisen
a139b44acc
Clenaer channelz default values
7 years ago
Muxi Yan
aedbddba68
Clean-up unused variable
7 years ago
Yang Gao
2e43da886c
Merge pull request #16742 from Capstan/cli-call-creds
...
Fix inverted logic for --call_creds=none.
7 years ago
Yash Tibrewal
00be697551
Test changes
7 years ago
Yash Tibrewal
c3c40f8ec7
Merge pull request #16716 from yashykt/interceptors_initial
...
Create interfaces and initial plumbing for interception API
7 years ago
yihuaz
9f332fafbe
Merge pull request #16695 from yihuazhang/pass_pollset_set_tsi_handshaker
...
Create and pass pollset_set to ALTS TSI handshaker
7 years ago
Naresh
e80230ae6f
Add Bazel targets for Python unit tests
...
There are exactly 50 tests under grpcio_tests/tests/testing and
grpcio_tests/tests/unit for gRPC Python. Add Bazel targets for 44 of
them. unit._reconnect_test has been left out for now due to an
unexpected RuntimeError (#16336 ) and unit._server_ssl_cert_config_test
because of changes needed to the import path within
src/python/grpcio_tests/tests/testing/proto/services.proto (will
possibly be included as a fix to #15370 ).
The count of tests here is reported the way unittest counts tests, which
is the number of individual unit test classes it sees. This will be
different from Bazel's count, which counts the number of Bazel test
targets, which (by convention mostly) is one per test module.
7 years ago