yulin-liang
c83c3b9d27
Merge branch 'v1.33.x'
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
Lidi Zheng
096a95ba01
Merge pull request #24767 from grpc/revert-24673-modernize-several-scripts
...
Revert "Resolve warnings and deprecations in several scripts in tools"
4 years ago
Mark D. Roth
a244d39acc
Merge pull request #24756 from markdroth/xds_test_cleanup
...
Move resource generation out of ADS impl and into test suite class.
4 years ago
donnadionne
b4619a78d1
Merge pull request #24761 from donnadionne/interop_fix
...
Fixing a bug in cpp xds interop client after the use of absl::GetFlag
4 years ago
Jan Tattermusch
dcb3f8c73e
Revert "Resolve warnings and deprecations in several scripts in tools"
4 years ago
Donna Dionne
c85ce105ee
Fixing a bug in cpp xds interop client after the use of absl::GetFlag
...
Code used absl::string_view to point into FLAG_xxx, when we changed
to uses absl::GetFlag, absl::string_view is pointing into temp variables
which results in undefined behaviour for the flags.
4 years ago
Esun Kim
014a2a0d54
Merge pull request #24748 from veblush/alts-mac
...
Disable ALTS connectivity test on Mac
4 years ago
Esun Kim
61deee2217
Disable ASSERT_EQ in ConnectLoop on Mac
4 years ago
capstan
1f670397ce
Remove gflags.
...
With the move to abseil's flags, this removed the now-unnecessary submodule and installation commands.
4 years ago
Lidi Zheng
2e142c3dcf
Merge pull request #24673 from lidizheng/modernize-several-scripts
...
Resolve warnings and deprecations in several scripts in tools
4 years ago
Mark D. Roth
07016f8191
Move resource generation out of ADS impl and into test suite class.
4 years ago
Lidi Zheng
1389fa7426
Incur setuptools as an dependency for grpcio_tools
4 years ago
Lidi Zheng
35f48d584d
Explicitly import "util"
4 years ago
Esun Kim
d92bde3f52
To karthikravis
4 years ago
Lidi Zheng
6339ae9a4a
Use Python3 for build_cleaner
4 years ago
Lidi Zheng
a9361ecc62
Update build_cleaner
4 years ago
Lidi Zheng
39504dd984
Add --ignore-installed
4 years ago
Lidi Zheng
9191625db7
Upgrade yaml
4 years ago
Lidi Zheng
76aade3eac
Resolve warnings and deprecations in several scripts in tools
4 years ago
Lidi Zheng
cbab3b4dac
Str and bytes have different interface...
4 years ago
Lidi Zheng
0e275f3d2b
Change to explicitly encode
4 years ago
Lidi Zheng
e191e98f37
Unify the encoding to ascii
4 years ago
Lidi Zheng
892e7bacb1
Explicitly set encoding to ascii to prevent TypeError in 3.7+
4 years ago
Jan Tattermusch
2ebd3c3c02
Merge pull request #24714 from jtattermusch/better_unity_check
...
Improve PlatformApis check for detecting Unity
4 years ago
Jan Tattermusch
cc956c8e85
Merge pull request #24726 from chalin/patch-1
...
Copyedits to release header
4 years ago
yulin liang
4e296f0f68
Merge pull request #24742 from yulin-liang/flaky-test
...
Fix ios flaky tests
4 years ago
Esun Kim
2c7ffc45f0
Merge pull request #24740 from veblush/rbe-py-cert
...
Add a workaround for CERTIFICATE_VERIFY_FAILED
4 years ago
yulin-liang
5e175b9de7
Fix ios flaky tests
4 years ago
Esun Kim
cdc1961bf8
Merge pull request #24735 from veblush/ios-requests
...
Python3ize ios_bin/binary_size.py
4 years ago
Esun Kim
0859a3e43a
Add a workaround for CERTIFICATE_VERIFY_FAILED
4 years ago
Esun Kim
bfdfc9eabc
Python3 ios_bin/binary_size.py
4 years ago
Esun Kim
b99676f3a6
Merge pull request #24734 from veblush/uds-fix
...
Disable uds-abstract tests on mac
4 years ago
Esun Kim
549810900d
Disable uds-abstract tests on mac
4 years ago
Mark D. Roth
28c795f542
Merge pull request #24618 from renkelvin/aws-signer
...
[3PI Support] Add aws signature v4 signer
4 years ago
Richard Belleville
dae8888da3
Merge pull request #24727 from chalin/patch-2
...
Link to Python gRPC page on grpc.io
4 years ago
Patrice Chalin
d109c5be50
Link to Python gRPC page on grpc.io
...
The newly updated [gRPC Python](https://grpc.io/docs/languages/python/ ) page, contains links to the quick start, tutorial, examples and more! Link directly to that page, rather than refer to only part of its contents.
4 years ago
Patrice Chalin
7f5c7d57a4
Copyedits to release header
4 years ago
Chuan Ren
bedaeb5265
Add aws signature v4 signer
4 years ago
Lidi Zheng
4dab5d3deb
Merge pull request #24718 from lidizheng/stop-ctrl-c-spam
...
Stop the spamming log generated by ctrl-c for AsyncIO server
4 years ago
Chengyuan Zhang
ce1978c71b
Merge pull request #24704 from voidzcy/impl/circuit_breaking_interop_test_advanced
...
Implement xDS circuit breaking interop test.
4 years ago
yulin liang
850f0c7c86
Merge pull request #24672 from yulin-liang/flaky-cronet-test
...
Fix flaky ios-cpp-test-cronet test.
4 years ago
Lidi Zheng
6b76701426
Merge pull request #24720 from lidizheng/oct-or-dec
...
Hard code the base of the number parsing to decimal
4 years ago
Yash Tibrewal
0b4c258354
Merge pull request #24711 from yashykt/filewatcherconfig
...
File watcher certificate provider config parsing
4 years ago
Adam J Heller
ddadc7a001
Merge pull request #24708 from drfloob/surface_build_gen_failures
...
Surface build errors from generate_projects.sh
4 years ago
Lidi Zheng
ab96b012ee
Hard code the base of the string to decimal
4 years ago
AJ Heller
b2d3d157e3
Make generate_projects.sh fail earlier on job errors
4 years ago