From a04ce55032701d09ec3f09161b6b23eb5f6957e9 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 29 Sep 2021 22:43:20 +0000 Subject: [PATCH 1/3] build(node): run linkinator against index.html (#1227) Source-Link: https://github.com/googleapis/synthtool/commit/d4236bbde1651ebc03757ca1e5357bef2af4c274 Post-Processor: gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:c0ad7c54b9210f1d10678955bc37b377e538e15cb07ecc3bac93cc7219ec2bc5 --- .github/.OwlBot.lock.yaml | 2 +- .github/workflows/ci.yaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 73bbf7d..d0ca942 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: image: gcr.io/repo-automation-bots/owlbot-nodejs:latest - digest: sha256:111973c0da7608bf1e60d070e5449d48826c385a6b92a56cb9203f1725d33c3d + digest: sha256:c0ad7c54b9210f1d10678955bc37b377e538e15cb07ecc3bac93cc7219ec2bc5 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 36dbfb2..dd39705 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,4 +54,7 @@ jobs: with: node-version: 14 - run: npm install - - run: npm run docs-test + - run: npm run docs + - uses: JustinBeckwith/linkinator-action@v1 + with: + paths: docs/ From 3355c38be855e3ab89d81372f2d2bb266604af35 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 19 Oct 2021 02:30:59 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- protos/protos.d.ts | 3 +-- protos/protos.js | 7 ------- protos/protos.json | 15 +-------------- 3 files changed, 2 insertions(+), 23 deletions(-) diff --git a/protos/protos.d.ts b/protos/protos.d.ts index 430ad70..4141aa0 100644 --- a/protos/protos.d.ts +++ b/protos/protos.d.ts @@ -4298,8 +4298,7 @@ export namespace google { OUTPUT_ONLY = 3, INPUT_ONLY = 4, IMMUTABLE = 5, - UNORDERED_LIST = 6, - NON_EMPTY_DEFAULT = 7 + UNORDERED_LIST = 6 } /** Properties of a ResourceDescriptor. */ diff --git a/protos/protos.js b/protos/protos.js index cf2bbb2..8ba7a17 100644 --- a/protos/protos.js +++ b/protos/protos.js @@ -10139,7 +10139,6 @@ * @property {number} INPUT_ONLY=4 INPUT_ONLY value * @property {number} IMMUTABLE=5 IMMUTABLE value * @property {number} UNORDERED_LIST=6 UNORDERED_LIST value - * @property {number} NON_EMPTY_DEFAULT=7 NON_EMPTY_DEFAULT value */ api.FieldBehavior = (function() { var valuesById = {}, values = Object.create(valuesById); @@ -10150,7 +10149,6 @@ values[valuesById[4] = "INPUT_ONLY"] = 4; values[valuesById[5] = "IMMUTABLE"] = 5; values[valuesById[6] = "UNORDERED_LIST"] = 6; - values[valuesById[7] = "NON_EMPTY_DEFAULT"] = 7; return values; })(); @@ -17223,7 +17221,6 @@ case 4: case 5: case 6: - case 7: break; } } @@ -17328,10 +17325,6 @@ case 6: message[".google.api.fieldBehavior"][i] = 6; break; - case "NON_EMPTY_DEFAULT": - case 7: - message[".google.api.fieldBehavior"][i] = 7; - break; } } if (object[".google.api.resourceReference"] != null) { diff --git a/protos/protos.json b/protos/protos.json index 8aa7f68..f2fc409 100644 --- a/protos/protos.json +++ b/protos/protos.json @@ -1300,8 +1300,7 @@ "OUTPUT_ONLY": 3, "INPUT_ONLY": 4, "IMMUTABLE": 5, - "UNORDERED_LIST": 6, - "NON_EMPTY_DEFAULT": 7 + "UNORDERED_LIST": 6 } }, "resourceReference": { @@ -2047,18 +2046,6 @@ ] ], "reserved": [ - [ - 4, - 4 - ], - [ - 5, - 5 - ], - [ - 6, - 6 - ], [ 8, 8 From ef7eccb0ede72c284a72a6f01a196f37e76faaa7 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 19 Oct 2021 02:31:07 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- protos/protos.d.ts | 3 +-- protos/protos.js | 7 ------- protos/protos.json | 15 +-------------- 3 files changed, 2 insertions(+), 23 deletions(-) diff --git a/protos/protos.d.ts b/protos/protos.d.ts index 430ad70..4141aa0 100644 --- a/protos/protos.d.ts +++ b/protos/protos.d.ts @@ -4298,8 +4298,7 @@ export namespace google { OUTPUT_ONLY = 3, INPUT_ONLY = 4, IMMUTABLE = 5, - UNORDERED_LIST = 6, - NON_EMPTY_DEFAULT = 7 + UNORDERED_LIST = 6 } /** Properties of a ResourceDescriptor. */ diff --git a/protos/protos.js b/protos/protos.js index cf2bbb2..8ba7a17 100644 --- a/protos/protos.js +++ b/protos/protos.js @@ -10139,7 +10139,6 @@ * @property {number} INPUT_ONLY=4 INPUT_ONLY value * @property {number} IMMUTABLE=5 IMMUTABLE value * @property {number} UNORDERED_LIST=6 UNORDERED_LIST value - * @property {number} NON_EMPTY_DEFAULT=7 NON_EMPTY_DEFAULT value */ api.FieldBehavior = (function() { var valuesById = {}, values = Object.create(valuesById); @@ -10150,7 +10149,6 @@ values[valuesById[4] = "INPUT_ONLY"] = 4; values[valuesById[5] = "IMMUTABLE"] = 5; values[valuesById[6] = "UNORDERED_LIST"] = 6; - values[valuesById[7] = "NON_EMPTY_DEFAULT"] = 7; return values; })(); @@ -17223,7 +17221,6 @@ case 4: case 5: case 6: - case 7: break; } } @@ -17328,10 +17325,6 @@ case 6: message[".google.api.fieldBehavior"][i] = 6; break; - case "NON_EMPTY_DEFAULT": - case 7: - message[".google.api.fieldBehavior"][i] = 7; - break; } } if (object[".google.api.resourceReference"] != null) { diff --git a/protos/protos.json b/protos/protos.json index 8aa7f68..f2fc409 100644 --- a/protos/protos.json +++ b/protos/protos.json @@ -1300,8 +1300,7 @@ "OUTPUT_ONLY": 3, "INPUT_ONLY": 4, "IMMUTABLE": 5, - "UNORDERED_LIST": 6, - "NON_EMPTY_DEFAULT": 7 + "UNORDERED_LIST": 6 } }, "resourceReference": { @@ -2047,18 +2046,6 @@ ] ], "reserved": [ - [ - 4, - 4 - ], - [ - 5, - 5 - ], - [ - 6, - 6 - ], [ 8, 8