Esun Kim
669e859f7a
Fix more unused-parameter warning
4 years ago
Richard Belleville
269333ca85
Bump Cython version.
...
A breaking C-level API change was made in Python 3.9 which old versions
of Cython cannot handle. Since Bazel prescribes a single version of
dependency instead of ranges, like in setuptools, we must update this to
keep our downstream users working properly.
As a side note, since it was a point of confusion while debugging this,
interpreter versions installed by pyenv must be set *globally* rather
than just locally for Bazel to pick them up, since local pyenv
configuration will not be picked up from within the sandbox.
4 years ago
Esun Kim
9eae29f8e9
Merge pull request #25134 from veblush/fix-unused-parameter
...
Fix unused parameter warnings
4 years ago
Esun Kim
9967bededc
Merge pull request #25200 from veblush/absl-doc
...
Add docs for Abseil
4 years ago
Penn (Dapeng) Zhang
bc600d57c9
Add xds v3 kokoro tests
4 years ago
Yang Gao
9996cacb8b
Merge pull request #25212 from grpc/revert-25140-strerror
...
Revert "Wrap strerror into a thread-safe implementation"
4 years ago
AJ Heller
85aa1c5f83
Fix the publish packages script v2 (macos x86 deprecation)
4 years ago
apolcyn
8041239a24
Merge pull request #25201 from apolcyn/remove_ruby_23
...
Drop support for ruby 2.3
4 years ago
Stanley Cheung
692eadebfa
Update interop matrix to add v1.35.0 for c-based langs
4 years ago
Menghan Li
78696bda3b
Merge pull request #25197 from menghanl/header_matching_timeout
...
xds testing: increase path and header matching timeout
4 years ago
donnadionne
d0f46266c5
Merge pull request #25178 from donnadionne/present
...
Add Missing test case: present match
4 years ago
Mark D. Roth
80ede5992a
Implement google-c2p resolver.
4 years ago
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
Alexander Polcyn
ff872f1ca0
Make centos7 docker image buildable
4 years ago
Zhouyihai Ding
6f6bdd03e6
Merge pull request #25175 from ZhouyihaiDing/callback_add_context
...
Support ServerContext for callback API
4 years ago
Esun Kim
985c8ff3b2
Fix the bug of cq_maybe_expect_completion
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
Esun Kim
0db0ab052d
Update by review
4 years ago
Menghan Li
b125fd3bf5
xds testing: add case insensitive path matching
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
06ee6fea7a
Update by review
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
Jan Tattermusch
0b1798412b
Revert "Wrap strerror into a thread-safe implementation"
4 years ago
Greg Miller
7d4d516511
wip: change error_details functions to templates
4 years ago
Alexander Polcyn
126b9524d7
update in templates
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
Esun Kim
9bd7c4917a
Fix unused-parameter warning
4 years ago
Esun Kim
c5a784ea83
Remove -Wno-unused-parameter
4 years ago
Sergii Tkachenko
e7616e56bd
xds-k8s driver: increase wait time for deployment available replicas
4 years ago
Alexander Polcyn
0633043a70
update dockerfiles
4 years ago
Alexander Polcyn
b94f09aaf4
Drop support for ruby 2.3
4 years ago
Esun Kim
f5b1557e59
Add docs for Abseil
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
Esun Kim
631bf76de6
Update Abseil in podspecs
4 years ago
Esun Kim
fdbf32f057
Upgrade Abseil to 20200923.3
4 years ago
Menghan Li
fe52ed2a82
xds_testing: add more header matcher tests
...
- present_match
- Int64Range range_match
4 years ago
Menghan Li
e9e3412d9f
xds testing: increase path and header matching timeout
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