Stanley Cheung
e2bbed6434
Bump master version to 1.36
4 years ago
Esun Kim
46075a4c81
Merge pull request #24961 from veblush/bazel-deps-fix
...
Added ignore_version_differences to grpc_extra_deps
4 years ago
Lidi Zheng
a873c5a942
Merge pull request #25076 from lidizheng/aio-examples-3
...
Adding three more AsyncIO examples
4 years ago
apolcyn
c95ed7a477
Merge pull request #24962 from qnighy/ruby-extension-implicit-declaration
...
Fix implicit decalaration in rb_event_thread.c
4 years ago
Yang Gao
f735728a39
Merge pull request #25055 from acozzette/parse-json
...
Updated parse_json.cc to rely on config_protobuf.h for protobuf types
4 years ago
Yang Gao
66ee197a1a
Merge pull request #25102 from yang-g/filter
...
Remove unneeded filter
4 years ago
Esun Kim
e7a857d001
Added ignore_version_differences to grpc_extra_deps
4 years ago
Yash Tibrewal
3eb743ba4c
Merge pull request #25056 from yashykt/logunsecurewarning
...
Add log for insecure buils
4 years ago
yang-g
c6c3dc57af
Remove unneeded filter
4 years ago
Lidi Zheng
e6dffc6fbe
Adding three more AsyncIO examples
...
* Channelz or Debug
* Route guide
* Wait for ready
4 years ago
apolcyn
78dc1394fd
Merge pull request #25064 from apolcyn/merge_ares_structs
...
Move grpc_ares_ev_driver and fd_node into grpc_ares_wrapper.cc
4 years ago
Mark D. Roth
c01a7ad71a
Merge pull request #24814 from renkelvin/apis
...
Add support of implicit and explicit flows for external account creds
4 years ago
apolcyn
6f7a9e2076
Merge pull request #25070 from apolcyn/manylinux14
...
Base the ruby build off of latest rake-compiler-dock/manylinux14 images, add ruby 3.0 binary packages
4 years ago
Stanley Cheung
9a1145bc17
Merge pull request #25094 from stanley-cheung/fix-ios-binary-build
...
Fix iOS binary size build
4 years ago
Mark D. Roth
cfe08efa4b
Merge pull request #25088 from chwarr/retry-throttle-string
...
Include missing string header in retry_throttle.h
4 years ago
Mark D. Roth
861c54a7fa
Merge pull request #25091 from markdroth/string_less_new
...
Remove StringLess and src/core/lib/gprpp/map.h.
4 years ago
Stanley Cheung
e1c5100c0d
Merge pull request #25093 from stanley-cheung/branch-1-34-upmerge
...
Upmerge from v1.34.x branch
4 years ago
apolcyn
91f80720a3
Merge pull request #25069 from apolcyn/plumb_extra_args
...
Add a mechanism to plumb arbitary command line flags to the c-ares unit test binary
4 years ago
Alexander Polcyn
56f1944e2d
truncate windows dlls for linux package
4 years ago
Stanley Cheung
cc645ca5b5
Fix iOS binary size build
4 years ago
Chuan Ren
06cc42eb85
Add support of implicit and explicit flows for external account creds
4 years ago
Mark D. Roth
393687c3b7
Merge pull request #24989 from renkelvin/base-fix
...
Url encode the request before calling STS backend
4 years ago
Mark D. Roth
430a7fa6a6
Merge pull request #24878 from renkelvin/response-fix
...
Fix a bug so that HttpRequestContext.response.hdrs won't be freed twice.
4 years ago
apolcyn
a4841f58be
Merge pull request #25066 from apolcyn/remove_unneeded_thread
...
Remove signal-forwarding/timeout thread in c-ares unit test driver
4 years ago
Stanley Cheung
436036d68a
Upmerge from v1.34.x branch
4 years ago
Christopher Warrington
bf7ee7bfc1
Include missing string header in retry_throttle.h
...
ServerRetryThrottleMap references std::string but does not `#include
<string>`. Depending on exactly how a C++ implementation lays out its
headers, std::string may or may not be declared already. For example,
Visual C++ 2019 16.8.3 (19.28.29335) does not have std::string declared
at this point.
Add `#include <string>`
This change is needed to get the C# bootstrap script to (`python
.\tools\run_tests\run_tests.py -l csharp -c dbg --build_only`) to
cleanly compile using Visual C++ 2019 instead of the hard-coded 2015
that pre_build_csharp.bat has.
4 years ago
Sergii Tkachenko
42b926a7f5
Merge pull request #25079 from grpc/xds-k8s-server-authz-error-test
...
xds-k8s driver: implement PSM security server-authz-error test
4 years ago
Mark D. Roth
1bc2d7d1a6
Remove StringLess and src/core/lib/gprpp/map.h.
4 years ago
Mark D. Roth
f159099778
Merge pull request #25040 from markdroth/c++_health_check_service_name
...
Use std::string for health check service name.
4 years ago
donnadionne
fb555fc76f
Merge pull request #25086 from donnadionne/repo_mgr_0104
...
Passing repo manager to donnadionne
4 years ago
Donna Dionne
89b6ded51a
Passing repo manager to donnadionne
4 years ago
Sergii Tkachenko
a05a84b34b
xds-k8s driver: implement PSM security server-authz-error test
4 years ago
Sergii Tkachenko
d92f41fea4
Merge pull request #25075 from grpc/xds-k8s-mtls-error-test
...
xds-k8s driver: implement PSM security mtls_error test
4 years ago
Sergii Tkachenko
fb50064d9c
xds-k8s driver: implement PSM security mtls_error test
4 years ago
Alexander Polcyn
4fa05591e3
skil ruby 3.0 distrib test until protobuf adds support
4 years ago
Alexander Polcyn
f5fae54331
Remove no longer supported centos6 distrib test
4 years ago
Alexander Polcyn
039936387e
Add a ruby 3.0.0 distrib test
4 years ago
Alexander Polcyn
a3f371afb2
Update rake_compiler_dock image fetch to use a tag rather than name suffix
4 years ago
Alexander Polcyn
74693fa1d8
Add ruby 3.0 to build matrix; upgrade rake-compiler-docker image to 1.1.0
4 years ago
Alexander Polcyn
1c8e28dcd2
Revert "Manylinux2010-based Ruby images"
...
This reverts commit bec51c0175
.
4 years ago
Sergii Tkachenko
95ab12cf8f
Merge pull request #25068 from grpc/xds-k8s-use-grpc-target-proxy
...
xds-k8s driver: Use GRPC target proxy
4 years ago
Alexander Polcyn
882243606f
Add a mechanism to plumb arbitary command line flags to the c-ares unit test binary
4 years ago
Sergii Tkachenko
3b9899b769
xds-k8s driver: Use GRPC target proxy
4 years ago
Sergii Tkachenko
657b7c49de
Merge pull request #25063 from sergiitk/xds-k8s-improve-logging
...
xds-k8s driver: Improve INFO-level logging
4 years ago
Alexander Polcyn
17a49209bc
Remove unnecessary signal-forwarding/timeout thread in c-ares unit test driver
4 years ago
Adam J Heller
67f1e572c1
Merge pull request #25065 from drfloob/gunit-uri-parser
...
Convert URIParser test to googletest
4 years ago
AJ Heller
3b15b508dd
Convert URIParser test to googletest
...
Note: Adding gtest caused the sanitizer to reorder a few build files.
4 years ago
Alexander Polcyn
8215b21dc1
move grpc_ares_ev_driver and fd_node definitions into grpc_ares_wrapper.cc
4 years ago
Sergii Tkachenko
3b66fb6ead
xds-k8s driver: Improve logging INFO-level logging
4 years ago
Esun Kim
8934661278
Merge pull request #25049 from veblush/build_artifact_csharp_ios
...
Increase timeout of build_artifact_csharp_ios to 45 mins
4 years ago