Esun Kim
|
f5952d0646
|
Merge pull request #24443 from grpc/revert-24386-disable-stdcpp-tls-on-ios
Revert "Disable C++ TLS on iOS temporarily"
|
4 years ago |
Esun Kim
|
f3cedfd357
|
Merge pull request #24437 from veblush/clang-tidy-abseil
[Clang-Tidy] Enable abseil-*
|
4 years ago |
Esun Kim
|
dfd89da007
|
Merge pull request #24444 from veblush/tidy-readability-container-size-empty
[Clang-Tidy] Enable readability-container-size-empty
|
4 years ago |
Esun Kim
|
b29700b798
|
Merge pull request #24445 from veblush/modernize-use-bool-literals
[Clang-Tidy] Enable modernize-use-bool-literals
|
4 years ago |
Esun Kim
|
9f34c0f523
|
Merge pull request #24446 from veblush/tidy-bugprone-2
[Clang-Tidy] Enable two bugprone-*
|
4 years ago |
Richard Belleville
|
85738c0da8
|
Merge pull request #24407 from gnossen/bazel_no_python2_required
Make Python 2 an optional dependency for Bazel build
|
4 years ago |
Esun Kim
|
6c3815337c
|
Eanble bugprone-forward-declaration-namespace and bugprone-misplaced-widening-cast
|
4 years ago |
Esun Kim
|
47dd5fd78e
|
Fix by modernize-use-bool-literals
|
4 years ago |
Esun Kim
|
fbc70010d2
|
Enable modernize-use-bool-literals
|
4 years ago |
Esun Kim
|
ece76ee1e8
|
Fix code by readability-container-size-empty
|
4 years ago |
Esun Kim
|
aed0a7ddb3
|
Enable readability-container-size-empty
|
4 years ago |
Esun Kim
|
a51fe3e675
|
Fix abseil-* clang-tidy errors
|
4 years ago |
Esun Kim
|
19b8e657fb
|
Added abseil-* to clang-tidy
|
4 years ago |
Esun Kim
|
fdf57e9a7c
|
Merge pull request #24433 from veblush/clang-tidy-8
Upgrading clang-tidy to 8
|
4 years ago |
Esun Kim
|
f644046981
|
Revert "Disable C++ TLS on iOS temporarily"
|
4 years ago |
Mark D. Roth
|
e05c5da2c8
|
Merge pull request #24419 from markdroth/xds_cluster_impl_lb
Move circuit breaking, EDS drops, and load reporting to xds_cluster_impl policy.
|
4 years ago |
Mark D. Roth
|
e496705ea3
|
Move circuit breaking, EDS drops, and load reporting to xds_cluster_impl policy.
|
4 years ago |
Mark D. Roth
|
ed61d6bc83
|
Merge pull request #23533 from markdroth/xds_logging
Second attempt: Use upb textformat library to dump out raw xDS proto messages
|
4 years ago |
Esun Kim
|
93d9b8408a
|
Normalize clang-tidy
|
4 years ago |
Esun Kim
|
994c2047e9
|
Bump to clang-tidy-8
|
4 years ago |
Esun Kim
|
4645da201a
|
Merge pull request #24205 from veblush/clang-tidy-7
Upgrading clang-tidy to 7
|
4 years ago |
Mark D. Roth
|
27795e7cad
|
Merge remote-tracking branch 'upstream/master' into xds_logging
|
4 years ago |
Richard Belleville
|
f14b8ef18b
|
Clean up conditional
|
4 years ago |
Esun Kim
|
c08f33c437
|
Fix clang-tidy errors
|
4 years ago |
Esun Kim
|
b8f1b71a05
|
Use clang-tidy 7
|
4 years ago |
Esun Kim
|
09ace01cc1
|
Merge pull request #24193 from veblush/clang-tidy
Improve clang tidy to use compilation DB
|
4 years ago |
yulin liang
|
363b1ad225
|
Merge pull request #24428 from yulin-liang/cfstream-timeout
Attempt to extend timeout for ios-test-cfstream-tests.
|
4 years ago |
Lidi Zheng
|
37801bd0c5
|
Merge pull request #24417 from lidizheng/add-3.9-linux-64
Build Python 3.9 artifacts for Linux x64 platforms
|
4 years ago |
yulin-liang
|
9ddfc68dec
|
Attempt to extend timeout for ios-test-cfstream-tests.
|
4 years ago |
Lidi Zheng
|
d5254f65b9
|
Merge pull request #24416 from lidizheng/fix-aio-import
Fix the grpc.aio import hack and its unit test
|
4 years ago |
Lidi Zheng
|
63180d9cc8
|
Build Python 3.9 artifacts for Linux x64 platforms
|
4 years ago |
Lidi Zheng
|
684b5d1f47
|
Fix the grpc.aio import hack and its unit test
|
4 years ago |
Mark D. Roth
|
6c982e6b61
|
Merge remote-tracking branch 'upstream/master' into xds_logging
|
4 years ago |
Mark D. Roth
|
776cf3bc69
|
Merge pull request #24414 from markdroth/xds_dep_fix
Remove unnecessary dependencies for xds_cluster_manager LB policy.
|
4 years ago |
Mark D. Roth
|
d5b065ac17
|
Merge pull request #24415 from markdroth/gmock_regex
Change service_config_test to use gmock ContainsRegex() matcher.
|
4 years ago |
Mark D. Roth
|
51997e36d0
|
Remove unnecessary dependencies for xds_cluster_manager LB policy.
|
4 years ago |
yulin liang
|
8c5467cd4d
|
Merge pull request #24394 from yulin-liang/grpc-ios-cpu
Increasing the number of available threads for iOS
|
4 years ago |
Mark D. Roth
|
1d4b04a7c9
|
Merge pull request #24382 from markdroth/ref_counted_tracing
Improve ref-count tracing.
|
4 years ago |
Mark D. Roth
|
fff44c05c6
|
Change service_config_test to use gmock ContainsRegex() matcher.
|
4 years ago |
Mark D. Roth
|
844d599356
|
Improve ref-count tracing.
|
4 years ago |
Richard Belleville
|
a2b80f18b1
|
Fix Python 2 build
|
4 years ago |
Richard Belleville
|
8949295630
|
Make Python2 an optional dependency
|
4 years ago |
Richard Belleville
|
b774020186
|
Merge pull request #24371 from amerry/python-compiler-undefined-behaviour
Fix undefined behavior when Python plugin is given no args
|
4 years ago |
donnadionne
|
e99d6008ac
|
Merge pull request #24396 from donnadionne/protect_cb
Protect circuit breaking functionality with an environment variable
|
4 years ago |
Eric Anderson
|
88bf96b88c
|
Merge pull request #24397 from ejona86/grpc-java-1.32.2
Update grpc-java to 1.32.2 in the interop_matrix
|
4 years ago |
Mark D. Roth
|
59e263dcf9
|
Merge pull request #24215 from markdroth/subchannel_attributes
Don't keep address attributes on the resulting subchannels.
|
4 years ago |
Mark D. Roth
|
012381235f
|
Merge pull request #24208 from renkelvin/base
[3PI Support] Add base external account credentials class
|
4 years ago |
Donna Dionne
|
5a25a427b5
|
Protecting the circuit breaking (drop action) using environment
variable. All the logic of refcounting are left but will not result in
any actions. Test added to test protected case.
|
4 years ago |
Esun Kim
|
8db60763ca
|
Update by review
|
4 years ago |
Esun Kim
|
6d6648c7e1
|
Fix clang-tidy errors
|
4 years ago |