Skip to content

Commit 9e41e7d

Browse files
authored
Merge branch 'main' into google-cloud-node-core-migration
2 parents 19d965f + 33fe749 commit 9e41e7d

59 files changed

Lines changed: 3020 additions & 39 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
on:
2-
push:
3-
branches:
4-
- main
5-
paths:
6-
- 'handwritten/spanner/**'
7-
pull_request:
8-
paths:
9-
- 'handwritten/spanner/**'
10-
name: system-tests-against-emulator
11-
jobs:
12-
test:
13-
runs-on: ubuntu-latest
1+
# on:
2+
# push:
3+
# branches:
4+
# - main
5+
# paths:
6+
# - 'handwritten/spanner/**'
7+
# pull_request:
8+
# paths:
9+
# - 'handwritten/spanner/**'
10+
# name: system-tests-against-emulator
11+
# jobs:
12+
# test:
13+
# runs-on: ubuntu-latest
1414

15-
services:
16-
emulator:
17-
image: gcr.io/cloud-spanner-emulator/emulator:latest
18-
ports:
19-
- 9010:9010
20-
- 9020:9020
15+
# services:
16+
# emulator:
17+
# image: gcr.io/cloud-spanner-emulator/emulator:latest
18+
# ports:
19+
# - 9010:9010
20+
# - 9020:9020
2121

22-
steps:
23-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
24-
- uses: actions/setup-node@v5
25-
with:
26-
node-version: 22
27-
- run: node --version
28-
- run: npm install
29-
working-directory: handwritten/spanner
30-
- run: npm run system-test
31-
working-directory: handwritten/spanner
32-
env:
33-
SPANNER_EMULATOR_HOST: localhost:9010
34-
GCLOUD_PROJECT: emulator-test-project
22+
# steps:
23+
# - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
24+
# - uses: actions/setup-node@v5
25+
# with:
26+
# node-version: 22
27+
# - run: node --version
28+
# - run: npm install
29+
# working-directory: handwritten/spanner
30+
# - run: npm run system-test
31+
# working-directory: handwritten/spanner
32+
# env:
33+
# SPANNER_EMULATOR_HOST: localhost:9010
34+
# GCLOUD_PROJECT: emulator-test-project

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"core/paginator": "6.0.0",
33
"core/projectify": "5.0.0",
4+
"core/promisify": "5.0.0",
45
"handwritten/bigquery": "8.2.0",
56
"handwritten/bigquery-storage": "5.1.0",
67
"handwritten/cloud-profiler": "6.0.4",

core/promisify/.OwlBot.yaml

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

core/promisify/.compodocrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
tsconfig: ./tsconfig.json
3+
output: ./docs
4+
theme: material
5+
hideGenerator: true
6+
disablePrivate: true
7+
disableProtected: true
8+
disableInternal: true
9+
disableCoverage: true
10+
disableGraph: true

core/promisify/.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/

core/promisify/.eslintrc.json

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+
}

core/promisify/.gitattributes

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

core/promisify/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
node_modules
2+
build
3+
docs
4+
.nyc_output
5+
package-lock.json
6+
.vscode
7+
__pycache__
8+
.coverage

core/promisify/.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/promisify',
43+
theme: 'lumen',
44+
default: {
45+
"outputSourceFiles": false
46+
}
47+
},
48+
markdown: {
49+
idInHeadings: true
50+
}
51+
};

core/promisify/.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)