-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge branch 'main' into storage-notification-138"
- Loading branch information
1 parent
44593cd
commit b56cc01
Showing
368 changed files
with
1,855 additions
and
148,661 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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 was deleted.
Oops, something went wrong.
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,18 @@ | ||
{ | ||
"sources": [ | ||
{ | ||
"git": { | ||
"name": ".", | ||
"remote": "https://github.com/googleapis/java-storage.git", | ||
"sha": "444a8da44e9a80b806b5880a55d2628e3d5f25ef" | ||
} | ||
}, | ||
{ | ||
"git": { | ||
"name": "synthtool", | ||
"remote": "https://github.com/googleapis/synthtool.git", | ||
"sha": "943bb78606d035001123030067dffcc34f4645f2" | ||
} | ||
} | ||
] | ||
} |
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,16 +1,19 @@ | ||
# Copyright 2022 Google LLC | ||
# Copyright 2020 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
docker: | ||
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest | ||
digest: sha256:df8d7b2cc0dbc65871e7edd86601901a0612b272fa3f7f0eb590c5c53aa5f92e | ||
|
||
"""This script is used to synthesize generated the README for this library.""" | ||
|
||
from synthtool.languages import java | ||
|
||
java.custom_templates(["java_library/README.md"]) |
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,24 +1,2 @@ | ||
bumpMinorPreMajor: true | ||
handleGHRelease: true | ||
releaseType: java-yoshi | ||
branches: | ||
- bumpMinorPreMajor: true | ||
handleGHRelease: true | ||
releaseType: java-lts | ||
branch: 1.113.14-sp | ||
- bumpMinorPreMajor: true | ||
handleGHRelease: true | ||
releaseType: java-yoshi | ||
branch: 1.106.1-patch | ||
- bumpMinorPreMajor: true | ||
handleGHRelease: true | ||
releaseType: java-yoshi | ||
branch: 1.111.3-patch | ||
- bumpMinorPreMajor: true | ||
handleGHRelease: true | ||
releaseType: java-yoshi | ||
branch: java7 | ||
- bumpMinorPreMajor: true | ||
handleGHRelease: true | ||
releaseType: java-yoshi | ||
branch: 2.1.x | ||
bumpMinorPreMajor: true |
This file was deleted.
Oops, something went wrong.
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,100 +1,49 @@ | ||
|
||
# Whether or not rebase-merging is enabled on this repository. | ||
# Defaults to `true` | ||
rebaseMergeAllowed: false | ||
|
||
# Whether or not squash-merging is enabled on this repository. | ||
# Defaults to `true` | ||
squashMergeAllowed: true | ||
|
||
# Whether or not PRs are merged with a merge commit on this repository. | ||
# Defaults to `false` | ||
mergeCommitAllowed: false | ||
|
||
# Rules for master branch protection | ||
branchProtectionRules: | ||
- pattern: main | ||
isAdminEnforced: true | ||
requiredApprovingReviewCount: 1 | ||
requiresCodeOwnerReviews: true | ||
requiresStrictStatusChecks: false | ||
requiredStatusCheckContexts: | ||
- dependencies (8) | ||
- dependencies (11) | ||
- lint | ||
- clirr | ||
- units (8) | ||
- units (11) | ||
- 'Kokoro - Test: Integration' | ||
- cla/google | ||
- OwlBot Post Processor | ||
- pattern: 1.113.14-sp | ||
isAdminEnforced: true | ||
requiredApprovingReviewCount: 1 | ||
requiresCodeOwnerReviews: true | ||
requiresStrictStatusChecks: false | ||
requiredStatusCheckContexts: | ||
- dependencies (8) | ||
- dependencies (11) | ||
- lint | ||
- clirr | ||
- units (7) | ||
- units (8) | ||
- units (11) | ||
- 'Kokoro - Test: Integration' | ||
- cla/google | ||
- pattern: 1.106.1-patch | ||
isAdminEnforced: true | ||
requiredApprovingReviewCount: 1 | ||
requiresCodeOwnerReviews: true | ||
requiresStrictStatusChecks: false | ||
requiredStatusCheckContexts: | ||
- dependencies (8) | ||
- dependencies (11) | ||
- lint | ||
- clirr | ||
- units (7) | ||
- units (8) | ||
- units (11) | ||
- 'Kokoro - Test: Integration' | ||
- cla/google | ||
- pattern: 1.111.3-patch | ||
isAdminEnforced: true | ||
requiredApprovingReviewCount: 1 | ||
requiresCodeOwnerReviews: true | ||
requiresStrictStatusChecks: false | ||
requiredStatusCheckContexts: | ||
- dependencies (8) | ||
- dependencies (11) | ||
- lint | ||
- clirr | ||
- units (7) | ||
- units (8) | ||
- units (11) | ||
- 'Kokoro - Test: Integration' | ||
- cla/google | ||
- pattern: java7 | ||
isAdminEnforced: true | ||
requiredApprovingReviewCount: 1 | ||
requiresCodeOwnerReviews: true | ||
requiresStrictStatusChecks: false | ||
requiredStatusCheckContexts: | ||
- dependencies (8) | ||
- dependencies (11) | ||
- lint | ||
- clirr | ||
- units (7) | ||
- units (8) | ||
- units (11) | ||
- 'Kokoro - Test: Integration' | ||
- cla/google | ||
- pattern: 2.1.x | ||
isAdminEnforced: true | ||
requiredApprovingReviewCount: 1 | ||
requiresCodeOwnerReviews: true | ||
requiresStrictStatusChecks: false | ||
requiredStatusCheckContexts: | ||
- dependencies (8) | ||
- dependencies (11) | ||
- lint | ||
- clirr | ||
- units (8) | ||
- units (11) | ||
- 'Kokoro - Test: Integration' | ||
- cla/google | ||
# Identifies the protection rule pattern. Name of the branch to be protected. | ||
# Defaults to `master` | ||
- pattern: master | ||
# Can admins overwrite branch protection. | ||
# Defaults to `true` | ||
isAdminEnforced: true | ||
# Number of approving reviews required to update matching branches. | ||
# Defaults to `1` | ||
requiredApprovingReviewCount: 1 | ||
# Are reviews from code owners required to update matching branches. | ||
# Defaults to `false` | ||
requiresCodeOwnerReviews: true | ||
# Require up to date branches | ||
requiresStrictStatusChecks: false | ||
# List of required status check contexts that must pass for commits to be accepted to matching branches. | ||
requiredStatusCheckContexts: | ||
- "dependencies (8)" | ||
- "dependencies (11)" | ||
- "linkage-monitor" | ||
- "lint" | ||
- "clirr" | ||
- "units (7)" | ||
- "units (8)" | ||
- "units (11)" | ||
- "Kokoro - Test: Integration" | ||
- "cla/google" | ||
# List of explicit permissions to add (additive only) | ||
permissionRules: | ||
- team: yoshi-admins | ||
permission: admin | ||
- team: yoshi-java-admins | ||
permission: admin | ||
- team: yoshi-java | ||
permission: push | ||
- team: yoshi-admins | ||
permission: admin | ||
- team: yoshi-java-admins | ||
permission: admin | ||
- team: yoshi-java | ||
permission: push |
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,3 +1,2 @@ | ||
trustedContributors: | ||
- renovate-bot | ||
- gcf-owl-bot[bot] | ||
- renovate-bot |
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
Oops, something went wrong.