Craig Tiller
19374185b4
Fix labeler for core pub includes ( #27107 )
3 years ago
Chuan Ren
e2ba0d9c0b
[3PI] Validate external account credentials token urls ( #26966 )
...
* Validate token urls
* Update external_account_credentials.cc
* Update external_account_credentials.cc
* Remove regex
* Validate implicit flow
* Update credentials_test.cc
* Update google_default_credentials.cc
* Revert "Update credentials_test.cc"
This reverts commit c43e00de2b
.
* Revert "Validate token urls"
* Add tests for grpc_google_default_credentials_create
* Update google_default_credentials.cc
3 years ago
Denny C. Dai
d10b2a677d
[gRPC-ObjC] Fix potential over releasing crash for grp channel ( #27061 )
3 years ago
Wanlin Du
793cb25d4a
Fix buildUrl annotation in kokoro job ( #27105 )
3 years ago
Craig Tiller
5b80b4410d
Revert "Publish status from happy pancakes stuff ( #27012 )" ( #27108 )
...
This reverts commit 2526617b27
.
3 years ago
Craig Tiller
2526617b27
Publish status from happy pancakes stuff ( #27012 )
...
* publish status
* fix?
3 years ago
Lidi Zheng
d3d5dec5b8
[Aio] Remove custom IO manager support ( #27090 )
...
* [Aio] Remove custom IO manager support
* Patch
3 years ago
Craig Tiller
5b7c25155e
Prototype: Automatic PR Labeler ( #27015 )
...
* prototype: automatic labeler
* fix?
* fix?
3 years ago
apolcyn
d70ae71852
Add 1.39.0 to wrapped lang interop matrix builds ( #27011 )
3 years ago
Yash Tibrewal
6da9eb9f3f
xDS PSM Server Security: Nack unsupported require_sni and ocsp_staple_policy values ( #26878 )
...
* Nack unsupported require_sni and ocsp_staple_policy values
* Reviewer comments
3 years ago
AJ Heller
4d2b979b75
Implement TraceFlag::Log ( #26954 )
...
Motivation: In debug builds, `DebugOnlyTraceFlag`s are hard-coded to be
disabled. This results in unreachable code paths that the compiler can
detect, which prevent us from enabling `-Wunreachable-code-aggressive`
on the builds.
This work aims to reduce the number of places that switch on
`trace_flag.enabled`.
3 years ago
Wanlin Du
971e95b906
Update related scripts to populate BigQuery fields ( #26778 )
...
* Update related scripts to populate BigQuery fields
3 years ago
Mark D. Roth
3cf55bcc58
change repo manager to markdroth ( #27091 )
3 years ago
Eric Gribkoff
594e936c41
use fixed c++ server image for python tests ( #27096 )
...
* use fixed c++ server image for python tests
* use variable name
3 years ago
Craig Tiller
6a06f0cd4a
promise sequences ( #27058 )
3 years ago
Ming-Chuan
cc9c8c06d9
BinderTransport customizable server location ( #27083 )
...
When bind to service, allow user to spacify service's package name and
class name
3 years ago
Jan Tattermusch
13171a8b29
add C# 2.38.1 and 2.39.1 to interop matrix ( #27084 )
3 years ago
Paulo Castello da Costa
afb660b595
Use get to update go version in kokoro runner. ( #27088 )
...
Installed version is old and does not support install for this purpose.
3 years ago
Paulo Castello da Costa
04f774de3c
Delete logic to list leftover load tests. ( #27087 )
...
Tests have strict timeouts, so this logic is no longer needed.
3 years ago
Paulo Castello da Costa
4faaecdfc9
Update xml file location and update go version to 1.17. ( #27076 )
...
* Add subdirectories to support change in https://github.com/grpc/test-infra/pull/218 .
* Update go version in kokoro runners to go1.17.
3 years ago
Eric Gribkoff
51aea5df15
fix bash endofline ( #27075 )
...
* fix bash endofline
* set --server_image
* populate server image global
3 years ago
Craig Tiller
46afdf9989
Add test and mitigation for clang 11 compiler bug ( #27073 )
...
* Add test and mitigation for clang 11 compiler bug
* document
* document
* Automated change: Fix sanity tests
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
3 years ago
Eric Gribkoff
df3a13a2a3
remove extra url map flagfile ( #27071 )
3 years ago
Nicolas 'Pixel' Noble
2ab4bc93cb
Properly updating links.
3 years ago
Nicolas 'Pixel' Noble
69661fb82e
Regenerate projects
3 years ago
Nicolas 'Pixel' Noble
ce9206255b
Bump version to [1.41]
3 years ago
AJ Heller
6ba4a92af7
Reorder gtest/gmock headers ( #27070 )
...
Per the style guide (or spirit thereof), these should be placed with the other external/third_party headers.
3 years ago
Hannah Shi
7fdf0fe036
Fix Unable to create a Unix file socket. issue#26421 ( #26931 )
3 years ago
Lidi Zheng
b58b009126
Add PSM gRPC subsetting test ( #27063 )
...
* Add PSM subsetting test
* Add a check for the number of unique backends
3 years ago
Yash Tibrewal
0ab13090e7
Nack certain unsupported fields in CertificateValidationContext ( #26880 )
...
* Nack certain unsupported fields in CertificateValidationContext
* Regenerate projects
* Reviewer comments
3 years ago
Esun Kim
e386d4036b
Changed to Donna ( #27021 )
3 years ago
Ming-Chuan
9da755a61e
Import binder transport channel create interface ( #27007 )
...
Also try use the API in example apk to make sure the binder transport
code and the rest of gRPC compiles with the Android toolchain
We will properly expose our interface later.
3 years ago
Craig Tiller
f292f001ee
Promise join combinator ( #26918 )
...
* Add construct/destruct helper functions
Will be used in upcoming promise implementation
* Poll type for promises library
* Library to talk about things that look like promises if you squint
* Helper code for promises to deal with status types generically
* Library to talk about things that make promises
* build
* Join combinator for promise library
* Changes to sync required for promise activities
* sanitized
* Automated change: Fix sanity tests
* Automated change: Fix sanity tests
* Update basic_join.h
* Automated change: Fix sanity tests
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
3 years ago
Craig Tiller
59da7bc42a
Eliminate grpc_core::Atomic ( #27025 )
...
* Eliminate grpc_core::Atomic
* Automated change: Fix sanity tests
* Automated change: Fix sanity tests
* initialize things
* fix include order
* fix
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
Co-authored-by: Mark D. Roth <roth@google.com>
3 years ago
Nico Weber
40ab21d9ec
Fix -Wunreachable-code-aggressive in json_reader.cc ( #27051 )
...
Bug: chromium:1066980
3 years ago
Lidi Zheng
ac0f51e0c8
Fix the not removing IAM binding issue ( #27059 )
3 years ago
Julian Xhokaxhiu
ed1b20777c
Isolate BoringSSL for iOS builds ( #26109 )
...
Prefix BoringSSL APIs with _GRPC_ by default on iOS, by actually isolating it against other libraries with might include openssl themselves and therefore allowing to embed gRPC on iOS completely mind free.
This patch essentially does what has already been done for cocoapods ( see https://github.com/grpc/grpc/pull/21194 ).
3 years ago
AJ Heller
d10617edb5
Move resource_user ownership into chttp2 transport/server/connector v2 ( #27032 )
...
Reintroducing PR #26643 , which was reverted in #27029
Fixed a memory leak and added a test that would have caught it (ASAN build): ca0c8c4
3 years ago
AJ Heller
46547d5690
Fix incorrect loop variable type ( #27055 )
...
The iterator returns a newly-constructed `std::pair<absl::string_view, absl::string_view>`.
Compiled with `-Wrange-loop-bind-reference` on iOS due to new dependencies for
iOS tests.
3 years ago
AJ Heller
4ba3fa52b9
Clean up some instances of -Wunreachable-code-aggressive ( #27054 )
...
See https://github.com/grpc/grpc/pull/26951 for why this is not enforced
at the moment.
3 years ago
Craig Tiller
724ad871d4
Promise loop ( #26913 )
...
* Poll type for promises library
* Library to talk about things that look like promises if you squint
* Library to talk about things that make promises
* Promises loop construct
* build
* Changes to sync required for promise activities
* sanitized
* add comments
* Automated change: Fix sanity tests
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
3 years ago
Craig Tiller
4c8a0d91c6
Call into plugin registry from config code ( #27041 )
...
* Call into plugin registry from config code
* Automated change: Fix sanity tests
* Remove unused name
* Remove unused name
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
3 years ago
yifeizhuang
48b194f737
release v1.40.0: build gcr images for release, fix python2.7 ( #27045 )
3 years ago
Craig Tiller
46bd552337
Eliminate gen_legal_metadata_characters ( #27019 )
...
* eliminate gen_legal_metadata_characters
* Automated change: Fix sanity tests
* Automated change: Fix sanity tests
* fix
* Automated change: Fix sanity tests
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
3 years ago
AJ Heller
58f8f5ced3
Add macro to define gtest death_test_style using an older syntax ( #27042 )
...
This temporarily unblocks a related gtest upgrade. The ultimate goal is
to upgraade our gtest dependencies, but I don't have the cycles to
manage a potentially messy migration until at least next week. This PR
is coordinated with an internal change.
3 years ago
Craig Tiller
c5b7d4101d
Fix compilation breakage ( #27049 )
...
* fix
* Update percent_encoding.cc
3 years ago
Yash Tibrewal
1040c1b90a
Add note on officially supported platforms ( #22344 )
...
* Add initial section on support
* Update src/cpp/README.md
Co-Authored-By: Nicolas Noble <nicolasnoble@users.noreply.github.com>
* Reviewer comments
* Reviewer comments
Co-authored-by: Nicolas Noble <nicolasnoble@users.noreply.github.com>
3 years ago
Denny C. Dai
d17884b7d6
Revert "Adding flow control support API for GRPCUnaryProtoCall ( #26969 )" ( #27047 )
...
This reverts commit 52fece38e6
.
3 years ago
Yash Tibrewal
533f02642d
Disable xds_credentials_test on iOS ( #27043 )
3 years ago
Mark D. Roth
9f782faa34
xds: remove env var protection for retries ( #27039 )
3 years ago