Richard Belleville
c4d3fc749f
WIP. Implement CB interop test
4 years ago
Yang Gao
9f533f753c
Merge pull request #25121 from yang-g/unused
...
Mark variables unused in BUILD file
4 years ago
Esun Kim
9b0424263e
Merge pull request #25119 from veblush/copts
...
Add use_strict_warning option to bazel build
4 years ago
yulin liang
0d7e17ff80
Merge pull request #25092 from grpc/revert-24637-spm-beta-test
...
Revert "Propagate warning disables into code."
4 years ago
yang-g
be2e59725d
Mark variables unused
4 years ago
Esun Kim
695d1c02ed
Fix ignored-qualifiers warning
4 years ago
Esun Kim
e49d74b0d8
Added use_strict_warning
4 years ago
ZhenLian
e745f8cb55
Merge pull request #25018 from ZhenLian/zhen_dynamic_file_reloading_9
...
Support Default Root Certs in Tls Credentials
4 years ago
ZhenLian
c48e39d5c2
Support Default Root Certs in Tls Credentials
4 years ago
Stanley Cheung
e08a885851
Merge pull request #25111 from stanley-cheung/bump-master-version
...
Bump master version
4 years ago
donnadionne
24f5cf82c4
Merge pull request #25085 from donnadionne/timeout_2nd
...
Fixing timeout test for tsan and asan:
4 years ago
Sergii Tkachenko
b800b76264
Merge pull request #25109 from grpc/xds-k8s-server-override-td-url
...
xds-k8s driver: support --xds_server_uri flag
4 years ago
Stanley Cheung
fe2e96f9f3
Regenerate projects
4 years ago
Stanley Cheung
e2bbed6434
Bump master version to 1.36
4 years ago
Sergii Tkachenko
d08468b844
xds-k8s driver: support --xds_server_uri flag
4 years ago
Donna Dionne
5c1834e8db
A previous fix which changed grpc_cycle_counter_to_millis_round_down/up
...
was not the correct fix and caused window test issues.
The correct fix is to ensure the test uses the same time apis as the
product code: grp_get_cycle_counter (which is platform dependent) to get
current time.
Tested both in open source and patched into google3 to ensure successful
import:
https://critique-ng.corp.google.com/cl/349981071/analysis
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
yulin liang
9e30733f36
Revert "Propagate warning disables into code."
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