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.
7 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
7 years ago
Stanley Cheung
e5ce1e36e6
Regenerate projects
7 years ago
Stanley Cheung
020bdd102f
Bump version to v1.17.x
7 years ago
Guantao Liu
af1b4d6b48
Merge pull request #16797 from guantaol/settings_timeout_test
...
Fix the test failure with callback-based polling.
7 years ago
Jan Tattermusch
12d0da6511
Merge pull request #16806 from jtattermusch/fix_python_api_tools_installation
...
Fix google-api-python-client installation in dockerfiles
7 years ago
Juanli Shen
61b542f912
Merge pull request #16750 from AspirinSJL/timer
...
Clean some timer code
7 years ago
apolcyn
3f1c75208e
Merge pull request #16593 from iguchi1124/remove-duplicate-error
...
Ruby: remove duplicated `Unimplemented` error definition
7 years ago
Yash Tibrewal
62a16fb45a
Merge pull request #16795 from yashykt/disable_error_tracking
...
Disable error tracking until Fathom changes are commited
7 years ago
Stanley Cheung
d1b5efdef7
Merge pull request #16803 from stanley-cheung/upmerge-from-1_15
...
Upmerge from v1.15.x branch
7 years ago
Jan Tattermusch
3c10c6d414
Merge pull request #16754 from jtattermusch/fix_unsecure_pc
...
fix *_unsecure.pc files
7 years ago
Jan Tattermusch
352b694544
fix google-api-python-client installation
7 years ago
Nathaniel Manista
83b678220e
Merge pull request #16335 from ghostwriternr/python_bazel_4
...
Add Bazel targets for (some) Python unit tests.
7 years ago
Stanley Cheung
50a6ac8f09
Upmerge from v1.15.x branch to master
7 years ago
Yash Tibrewal
3b26fe7262
Merge pull request #16764 from yashykt/keepaliv_status
...
Keepalive watchdog firing should return status UNAVAILABLE
7 years ago
Guantao Liu
0c18293e55
Fix the test failure with callback-based polling.
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
Yash Tibrewal
8925f65b75
Disable error tracking till Fathom changes are commited
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