Skip to content

Commit 448bba5

Browse files
authored
Merge branch 'main' into migration.python-binary-authorization.migration.2023-10-21.04.migrate
2 parents 76e5d99 + e0a1768 commit 448bba5

File tree

311 files changed

+76220
-505
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

311 files changed

+76220
-505
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"packages/google-cloud-access-approval": "1.11.3",
66
"packages/google-cloud-advisorynotifications": "0.3.1",
77
"packages/google-cloud-alloydb": "0.3.3",
8+
"packages/google-cloud-alloydb-connectors": "0.0.0",
89
"packages/google-cloud-api-gateway": "1.7.3",
910
"packages/google-cloud-api-keys": "0.5.4",
1011
"packages/google-cloud-apigee-connect": "1.7.3",
@@ -42,6 +43,7 @@
4243
"packages/google-cloud-data-qna": "0.10.4",
4344
"packages/google-cloud-datacatalog": "3.16.0",
4445
"packages/google-cloud-datacatalog-lineage": "0.2.4",
46+
"packages/google-cloud-dataflow-client": "0.0.0",
4547
"packages/google-cloud-dataform": "0.5.3",
4648
"packages/google-cloud-datalabeling": "1.8.4",
4749
"packages/google-cloud-dataplex": "1.7.0",
@@ -61,9 +63,11 @@
6163
"packages/google-cloud-essential-contacts": "1.5.4",
6264
"packages/google-cloud-eventarc": "1.9.3",
6365
"packages/google-cloud-eventarc-publishing": "0.6.4",
66+
"packages/google-cloud-filestore": "0.0.0",
6467
"packages/google-cloud-functions": "1.13.3",
6568
"packages/google-cloud-gke-backup": "0.5.2",
6669
"packages/google-cloud-gke-connect-gateway": "0.8.4",
70+
"packages/google-cloud-gke-hub": "0.0.0",
6771
"packages/google-cloud-gke-multicloud": "0.6.3",
6872
"packages/google-cloud-gsuiteaddons": "0.3.3",
6973
"packages/google-cloud-iam": "2.12.2",
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copyright 2021 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
16+
deep-remove-regex:
17+
- /owl-bot-staging
18+
19+
deep-copy-regex:
20+
- source: /google/devtools/cloudbuild/(v.*)/.*-py
21+
dest: /owl-bot-staging/google-cloud-build/$1
22+
23+
begin-after-commit-hash: 0a3c7d272d697796db75857bac73905c68e498c3
24+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[run]
2+
branch = True
3+
4+
[report]
5+
show_missing = True
6+
omit =
7+
google/cloud/devtools/cloudbuild/__init__.py
8+
google/cloud/devtools/cloudbuild/gapic_version.py
9+
exclude_lines =
10+
# Re-enable the standard pragma
11+
pragma: NO COVER
12+
# Ignore debug-only repr
13+
def __repr__
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# -*- coding: utf-8 -*-
2+
#
3+
# Copyright 2023 Google LLC
4+
#
5+
# Licensed under the Apache License, Version 2.0 (the "License");
6+
# you may not use this file except in compliance with the License.
7+
# You may obtain a copy of the License at
8+
#
9+
# https://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
17+
# Generated by synthtool. DO NOT EDIT!
18+
[flake8]
19+
ignore = E203, E231, E266, E501, W503
20+
exclude =
21+
# Exclude generated code.
22+
**/proto/**
23+
**/gapic/**
24+
**/services/**
25+
**/types/**
26+
*_pb2.py
27+
28+
# Standard linting exemptions.
29+
**/.nox/**
30+
__pycache__,
31+
.git,
32+
*.pyc,
33+
conf.py
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
*.py[cod]
2+
*.sw[op]
3+
4+
# C extensions
5+
*.so
6+
7+
# Packages
8+
*.egg
9+
*.egg-info
10+
dist
11+
build
12+
eggs
13+
.eggs
14+
parts
15+
bin
16+
var
17+
sdist
18+
develop-eggs
19+
.installed.cfg
20+
lib
21+
lib64
22+
__pycache__
23+
24+
# Installer logs
25+
pip-log.txt
26+
27+
# Unit test / coverage reports
28+
.coverage
29+
.nox
30+
.cache
31+
.pytest_cache
32+
33+
34+
# Mac
35+
.DS_Store
36+
37+
# JetBrains
38+
.idea
39+
40+
# VS Code
41+
.vscode
42+
43+
# emacs
44+
*~
45+
46+
# Built documentation
47+
docs/_build
48+
bigquery/docs/generated
49+
docs.metadata
50+
51+
# Virtual environment
52+
env/
53+
54+
# Test logs
55+
coverage.xml
56+
*sponge_log.xml
57+
58+
# System test environment variables.
59+
system_tests/local_test_setup
60+
61+
# Make sure a generated file isn't accidentally committed.
62+
pylintrc
63+
pylintrc.test
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Copyright 2023 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
#
15+
# See https://pre-commit.com for more information
16+
# See https://pre-commit.com/hooks.html for more hooks
17+
repos:
18+
- repo: https://github.com/pre-commit/pre-commit-hooks
19+
rev: v4.0.1
20+
hooks:
21+
- id: trailing-whitespace
22+
- id: end-of-file-fixer
23+
- id: check-yaml
24+
- repo: https://github.com/psf/black
25+
rev: 23.7.0
26+
hooks:
27+
- id: black
28+
- repo: https://github.com/pycqa/flake8
29+
rev: 6.1.0
30+
hooks:
31+
- id: flake8
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "3.20.1"
3+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "cloudbuild",
3+
"name_pretty": "Cloud Build",
4+
"product_documentation": "https://cloud.google.com/cloud-build/docs/",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/cloudbuild/latest",
6+
"issue_tracker": "https://issuetracker.google.com/savedsearches/5226584",
7+
"release_level": "stable",
8+
"language": "python",
9+
"library_type": "GAPIC_AUTO",
10+
"repo": "googleapis/python-cloudbuild",
11+
"distribution_name": "google-cloud-build",
12+
"api_id": "cloudbuild.googleapis.com",
13+
"codeowner_team": "@googleapis/aap-dpes",
14+
"requires_billing": false,
15+
"default_version": "v1",
16+
"api_shortname": "cloudbuild",
17+
"api_description": "lets you build software quickly across all languages. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase."
18+
}

0 commit comments

Comments
 (0)