Richard Belleville
38124ab0c6
Review comments
4 years ago
Mark D. Roth
8c12cc80e8
Merge pull request #24919 from markdroth/client_channel_remove_get_subchannel_call
...
Remove grpc_client_channel_get_subchannel_call().
4 years ago
Mark D. Roth
00435c1b23
Merge pull request #24859 from markdroth/repo_mgr
...
Change repo manager to nicolasnoble.
4 years ago
Jan Tattermusch
f695914631
Merge pull request #24913 from veblush/fix-pecl
...
Fix PECL problem
4 years ago
Mark D. Roth
e4faf1945d
Remove grpc_client_channel_get_subchannel_call().
4 years ago
Esun Kim
8bbe583703
Fix pecl problem
4 years ago
Esun Kim
78b23852b1
Merge pull request #24909 from veblush/fix-osx-distribtest
...
Added PREPARE_BUILD_INSTALL_DEPS_PHP to distribtests
4 years ago
Richard Belleville
010d62175e
Pin protobuf version dependency for grpcio-tools
4 years ago
Esun Kim
7373087aa6
Merge pull request #24907 from veblush/fix-status-code
...
Fix StatusCode
4 years ago
Esun Kim
7b768dfa8d
Added PREPARE_BUILD_INSTALL_DEPS_PHP to distribtests
4 years ago
Stanley Cheung
fc66bb707b
Merge pull request #24891 from tony2001/php_double_hash_destroy
...
remove zend_hash_destroy() from postfork handler
4 years ago
Esun Kim
f171a6689e
Fix StatusCode
4 years ago
Stanley Cheung
d91cb737d0
Merge pull request #24901 from HannahShiSFB/phpunit8-warnings
...
PHP: fix phpunit warnings
4 years ago
Stanley Cheung
65cf9f0cb4
Merge pull request #24900 from HannahShiSFB/php8-phpunit8
...
PHP: upgrade phpunit to 8.5.13 to support php8
4 years ago
yulin liang
61af6e7f4f
Merge pull request #24896 from yulin-liang/interop_matrix
...
Adding v1.34.0 to interop matrix.
4 years ago
Jan Tattermusch
17a7df418a
Merge pull request #24860 from veblush/kokoro-mac-mojave
...
Update PHP & Ruby Mac BUILD
4 years ago
Esun Kim
0533276fac
Merge pull request #24899 from veblush/tidy-include2
...
Fix missing google-explicit-constructor for header files
4 years ago
root
5ecc8823e3
fix phpunit warnings
4 years ago
root
dc84194d23
upgrade phpunit to 8.5.13 to support php8
4 years ago
Esun Kim
20509e823d
Fix google-explicit-constructor
4 years ago
Esun Kim
d2df99a53d
Merge pull request #24889 from veblush/tidy-includes
...
Add include directory to clang-tidy
4 years ago
dapeng-mi
965aa55c9e
Bug fix: add __lt__ method for JobSpec class.
...
Another exception is found when running "./tools/run_tests/run_tests.py
-l c++ -c dbg" test in python3 environment. The exception complains
the "<" method is not supported when calling sorted() function to sort
the JobSpec class.
Here is the exception.
./tools/run_tests/run_tests.py -l c++ -c dbg
PASSED: make [time=1.6sec, retries=0:0]
Omitting EPOLLEXCLUSIVE tests
2020-12-01 10:49:42,122 detected port server running version 21
2020-12-01 10:49:42,182 my port server is version 21
Traceback (most recent call last):
File "./tools/run_tests/run_tests.py", line 1919, in <module>
build_only=args.build_only)
File "./tools/run_tests/run_tests.py", line 1800, in _build_and_run
one_run = set(spec for language in languages
File "./tools/run_tests/run_tests.py", line 1801, in <genexpr>
for spec in language.test_specs()
File "./tools/run_tests/run_tests.py", line 425, in test_specs
return sorted(out)
TypeError: '<' not supported between instances of 'JobSpec' and 'JobSpec'
Signed-off-by: dapeng-mi <clark_mdp@163.com>
4 years ago
Esun Kim
d0f0aac905
Merge pull request #24873 from veblush/tidy-google-explicit-constructor
...
[Clang-Tidy] google-explicit-constructor
4 years ago
Yulin Liang
f98516663a
Add the new release to interop matrix.
4 years ago
Esun Kim
decc199ca8
Fix by clang-tidy
4 years ago
Esun Kim
3a01cfd126
Conditional python installation
4 years ago
Esun Kim
ead79e794d
Update prepare_build_macos_rc
4 years ago
Esun Kim
7018288758
Check sha256
4 years ago
Esun Kim
76afc77ff6
Update PHP & Ruby Mac BUILD
4 years ago
Esun Kim
9e7e38dd69
Less log for run_clang_tidy
4 years ago
Esun Kim
0bbda0f529
Add include directory to clang-tidy
4 years ago
Esun Kim
53ab235fb8
Fix google-explicit-constructor
4 years ago
Esun Kim
351e2cb83b
Enable google-explicit-constructor
4 years ago
Esun Kim
6c440e820b
Merge pull request #24841 from veblush/tidy-google-readability-casting
...
[Clang-Tidy] google-readability-casting
4 years ago
Mark D. Roth
0a84a1d0c7
Merge pull request #24813 from markdroth/client_channel_split1
...
Use separate mutexes and call queues for resolution and load balancing
4 years ago
yihuaz
182d88f992
Merge pull request #24893 from yihuazhang/reduce_noise_gcp_indicator
...
Decrease log level when BIOS data file is not found for on-GCP indication
4 years ago
ZhenLian
9fed88b758
Merge pull request #24876 from ZhenLian/zhen_dynamic_file_reloading_8
...
Add some more Test Client Certs
4 years ago
Mark D. Roth
a9d30fece6
Use separate mutexes and call queues for resolution and load balancing
4 years ago
Esun Kim
7182bd5309
Update by review 2
4 years ago
ZhenLian
c3ceed15d2
add a new sets of test client certs
4 years ago
yihuaz
152511dcea
silent log when bios data file does not exist
4 years ago
Jan Tattermusch
010d9f302a
Merge pull request #24870 from jtattermusch/protoc_x86_macos_remove
...
Stop building protoc x86 artifacts on macos
4 years ago
Yash Tibrewal
a6d9e49f27
Merge pull request #24843 from yashykt/insecureservercreds
...
Experimental API for xDS server credentials
4 years ago
Antony Dovgal
b50d2cee37
fix zend_hash_destroy() in postfork handler
...
these hashes will be normally destroyed in MSHUTDOWN handler
4 years ago
Vijay Pai
5ab59b2bf7
Merge pull request #24886 from grpc/vjpai-patch-3
...
Document that spinlock holder may not block
4 years ago
Vijay Pai
e23205e56b
Merge pull request #24887 from grpc/vjpai-patch-4
...
Explain why spinlock doesn't deadlock under cooperative multithreading
4 years ago
Lidi Zheng
e0d265b988
Merge pull request #24754 from lidizheng/aio-interceptor-doc
...
Include AsyncIO interceptors in generated doc
4 years ago
Doug Fawley
9b3c03bff5
Add v1.34.0 release of grpc-go to interop matrix
4 years ago
Vijay Pai
ded0493108
Merge pull request #24875 from grpc/vjpai-patch-2
...
Mark a variable const for self-documentation
4 years ago
Vijay Pai
7a696ff07c
Explain why spinlock doesn't deadlock under cooperative multithreading
4 years ago