Skip to content

Commit

Permalink
Merge remote-tracking branch 'migration/main' into nodejs-vpc-access-…
Browse files Browse the repository at this point in the history
…migration
  • Loading branch information
sofisl committed Nov 11, 2022
2 parents 5944688 + e7a5408 commit 49ba5fc
Show file tree
Hide file tree
Showing 43 changed files with 30,289 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/google-cloud-vpcaccess/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**/node_modules
**/coverage
test/fixtures
build/
docs/
protos/
samples/generated/
3 changes: 3 additions & 0 deletions packages/google-cloud-vpcaccess/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "./node_modules/gts"
}
4 changes: 4 additions & 0 deletions packages/google-cloud-vpcaccess/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.ts text eol=lf
*.js text eol=lf
protos/* linguist-generated
**/api-extractor.json linguist-language=JSON-with-Comments
22 changes: 22 additions & 0 deletions packages/google-cloud-vpcaccess/.github/.OwlBot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 2021 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
#
# 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-nodejs:latest

deep-remove-regex:
- /owl-bot-staging

deep-copy-regex:
- source: /google/cloud/vpcaccess/(.*)/.*-nodejs/(.*)
dest: /owl-bot-staging/$1/$2
14 changes: 14 additions & 0 deletions packages/google-cloud-vpcaccess/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
out/
build/
system-test/secrets.js
system-test/*key.json
*.lock
.DS_Store
package-lock.json
__pycache__
55 changes: 55 additions & 0 deletions packages/google-cloud-vpcaccess/.jsdoc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
// Copyright 2022 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
//
// https://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.
//
// ** This file is automatically generated by gapic-generator-typescript. **
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **

'use strict';

module.exports = {
opts: {
readme: './README.md',
package: './package.json',
template: './node_modules/jsdoc-fresh',
recurse: true,
verbose: true,
destination: './docs/'
},
plugins: [
'plugins/markdown',
'jsdoc-region-tag'
],
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
'build/src',
'protos'
],
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2022 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/vpc-access',
theme: 'lumen',
default: {
outputSourceFiles: false
}
},
markdown: {
idInHeadings: true
}
};
29 changes: 29 additions & 0 deletions packages/google-cloud-vpcaccess/.mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// 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
//
// 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.
const config = {
"enable-source-maps": true,
"throw-deprecation": true,
"timeout": 10000,
"recursive": true
}
if (process.env.MOCHA_THROW_DEPRECATION === 'false') {
delete config['throw-deprecation'];
}
if (process.env.MOCHA_REPORTER) {
config.reporter = process.env.MOCHA_REPORTER;
}
if (process.env.MOCHA_REPORTER_OUTPUT) {
config['reporter-option'] = `output=${process.env.MOCHA_REPORTER_OUTPUT}`;
}
module.exports = config
24 changes: 24 additions & 0 deletions packages/google-cloud-vpcaccess/.nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"report-dir": "./.coverage",
"reporter": ["text", "lcov"],
"exclude": [
"**/*-test",
"**/.coverage",
"**/apis",
"**/benchmark",
"**/conformance",
"**/docs",
"**/samples",
"**/scripts",
"**/protos",
"**/test",
"**/*.d.ts",
".jsdoc.js",
"**/.jsdoc.js",
"karma.conf.js",
"webpack-tests.config.js",
"webpack.config.js"
],
"exclude-after-remap": false,
"all": true
}
6 changes: 6 additions & 0 deletions packages/google-cloud-vpcaccess/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
**/node_modules
**/coverage
test/fixtures
build/
docs/
protos/
17 changes: 17 additions & 0 deletions packages/google-cloud-vpcaccess/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// 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
//
// https://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.

module.exports = {
...require('gts/.prettierrc.json')
}
16 changes: 16 additions & 0 deletions packages/google-cloud-vpcaccess/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "vpcaccess",
"name_pretty": "Virtual Private Cloud",
"product_documentation": "https://cloud.google.com/vpc/",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/vpc-access/latest",
"issue_tracker": "https://github.com/googleapis/nodejs-vpc-access/issues",
"release_level": "stable",
"language": "nodejs",
"repo": "googleapis/nodejs-vpc-access",
"distribution_name": "@google-cloud/vpc-access",
"api_id": "vpcaccess.googleapis.com",
"default_version": "v1",
"requires_billing": true,
"api_shortname": "vpcaccess",
"library_type": "GAPIC_AUTO"
}
110 changes: 110 additions & 0 deletions packages/google-cloud-vpcaccess/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
# Changelog

## [2.1.3](https://github.com/googleapis/nodejs-vpc-access/compare/v2.1.2...v2.1.3) (2022-11-11)


### Bug Fixes

* **deps:** Use google-gax v3.5.2 ([#110](https://github.com/googleapis/nodejs-vpc-access/issues/110)) ([020b641](https://github.com/googleapis/nodejs-vpc-access/commit/020b641f10c363a1baf208f307ddedd1bdde4a3c))
* Preserve default values in x-goog-request-params header ([#103](https://github.com/googleapis/nodejs-vpc-access/issues/103)) ([b590af7](https://github.com/googleapis/nodejs-vpc-access/commit/b590af70193ec98814005f8d5fa87ee1882c2941))
* Regenerated protos JS and TS definitions ([#113](https://github.com/googleapis/nodejs-vpc-access/issues/113)) ([61e2336](https://github.com/googleapis/nodejs-vpc-access/commit/61e233629539938ad3b9b285cd15cb8cba8450e5))

## [2.1.2](https://github.com/googleapis/nodejs-vpc-access/compare/v2.1.1...v2.1.2) (2022-09-01)


### Bug Fixes

* Allow passing gax instance to client constructor ([#98](https://github.com/googleapis/nodejs-vpc-access/issues/98)) ([fd0b3ca](https://github.com/googleapis/nodejs-vpc-access/commit/fd0b3cac56dbd4f6c9610f7e88826ccc9fefdcef))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-vpc-access/issues/1553)) ([#100](https://github.com/googleapis/nodejs-vpc-access/issues/100)) ([205d13d](https://github.com/googleapis/nodejs-vpc-access/commit/205d13dc20a616f6f54bd24086f8635ce5c6cf20))

## [2.1.1](https://github.com/googleapis/nodejs-vpc-access/compare/v2.1.0...v2.1.1) (2022-08-23)


### Bug Fixes

* better support for fallback mode ([#95](https://github.com/googleapis/nodejs-vpc-access/issues/95)) ([f888df6](https://github.com/googleapis/nodejs-vpc-access/commit/f888df68b5e77dc60ee6f09ee75f41a669727292))
* change import long to require ([#96](https://github.com/googleapis/nodejs-vpc-access/issues/96)) ([4f29ee0](https://github.com/googleapis/nodejs-vpc-access/commit/4f29ee04c1f3d878dfa28c30d58c5149b150daed))
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-vpc-access/issues/1546)) ([#99](https://github.com/googleapis/nodejs-vpc-access/issues/99)) ([6cf3872](https://github.com/googleapis/nodejs-vpc-access/commit/6cf3872aa4b17e53a90402a1d56288caece3616f))

## [2.1.0](https://github.com/googleapis/nodejs-vpc-access/compare/v2.0.0...v2.1.0) (2022-06-29)


### Features

* support regapic LRO ([#89](https://github.com/googleapis/nodejs-vpc-access/issues/89)) ([c42528e](https://github.com/googleapis/nodejs-vpc-access/commit/c42528ec15d5421ddd6a554c3b2ee46402299706))

## [2.0.0](https://github.com/googleapis/nodejs-vpc-access/compare/v1.1.2...v2.0.0) (2022-05-20)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#83)

### Build System

* update library to use Node 12 ([#83](https://github.com/googleapis/nodejs-vpc-access/issues/83)) ([4a4427b](https://github.com/googleapis/nodejs-vpc-access/commit/4a4427bc0f2f4d69a589bd951d1cc286666e4cab))

### [1.1.2](https://www.github.com/googleapis/nodejs-vpc-access/compare/v1.1.1...v1.1.2) (2021-09-09)


### Bug Fixes

* **build:** migrate to using main branch ([#37](https://www.github.com/googleapis/nodejs-vpc-access/issues/37)) ([57b3021](https://www.github.com/googleapis/nodejs-vpc-access/commit/57b302164d8c04f2547874b84cd0a4db1cccc3a8))

### [1.1.1](https://www.github.com/googleapis/nodejs-vpc-access/compare/v1.1.0...v1.1.1) (2021-08-25)


### Bug Fixes

* flag module as GA ([#34](https://www.github.com/googleapis/nodejs-vpc-access/issues/34)) ([1c41e41](https://www.github.com/googleapis/nodejs-vpc-access/commit/1c41e41f209f459be947622235b7062641a78d24))

## [1.1.0](https://www.github.com/googleapis/nodejs-vpc-access/compare/v1.0.5...v1.1.0) (2021-08-23)


### Features

* turns on self-signed JWT feature flag ([#31](https://www.github.com/googleapis/nodejs-vpc-access/issues/31)) ([677e848](https://www.github.com/googleapis/nodejs-vpc-access/commit/677e848bad87394fda9d78e7b893417e6d469504))

### [1.0.5](https://www.github.com/googleapis/nodejs-vpc-access/compare/v1.0.4...v1.0.5) (2021-08-17)


### Bug Fixes

* **deps:** google-gax v2.24.1 ([#29](https://www.github.com/googleapis/nodejs-vpc-access/issues/29)) ([670c82a](https://www.github.com/googleapis/nodejs-vpc-access/commit/670c82af3caf3adef7104dab62842ba46f110c85))

### [1.0.4](https://www.github.com/googleapis/nodejs-vpc-access/compare/v1.0.3...v1.0.4) (2021-07-16)


### Bug Fixes

* Updating WORKSPACE files to use the newest version of the Typescript generator. ([#21](https://www.github.com/googleapis/nodejs-vpc-access/issues/21)) ([ac91c39](https://www.github.com/googleapis/nodejs-vpc-access/commit/ac91c39fce0bdb52b0dcc1ab2909e4752f65fe0a))

### [1.0.3](https://www.github.com/googleapis/nodejs-vpc-access/compare/v1.0.2...v1.0.3) (2021-07-12)


### Bug Fixes

* **deps:** google-gax v2.17.1 ([#19](https://www.github.com/googleapis/nodejs-vpc-access/issues/19)) ([f6bcc3e](https://www.github.com/googleapis/nodejs-vpc-access/commit/f6bcc3e12b527cd2fd85bf5f0037dfa08167df64))

### [1.0.2](https://www.github.com/googleapis/nodejs-vpc-access/compare/v1.0.1...v1.0.2) (2021-07-02)


### Bug Fixes

* make request optional in all cases ([#10](https://www.github.com/googleapis/nodejs-vpc-access/issues/10)) ([d358404](https://www.github.com/googleapis/nodejs-vpc-access/commit/d358404f42c0cd9bd2f19600b5c55ce5f88776a4))

### [1.0.1](https://www.github.com/googleapis/nodejs-vpc-access/compare/v1.0.0...v1.0.1) (2021-06-29)


### Bug Fixes

* **deps:** google-gax v2.17.0 with mTLS ([#13](https://www.github.com/googleapis/nodejs-vpc-access/issues/13)) ([11a3703](https://www.github.com/googleapis/nodejs-vpc-access/commit/11a3703e8a567f86acc71b8e2f30f9bf713f96a1))

## 1.0.0 (2021-06-09)


### Features

* add initial files ([20fe448](https://www.github.com/googleapis/nodejs-vpc-access/commit/20fe4485ae02801c8ffa18fb74fc55a96b113d23))
* initial templates ([02887f8](https://www.github.com/googleapis/nodejs-vpc-access/commit/02887f88677be9894da15a24a4537b748472eea8))
* write initial tests and samples ([#2](https://www.github.com/googleapis/nodejs-vpc-access/issues/2)) ([089d8be](https://www.github.com/googleapis/nodejs-vpc-access/commit/089d8bedec5676a0a1cdd60052b87125494dba6d))
Loading

0 comments on commit 49ba5fc

Please sign in to comment.