Skip to content

Commit 13d6110

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents 97de5fe + 2d927b8 commit 13d6110

213 files changed

Lines changed: 41544 additions & 5 deletions

File tree

Some content is hidden

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

.github/CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77

88
# The yoshi-nodejs team is the default owner for nodejs repositories.
99
* @googleapis/cloud-sdk-nodejs-team
10-
/handwritten/cloud-profiler @googleapis/jsteam
10+
/handwritten/bigquery @googleapis/api-bigquery
11+
/handwritten/cloud-profiler @googleapis/api-profiler
1112

.github/workflows/discovery.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
on:
2+
schedule:
3+
- cron: '0 12 * * TUE'
4+
workflow_dispatch:
5+
name: Update Discovery Generated Types
6+
jobs:
7+
sync:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
11+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
12+
with:
13+
node-version: 16
14+
# Install all deps, including dev dependencies.
15+
- run: npm install
16+
# Generate types
17+
- run: npm run types
18+
# Install samples deps
19+
- run: cd samples/ && npm install && cd ../
20+
# Fix formatting
21+
- run: npm run fix
22+
# Submit pull request
23+
- uses: googleapis/code-suggester@v5
24+
env:
25+
ACCESS_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
26+
with:
27+
command: pr
28+
upstream_owner: googleapis
29+
upstream_repo: nodejs-bigquery
30+
description: 'Automated pull-request to keep BigQuery Discovery types up-to-date.'
31+
title: 'chore: update types from Discovery'
32+
message: 'chore: update types from Discovery'
33+
branch: update-discovery-patch
34+
git_dir: '.'
35+
fork: true
36+
force: true

.release-please-manifest.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"handwritten/cloud-profiler": "6.1.0",
3-
"packages/gapic-node-processing": "0.2.0",
4-
"packages/google-ads-admanager": "0.6.0",
5-
"packages/google-ads-datamanager": "0.2.0",
2+
"handwritten/bigquery": "8.1.1",
3+
"handwritten/cloud-profiler": "6.0.3",
4+
"packages/gapic-node-processing": "0.1.6",
5+
"packages/google-ads-admanager": "0.5.0",
6+
"packages/google-ads-datamanager": "0.1.0",
67
"packages/google-ai-generativelanguage": "3.7.0",
78
"packages/google-analytics-admin": "9.1.0",
89
"packages/google-analytics-data": "5.3.0",

handwritten/bigquery/.OwlBot.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
begin-after-commit-hash: 397c0bfd367a2427104f988d5329bc117caafd95
17+

handwritten/bigquery/.eslintignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**/node_modules
2+
**/coverage
3+
test/fixtures
4+
build/
5+
docs/
6+
protos/
7+
samples/generated/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "./node_modules/gts"
3+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.ts text eol=lf
2+
*.js text eol=lf
3+
protos/* linguist-generated
4+
**/api-extractor.json linguist-language=JSON-with-Comments

handwritten/bigquery/.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
**/*.log
2+
**/node_modules
3+
.coverage
4+
.nyc_output
5+
docs/
6+
out/
7+
build/
8+
system-test/secrets.js
9+
system-test/*key.json
10+
*.lock
11+
.DS_Store
12+
__pycache__
13+
.vscode
14+
package-lock.json

handwritten/bigquery/.jsdoc.js

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
// Copyright 2019 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+
// https://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+
'use strict';
17+
18+
module.exports = {
19+
opts: {
20+
readme: './README.md',
21+
package: './package.json',
22+
template: './node_modules/jsdoc-fresh',
23+
recurse: true,
24+
verbose: true,
25+
destination: './docs/'
26+
},
27+
plugins: [
28+
'plugins/markdown',
29+
'jsdoc-region-tag'
30+
],
31+
source: {
32+
excludePattern: '(^|\\/|\\\\)[._]',
33+
include: [
34+
'build/src'
35+
],
36+
includePattern: '\\.js$'
37+
},
38+
templates: {
39+
copyright: 'Copyright 2019 Google, LLC.',
40+
includeDate: false,
41+
sourceFiles: false,
42+
systemName: '@google-cloud/bigquery',
43+
theme: 'lumen',
44+
default: {
45+
"outputSourceFiles": false
46+
}
47+
},
48+
markdown: {
49+
idInHeadings: true
50+
}
51+
};

handwritten/bigquery/.kokoro/.gitattributes

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)