Mark D. Roth
5b5e3f84a1
Merge pull request #25214 from markdroth/xds_bootstrap_env_var
...
Add ability to read xDS bootstrap config from an env var.
4 years ago
Esun Kim
ba59bd93e9
Merge pull request #25199 from veblush/update-mirror
...
Made update_mirror.sh skip the existing files
4 years ago
Adam J Heller
3d7901108d
Merge pull request #25217 from drfloob/fix-nightly-build-from-macos_x86-deprecation
...
Fix broken nightly build and publish due to MacOS x86 protoc deprecation
4 years ago
Menghan Li
874eaae07f
Merge pull request #25115 from menghanl/xds_missing_matching_tests
4 years ago
Zhouyihai Ding
6f6bdd03e6
Merge pull request #25175 from ZhouyihaiDing/callback_add_context
...
Support ServerContext for callback API
4 years ago
AJ Heller
289eaab1fb
Fix broken nightly build and publish due to MacOS x86 protoc deprecation
...
The grpc_publish_packages.sh build has been broken since 2020-12-03 due
to commit 010d9f302
, after which protoc artifacts for MacOS x86 were no
longer being built. See #24870 . The internal errors for
`grpc/core/nightly/grpc_publish_packages` are failing on `chmod +x
<nothing>`.
As pointed out in #25210 , https://packages.grpc.io/ has not been updated
since 2020-12-02.
4 years ago
Mark D. Roth
42f123efbe
Add ability to read xDS bootstrap config from an env var.
4 years ago
Menghan Li
be3369ceae
add regex header matching
4 years ago
Esun Kim
b941a771e2
Merge pull request #25046 from veblush/route_guide_example
...
Added CMakeLists for route_guide example
4 years ago
Esun Kim
4ce755c86e
Made update_mirror.sh skip the existing files
4 years ago
Srini Polavarapu
131eafc29b
Merge pull request #25213 from sergiitk/xds-k8s-adjust-k8s-timeouts-fix-server
...
xds-k8s driver: do not override wait for deployment timeout_sec
4 years ago
Sergii Tkachenko
e0789a796b
xds-k8s driver: do not override wait for deployment timeout_sec
4 years ago
Sergii Tkachenko
a49b9513dd
Merge pull request #25206 from grpc/xds-k8s-exclude-from-builds
...
xds-k8s driver: exclude from tests suites
4 years ago
ZhouyihaiDing
a584bc4f02
Support ServerContext for callback API
4 years ago
Sergii Tkachenko
3f011c2171
Merge pull request #25203 from sergiitk/xds-k8s-adjust-k8s-timeouts
...
xds-k8s driver: increase wait time for deployment available replicas
4 years ago
Sergii Tkachenko
2258cee7b2
xds-k8s exclude fix: dirs end with a slash
4 years ago
Sergii Tkachenko
83501b822d
xds-k8s driver: exclude from tests suites
4 years ago
Sergii Tkachenko
e7616e56bd
xds-k8s driver: increase wait time for deployment available replicas
4 years ago
Mark D. Roth
88c5842f3f
Merge pull request #25191 from markdroth/import_fix
...
Remove BUILD file comment causing problems on import.
4 years ago
Menghan Li
fe52ed2a82
xds_testing: add more header matcher tests
...
- present_match
- Int64Range range_match
4 years ago
Yash Tibrewal
d007862824
Merge pull request #25154 from yashykt/xdsend2endtestflakefix
...
Fix xds_end2end_test flakiness
4 years ago
Yash Tibrewal
0406f3ba42
Fix xds_end2end_test msan flake
4 years ago
Jan Tattermusch
d1a3d277bc
Merge pull request #25190 from jtattermusch/bazel_wrapper_on_arm
...
make tools/bazel wrapper work on arm64
4 years ago
Eric Anderson
e833884c94
Merge pull request #25155 from ericgribkoff/java_v135_interop
...
Add Java v1.35.0 to interop matrix
4 years ago
Mark D. Roth
e86fd6b854
Remove BUILD file comment causing problems on import.
4 years ago
Vijay Pai
e9b17d6862
Merge pull request #25180 from grpc/vjpai-patch-2
...
Remove unused trace declaration
4 years ago
Mark D. Roth
42c26c5490
Merge pull request #25138 from markdroth/repo_mgr
...
Change repo manager to drfloob
4 years ago
Jan Tattermusch
ea9d4ff1c2
make tools/bazel wrapper work on arm64
4 years ago
Jan Tattermusch
1e31d6677c
Merge pull request #25183 from jtattermusch/upport_v1_35_x
...
Merge changes from v1.35.x branch into master
4 years ago
Jan Tattermusch
60a7ce664a
Merge remote-tracking branch 'upstream/v1.35.x' into HEAD
4 years ago
Jan Tattermusch
5a00d68e9a
Merge pull request #25131 from jtattermusch/protobuf_3_14_upgrade_for_1_35
...
Upgrade third_party/protobuf to v3.14.0 (for v1.35.x)
4 years ago
Yash Tibrewal
be34f56895
Merge pull request #25179 from yashykt/xdsend2endtestfix
...
Fix end2end test for ipv6 only platforms
4 years ago
Vijay Pai
8db8537975
Remove unused trace declaration
4 years ago
Richard Belleville
849c9b01bf
Make patch work for downstream dependencies
4 years ago
Richard Belleville
666e60315a
Add patch to protobuf
4 years ago
Jan Tattermusch
ded080e955
re-run tools/distrib/python/make_grpcio_tools.py
4 years ago
Jan Tattermusch
8d8dda40ae
include a bugfix in third_party/protobuf
4 years ago
Sergii Tkachenko
a7a39717a1
Merge pull request #25173 from hs0210/work
...
Fix typo
4 years ago
Yash Tibrewal
60891587bb
Fix end2end test for ipv6 only platforms
4 years ago
Esun Kim
ea22dd6f1b
Merge pull request #24953 from veblush/upb-descriptor
...
Clean up descriptor.upbdefs dependency of BUILD
4 years ago
donnadionne
d17ef6be04
Merge pull request #25139 from donnadionne/switch_bug
...
Fixing TryNextPrioirtyLocked to ensure we properly try higher priorities when lower ones fail
4 years ago
Ashitha Santhosh
05406e208b
Merge pull request #25122 from ashithasantosh/matchers
...
Refactor [String/Header/Path]Matcher in xds_api.
4 years ago
Sergii Tkachenko
24aafd16bb
Merge pull request #25107 from dapengzhang0/run-xds-v3-report
...
Change run_xds_tests.py default bootstrap to support v3
4 years ago
Doug Fawley
9a6d1b520f
Merge pull request #25164 from dfawley/go_release
...
Add v1.35.0 release of grpc-go to interop matrix
4 years ago
Ashitha Santhosh
4ca878799b
Refactor [String/Header/Path]matchers in xds_api.
4 years ago
Richard Belleville
4a300de663
Merge pull request #25152 from gnossen/backport_25142
...
[Backport] Python Circuit Breaking Interop Test Client Additions
4 years ago
Menghan Li
4860738db7
Merge pull request #25170 from menghanl/path_matching_regex
...
xds testing: add regex path matching test
4 years ago
Menghan Li
1dc357a2b1
Merge pull request #25141 from menghanl/lrs_failover_test
4 years ago
Penn (Dapeng) Zhang
5fe5a29965
fix sanity check again
4 years ago
Yash Tibrewal
2c3fbc91a7
Merge pull request #25008 from yashykt/xds_server_cont
...
xDS Server Config Fetcher
4 years ago