-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'v1.64.0' into upgrade-to-1.64.0
Signed-off-by: Jay Lee <[email protected]>
- Loading branch information
Showing
8,392 changed files
with
1,297,512 additions
and
366,481 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
bazel-bin | ||
bazel-grpc | ||
bazel-out | ||
build | ||
.cache | ||
.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# .git-blame-ignore-revs | ||
# Migrated python code style from yapf to black | ||
de6ed9ba9fd59f753bbfd4c9a88ff15e03a89de7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
# Auto-generated by the tools/mkowners/mkowners.py tool | ||
# Uses OWNERS files in different modules throughout the | ||
# repository as the source of truth for module ownership. | ||
/**/OWNERS @markdroth @a11r | ||
/bazel/** @jtattermusch @veblush @gnossen | ||
/cmake/** @jtattermusch @apolcyn | ||
/src/core/ext/filters/client_channel/** @markdroth | ||
/bazel/** @veblush @gnossen | ||
/bazel/experiments.yaml | ||
/cmake/** @veblush @apolcyn | ||
/src/core/client_channel/** @markdroth | ||
/src/core/ext/transport/chttp2/transport/** @ctiller | ||
/src/core/ext/xds/** @markdroth | ||
/src/core/lib/resolver/** @markdroth | ||
/src/core/lib/service_config/** @markdroth | ||
/src/core/lib/surface/** @ctiller | ||
/src/core/lib/transport/** @ctiller | ||
/test/core/transport/** @ctiller | ||
/tools/dockerfile/** @jtattermusch @apolcyn | ||
/src/core/load_balancing/** @markdroth | ||
/src/core/resolver/** @markdroth | ||
/src/core/server/xds* @markdroth | ||
/src/core/service_config/** @markdroth | ||
/src/core/xds/** @markdroth | ||
/tools/dockerfile/** @drfloob @apolcyn @gnossen | ||
/tools/run_tests/xds_k8s_test_driver/** @sergiitk @XuanWang-Amos @gnossen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "monthly" | ||
groups: | ||
github-actions: | ||
patterns: | ||
- "*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,65 @@ | ||
lang/core: | ||
- src/abseil-cpp/** | ||
- src/boringssl/** | ||
- src/c-ares/** | ||
- src/core/** | ||
- src/proto/** | ||
- src/re2/** | ||
- src/upb/** | ||
- src/zlib/** | ||
- include/grpc/** | ||
- test/core/** | ||
- tools/codegen/core/** | ||
|
||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/abseil-cpp/** | ||
- src/boringssl/** | ||
- src/c-ares/** | ||
- src/core/** | ||
- src/proto/** | ||
- src/re2/** | ||
- src/upb/** | ||
- src/zlib/** | ||
- include/grpc/** | ||
- test/core/** | ||
- tools/codegen/core/** | ||
lang/c++: | ||
- examples/cpp/** | ||
- src/cpp/** | ||
- include/grpc++/** | ||
- include/grpcpp/** | ||
- test/cpp/** | ||
|
||
- changed-files: | ||
- any-glob-to-any-file: | ||
- examples/cpp/** | ||
- src/cpp/** | ||
- include/grpc++/** | ||
- include/grpcpp/** | ||
- test/cpp/** | ||
area/infra: | ||
- .github/** | ||
|
||
- changed-files: | ||
- any-glob-to-any-file: | ||
- .github/** | ||
lang/node: | ||
- examples/node/** | ||
- src/compiler/node* | ||
|
||
- changed-files: | ||
- any-glob-to-any-file: | ||
- examples/node/** | ||
- src/compiler/node* | ||
lang/ObjC: | ||
- examples/objective-c/** | ||
- src/compiler/objective_c* | ||
- src/objective-c/** | ||
|
||
- changed-files: | ||
- any-glob-to-any-file: | ||
- examples/objective-c/** | ||
- src/compiler/objective_c* | ||
- src/objective-c/** | ||
lang/php: | ||
- examples/php/** | ||
- src/compiler/php* | ||
- src/php/** | ||
|
||
- changed-files: | ||
- any-glob-to-any-file: | ||
- examples/php/** | ||
- src/compiler/php* | ||
- src/php/** | ||
lang/python: | ||
- bazel/python_rules.bzl | ||
- examples/python/** | ||
- requirements.bazel.txt | ||
- src/compiler/python* | ||
- any: | ||
- src/python/** | ||
- "!src/python/grpcio/grpc_core_dependencies.py" | ||
|
||
- changed-files: | ||
- any-glob-to-any-file: | ||
- bazel/python_rules.bzl | ||
- examples/python/** | ||
- requirements.bazel.txt | ||
- src/compiler/python* | ||
- all-globs-to-any-file: | ||
- src/python/** | ||
- '!src/python/grpcio/grpc_core_dependencies.py' | ||
- '!src/python/grpcio_observability/observability_lib_deps.py' | ||
lang/ruby: | ||
- examples/ruby/** | ||
- src/compiler/ruby* | ||
- src/ruby/** | ||
|
||
"lang/C#": | ||
- src/compiler/csharp* | ||
- src/csharp/** | ||
|
||
"disposition/Needs Internal Changes": | ||
- src/core/lib/event_engine/windows/** | ||
- src/core/lib/gpr/windows/** | ||
- src/core/lib/gprpp/windows/** | ||
- test/core/event_engine/windows/** | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- examples/ruby/** | ||
- src/compiler/ruby* | ||
- src/ruby/** | ||
'lang/C#': | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- src/compiler/csharp* | ||
- src/csharp/** |
Oops, something went wrong.