Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated fix for refs/heads/cf-event-engine-client-ios-test #67

Open
wants to merge 39 commits into
base: cf-event-engine-client-ios-test
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
724441d
[tests] Convert core e2e tests to gtest (#32603)
ctiller Apr 4, 2023
fd8e7e3
[PSM tests] Troubleshoot Ubuntu venv issue (#32786)
eugeneo Apr 4, 2023
1f0630f
[core-test] Ensure grpc is fully shutdown between e2e tests (#32797)
ctiller Apr 4, 2023
4e2f92b
[metadata] Fix fuzzer bug with metadata arg. (#32787)
ananda1066 Apr 4, 2023
6f81b87
[protobuf] Add third_party/utf8_range as a subtree (#32794)
jtattermusch Apr 4, 2023
bb4acc9
[PHP] fix a little bug in BaseStub.getDefaultChannel() #32705 (#32792)
hedane Apr 4, 2023
d42de64
[HTTP Proxy] Add user guide on how Core performs HTTP proxy determina…
yashykt Apr 5, 2023
b9f0c01
[cmake] Improved stdalign.h workaround for windows build (#32777)
jtattermusch Apr 5, 2023
a6c723d
[test-infra] Re-enable skipped windows tests (#32658)
jtattermusch Apr 5, 2023
be99673
[PSM interop test] implement error-code- RPC behavior (#32810)
eugeneo Apr 5, 2023
b58963c
[Aio Type Hints] Update type hints for async iteration (#32655)
ryan-gunderson Apr 5, 2023
bdd1ac4
[GcpObservability C++] De-experimentalize API (#32715)
yashykt Apr 5, 2023
5452017
[Async ExecuteBatchError Issue] Log instead of raise ExecuteBatchErro…
XuanWang-Amos Apr 5, 2023
962a213
[client channel] replace CallDispatchController with a simple callbac…
markdroth Apr 5, 2023
b0636e7
Revert "XDS: enable XDS federation by default (#32711)" (#32814)
apolcyn Apr 6, 2023
2845a24
[GcpObservability] Remove sleep from observability test client (#32817)
stanley-cheung Apr 6, 2023
15ef046
[third_party] update envoy-api dependency (#32807)
rockspore Apr 6, 2023
afddf1a
[chttp2] Better error message on metadata size exceeded message (#32809)
ctiller Apr 6, 2023
3a2c8b9
[PSM Interop] Enable custom_lb_test for CXX (#32799)
eugeneo Apr 6, 2023
3e3e92a
[infra] Consolidate auto-tag and check-title GH actions (#32824)
ctiller Apr 6, 2023
c8d0110
[python] Python fixes for upcoming protobuf 22.x upgrade (#32803)
jtattermusch Apr 6, 2023
63c094c
[promises] Run C++ end to end tests with server promises (#32537)
ctiller Apr 6, 2023
9393cd8
[JSON] remove mutable accessor methods. (#32806)
markdroth Apr 6, 2023
aee4160
[JSON] use absl::variant for JSON values (#32808)
markdroth Apr 6, 2023
9395f03
cf event engine client support
HannahShiSFB Jan 9, 2023
ffed18d
add cf_engine to default event engine factory
HannahShiSFB Jan 16, 2023
419dcd3
generate projects
HannahShiSFB Jan 17, 2023
354e2d4
address review comments
HannahShiSFB Jan 28, 2023
6317cc6
logging in cf_engine
HannahShiSFB Feb 15, 2023
b80b794
add cancel connect support
HannahShiSFB Feb 22, 2023
cf1220c
fix error: unused parameter
HannahShiSFB Feb 15, 2023
a3177c0
change event engine endpoing read/write return type
HannahShiSFB Feb 27, 2023
0503b2d
enable cf_engine in ios
HannahShiSFB Mar 12, 2023
076e638
add cf event engine test on connection timeout and cancel connection
HannahShiSFB Mar 15, 2023
2212e91
address review comments
HannahShiSFB Mar 30, 2023
6b2e00f
use ref count for CFStreamEndpointImpl to keep it alive for callbacks
HannahShiSFB Apr 7, 2023
e319495
generate projects
HannahShiSFB Apr 7, 2023
6f7946f
test cf event engine with ios
HannahShiSFB Apr 4, 2023
6781d09
Automated change: Fix sanity tests
HannahShiSFB Apr 7, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ binding.gyp linguist-generated=true
src/python/grpcio/grpc_core_dependencies.py linguist-generated=true
src/ruby/ext/grpc/rb_grpc_imports.generated.h linguist-generated=true
src/ruby/ext/grpc/rb_grpc_imports.generated.c linguist-generated=true
test/core/end2end/end2end_tests.cc linguist-generated=true
test/core/security/grpc_tls_credentials_options_comparator_test.cc linguist-generated=true
test/core/surface/public_headers_must_be_c89.c linguist-generated=true
tools/doxygen/Doxyfile.c++.internal linguist-generated=true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR AutoTag
name: PR Title Check & Tag
on:
pull_request_target:
types: [opened, reopened, synchronized, edited]
Expand All @@ -17,3 +17,16 @@ jobs:
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: ""

title-check:
permissions:
contents: read
pull-requests: write

runs-on: ubuntu-latest
steps:
- uses: thehanimo/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
configuration_path: ".github/pr_title_checker_config.json"
21 changes: 0 additions & 21 deletions .github/workflows/pr-check-title.yaml

This file was deleted.

23 changes: 22 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,26 @@ config_setting(
values = {"crosstool_top": "//external:android/crosstool"},
)

config_setting(
name = "macos",
values = {"apple_platform_type": "macos"},
)

config_setting(
name = "ios",
values = {"apple_platform_type": "ios"},
)

config_setting(
name = "tvos",
values = {"apple_platform_type": "tvos"},
)

config_setting(
name = "watchos",
values = {"apple_platform_type": "watchos"},
)

config_setting(
name = "systemd",
values = {"define": "use_systemd=true"},
Expand Down Expand Up @@ -162,10 +177,15 @@ config_setting(
)

config_setting(
name = "mac_x86_64",
name = "mac",
values = {"cpu": "darwin"},
)

config_setting(
name = "mac_x86_64",
values = {"cpu": "darwin_x86_64"},
)

config_setting(
name = "mac_arm64",
values = {"cpu": "darwin_arm64"},
Expand Down Expand Up @@ -2851,6 +2871,7 @@ grpc_cc_library(
"absl/cleanup",
"absl/container:flat_hash_set",
"absl/container:inlined_vector",
"absl/functional:any_invocable",
"absl/status",
"absl/status:statusor",
"absl/strings",
Expand Down
Loading