Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into local_creds
Browse files Browse the repository at this point in the history
  • Loading branch information
erm-g committed Aug 9, 2024
2 parents 416167e + d7861e8 commit 371fedc
Show file tree
Hide file tree
Showing 490 changed files with 9,952 additions and 9,080 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ labels: kind/bug, priority/P2, lang/Python
assignees:
- gnossen
- XuanWang-Amos
- sreenithi
- sourabhsinghs

---

Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ labels: kind/enhancement, priority/P2, lang/Python
assignees:
- gnossen
- XuanWang-Amos
- sreenithi
- sourabhsinghs

---

Expand Down
34 changes: 34 additions & 0 deletions .github/workflows/update-artifacts-branch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: EXPERIMENTAL -- Update artifacts branch

on:
push:
branches:
- master

permissions:
contents: write

jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: master
fetch-depth: 0
- name: Setup git user
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "<EMAIL>"
- name: Update artifacts branch
run: |
git checkout master
git fetch origin
git checkout artifacts
git reset master .
git clean -fd
git rev-parse master > .source-revision
git add .
git commit -m "Update artifacts branch"
git push origin artifacts
36 changes: 7 additions & 29 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@ config_setting(
python_config_settings()

# This should be updated along with build_handwritten.yaml
g_stands_for = "gladiator" # @unused
g_stands_for = "gesundheit" # @unused

core_version = "42.0.0" # @unused
core_version = "43.0.0" # @unused

version = "1.66.0-dev" # @unused
version = "1.67.0-dev" # @unused

GPR_PUBLIC_HDRS = [
"include/grpc/support/alloc.h",
Expand Down Expand Up @@ -579,7 +579,6 @@ grpc_cc_library(
],
visibility = ["@grpc:public"],
deps = [
"api_trace",
"channel_arg_names",
"channel_stack_builder",
"config",
Expand Down Expand Up @@ -659,7 +658,6 @@ grpc_cc_library(
"@grpc:public",
],
deps = [
"api_trace",
"channel_arg_names",
"channel_stack_builder",
"config",
Expand Down Expand Up @@ -1151,7 +1149,6 @@ grpc_cc_library(
],
tags = ["nofixdeps"],
deps = [
"api_trace",
"channel",
"channel_create",
"config",
Expand Down Expand Up @@ -1329,7 +1326,6 @@ grpc_cc_library(
],
visibility = ["@grpc:public"],
deps = [
"api_trace",
"gpr",
"grpc_base",
"grpc_public_hdrs",
Expand Down Expand Up @@ -1477,21 +1473,6 @@ grpc_cc_library(
],
)

grpc_cc_library(
name = "api_trace",
hdrs = [
"//src/core:lib/surface/api_trace.h",
],
external_deps = [
"absl/log:log",
],
language = "c++",
deps = [
"gpr",
"grpc_trace",
],
)

grpc_cc_library(
name = "byte_buffer",
srcs = [
Expand Down Expand Up @@ -1763,7 +1744,6 @@ grpc_cc_library(
language = "c++",
visibility = ["@grpc:alt_grpc_base_legacy"],
deps = [
"api_trace",
"channel_arg_names",
"channelz",
"cpp_impl_of",
Expand Down Expand Up @@ -1809,7 +1789,6 @@ grpc_cc_library(
language = "c++",
visibility = ["@grpc:alt_grpc_base_legacy"],
deps = [
"api_trace",
"channel",
"channelz",
"config",
Expand Down Expand Up @@ -1905,7 +1884,6 @@ grpc_cc_library(
language = "c++",
visibility = ["@grpc:alt_grpc_base_legacy"],
deps = [
"api_trace",
"call_combiner",
"call_tracer",
"channel",
Expand Down Expand Up @@ -2035,7 +2013,6 @@ grpc_cc_library(
public_hdrs = GRPC_PUBLIC_HDRS + GRPC_PUBLIC_EVENT_ENGINE_HDRS,
visibility = ["@grpc:alt_grpc_base_legacy"],
deps = [
"api_trace",
"call_combiner",
"call_tracer",
"channel",
Expand Down Expand Up @@ -2299,7 +2276,6 @@ grpc_cc_library(
public_hdrs = GRPC_PUBLIC_HDRS,
visibility = ["@grpc:public"],
deps = [
"api_trace",
"channel_arg_names",
"channelz",
"config",
Expand Down Expand Up @@ -3303,6 +3279,7 @@ grpc_cc_library(
"//src/core:experiments",
"//src/core:gpr_atm",
"//src/core:gpr_spinlock",
"//src/core:latent_see",
"//src/core:time",
"//src/core:useful",
],
Expand Down Expand Up @@ -4058,6 +4035,7 @@ grpc_cc_library(
deps = [
"gpr",
"tsi_base",
"//src/core:dump_args",
"//src/core:slice",
"//src/core:useful",
],
Expand Down Expand Up @@ -4090,7 +4068,6 @@ grpc_cc_library(
language = "c++",
visibility = ["@grpc:public"],
deps = [
"api_trace",
"exec_ctx",
"gpr",
"grpc_base",
Expand Down Expand Up @@ -4593,11 +4570,13 @@ grpc_cc_library(
"gpr_platform",
"grpc_trace",
"hpack_parse_result",
"stats",
"//src/core:hpack_constants",
"//src/core:metadata_batch",
"//src/core:no_destruct",
"//src/core:parsed_metadata",
"//src/core:slice",
"//src/core:unique_ptr_with_bitset",
],
)

Expand Down Expand Up @@ -4853,7 +4832,6 @@ grpc_cc_library(
"//src/core:iomgr_fwd",
"//src/core:iomgr_port",
"//src/core:match",
"//src/core:max_concurrent_streams_policy",
"//src/core:memory_quota",
"//src/core:metadata_batch",
"//src/core:metadata_info",
Expand Down
Loading

0 comments on commit 371fedc

Please sign in to comment.