yulin-liang
2729087386
Bump version to v1.34.0
4 years ago
Jan Tattermusch
560a898288
Merge pull request #24853 from jtattermusch/backport_24744
...
Fix C# native library loading in .NET 5 single-file apps (backport to v1.34.x)
4 years ago
Jan Tattermusch
6f031c358a
Merge pull request #24852 from jtattermusch/backport_24837
...
Unbreak ruby install by pinning brew gnupg (backport to v1.34.x)
4 years ago
Jan Tattermusch
bdc024b5b2
simplify .NET framework loading logic
4 years ago
Jan Tattermusch
37715e3422
Load native extension on .NET core via differentiated DllImports
4 years ago
Jan Tattermusch
6b9ca6ce59
fix native extension loading in .NET5 single-file deployments
4 years ago
Jan Tattermusch
e2abb3f958
add C# distribtest coverage for .NET5 single file publish
4 years ago
Jan Tattermusch
f75942015a
unbreak ruby install by pinning brew gnupg
4 years ago
Michael Lumish
647c78d195
Merge pull request #24839 from murgatroid99/node_example_xds_changes
...
Node xDS example: show error on failure, close client when done
4 years ago
Michael Lumish
c3cee0713a
Node xDS example: show error on failure, close client when done
4 years ago
Lidi Zheng
9da7853179
Merge pull request #24827 from lidizheng/39-win-wheel-backport
...
[Backport] Enable 39 build and fixed 27 build on winserver2016
4 years ago
Lidi Zheng
16157cebe9
Hopefully fixed 27 build on winserver2016
...
* Download the working msys64 and use it to compile 27
* Remove the cygwin detection override logic
* Only install Python interpreters in jobs running on winserver2016
* Fix the batch script substring check
* Increase the timeout for related jobs
* TIL that there is an allow list for Kokoro env vars
4 years ago
Stanley Cheung
97c6612db5
Merge pull request #24817 from stanley-cheung/bump-to-pre2
...
Bump version to 1.34.0-pre2
4 years ago
Michael Lumish
6ae70e11f7
Merge pull request #24819 from murgatroid99/grpc-js_xds_examples
...
Add a Node xDS example client
4 years ago
Michael Lumish
00ec631f52
Add a Node xDS example client
4 years ago
Michael Lumish
5aaacb538d
Add target argument to Node examples
4 years ago
Stanley Cheung
ff6bbd4cee
Regenerate projects
4 years ago
Stanley Cheung
8ad85ca0db
Bump version to 1.34.0-pre2
4 years ago
Stanley Cheung
6dcfd84263
Merge pull request #24807 from stanley-cheung/php-fix-windows-build
...
PHP: fix windows build error
4 years ago
Eric Gribkoff
2ec5ff37a9
Merge pull request #24799 from ericgribkoff/backport_delay
...
Merge pull request #24797 from ericgribkoff/less_backends
4 years ago
Stanley Cheung
302fbc6747
PHP: fix windows build error
4 years ago
Chengyuan Zhang
a9d6f9bd78
Merge pull request #24800 from voidzcy/impl/set_circuit_breaking_env_var_in_test_env_backport_1_34
...
Set enabling circuit breaking env var in xDS test client environment.
Cherry-pick of #24779
4 years ago
Stanley Cheung
54b7f961c6
Merge pull request #24796 from stanley-cheung/php-backports
...
A few recent PHP fixes to be backported to v1.34.x branch
4 years ago
Chengyuan Zhang
bf202c5399
Merge pull request #24779 from voidzcy/impl/set_circuit_breaking_env_var_in_test_env
...
Set enabling circuit breaking env var in xDS test client environment
4 years ago
Eric Gribkoff
ce63c1c2d9
Merge pull request #24797 from ericgribkoff/less_backends
...
Delay creation of extra backend services
4 years ago
Aleksandr Dankovtsev
dbb0d44442
update required minimal php version to 7.0
4 years ago
root
b6979f247a
upgrade phpunit to 8.5.8
4 years ago
root
bb01f8320d
add php8 test docker
4 years ago
root
faba9e93d6
del test dockerfile for php 8 for now
4 years ago
root
bf58994ce5
to fit phpunit8 grammar, add void to setUpBeforeClass(), setUp() and tearDown()
4 years ago
root
ad2909b489
upgrade to phpunit8.5.8
4 years ago
root
d00e92040e
upgrade to phpunit8
4 years ago
root
a8b82b7234
add a test dockerfile for php8
4 years ago
Nicolas Noble
d17e521694
Merge pull request #24782 from yashykt/xdssecenvvarbackport
...
Protect xds security code with the environment variable "GRPC_XDS_EXPERIMENTAL_SECURITY_SUPPORT"
4 years ago
Yash Tibrewal
abdc490f72
Protect xds security code with environment variable
4 years ago
yulin liang
1a63cad98a
Merge pull request #24777 from yulin-liang/bump_release_branch
...
Bump v1.34.x branch version
4 years ago
yulin-liang
fee284d853
Regenerate projects
4 years ago
yulin-liang
db1e8b8320
bump core_version
4 years ago
yulin-liang
dd782766f8
Bump version to V1.34.0-pre1
4 years ago
Esun Kim
175c1b535b
Merge pull request #24774 from veblush/disable-abseil-sync-on-apple
...
Revert "Enable GPR_ABSEIL_SYNC on Apple"
4 years ago
Stanley Cheung
bf1f4fd452
Merge pull request #24621 from HannahShiSFB/php-8-test-docker
...
PHP: add ifdef for compiling on php8
4 years ago
Jan Tattermusch
e257ef7585
Merge pull request #24768 from jtattermusch/macox_big_sur_detection
...
Unify OS detection logic between Grpc.Core.PlatformApis and Grpc.Tools
4 years ago
Jan Tattermusch
6fc0f14873
Merge pull request #24765 from jtattermusch/dart_interop_2_10
...
Upgrade dart interop SDK to 2.10
4 years ago
Jan Tattermusch
9767905909
Merge pull request #24766 from jtattermusch/fix-RIDs-for-csharp-core-package
...
Make RIDs for the native dependencies in Grpc.Core arch specific
4 years ago
Esun Kim
09df3a6823
Revert "Enable GPR_ABSEIL_SYNC on Apple"
...
This reverts commit 2197855c8048f5981070faea8f327eb451701db8.
4 years ago
Chengyuan Zhang
4fb1d56a4a
Merge pull request #24757 from voidzcy/bugfix/create_extra_backend_services_for_circuit_breaking_test
...
The backend service API is not able to unset backend service's circuit breakers configuration, which causes trouble for restoring target proxy's validate_for_proxyless flag. So we create two dedicated backend services (still using existing instance groups) for performing the circuit breaking test. Existing backend services, which are shared among other test cases will not be polluted.
4 years ago
Lidi Zheng
20c350fd6c
Merge pull request #24752 from lidizheng/depend-setuptools
...
Incur setuptools as an dependency for grpcio_tools
4 years ago
Lidi Zheng
666e24d679
Merge pull request #24725 from lidizheng/add-encoding
...
Explicitly set encoding to ascii to prevent TypeError in Python 3
4 years ago
Esun Kim
d910557f22
Merge pull request #24690 from Capstan/remove-gflags
...
Remove gflags.
4 years ago
Esun Kim
96a2dbeaa0
Merge pull request #24751 from veblush/to-karthikravis
...
Pass to karthikravis
4 years ago