Skip to content

Commit bf8bc89

Browse files
build: update to latest build and docs scripts (#316)
* fix: rename _toc to toc Source-Author: F. Hinkelmann <franziska.hinkelmann@gmail.com> Source-Date: Tue Jul 21 10:53:20 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 99c93fe09f8c1dca09dfc0301c8668e3a70dd796 Source-Link: googleapis/synthtool@99c93fe * fix: move gitattributes files to node templates Source-Author: F. Hinkelmann <franziska.hinkelmann@gmail.com> Source-Date: Thu Jul 23 01:45:04 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 3a00b7fea8c4c83eaff8eb207f530a2e3e8e1de3 Source-Link: googleapis/synthtool@3a00b7f * chore(node): fix kokoro build path for cloud-rad Source-Author: F. Hinkelmann <franziska.hinkelmann@gmail.com> Source-Date: Wed Jul 29 00:28:42 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 89d431fb2975fc4e0ed24995a6e6dfc8ff4c24fa Source-Link: googleapis/synthtool@89d431f * docs: add links to the CHANGELOG from the README.md for Java and Node Source-Author: Megan Potter <57276408+feywind@users.noreply.github.com> Source-Date: Thu Jul 30 13:21:57 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 5936421202fb53ed4641bcb824017dd393a3dbcc Source-Link: googleapis/synthtool@5936421 * build: --credential-file-override is no longer required @chingor13 has configured our runtime environment, such that we no longer need to explicitly provide a credentials file. How does this magic work, I didn't fully understand? Source-Author: Benjamin E. Coe <bencoe@google.com> Source-Date: Fri Aug 7 19:02:09 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 94421c47802f56a44c320257b2b4c190dc7d6b68 Source-Link: googleapis/synthtool@94421c4 * chore: update cloud rad kokoro build job Delete `SharePoint` item from TOC. Source-Author: F. Hinkelmann <franziska.hinkelmann@gmail.com> Source-Date: Tue Aug 11 11:25:41 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: bd0deaa1113b588d70449535ab9cbf0f2bd0e72f Source-Link: googleapis/synthtool@bd0deaa * build: perform publish using Node 12 Source-Author: Benjamin E. Coe <bencoe@google.com> Source-Date: Wed Aug 12 12:12:29 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 5747555f7620113d9a2078a48f4c047a99d31b3e Source-Link: googleapis/synthtool@5747555 * fix: move system and samples test from Node 10 to Node 12 Source-Author: sofisl <55454395+sofisl@users.noreply.github.com> Source-Date: Thu Aug 20 18:29:50 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 05de3e1e14a0b07eab8b474e669164dbd31f81fb Source-Link: googleapis/synthtool@05de3e1 * build: track flaky tests for "nightly", add new secrets for tagging Source-Author: Benjamin E. Coe <bencoe@google.com> Source-Date: Wed Aug 26 14:28:22 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 8cf6d2834ad14318e64429c3b94f6443ae83daf9 Source-Link: googleapis/synthtool@8cf6d28
1 parent 8d555ec commit bf8bc89

3 files changed

Lines changed: 72 additions & 2 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.ts text eol=lf
22
*.js text eol=lf
33
protos/* linguist-generated
4+
**/api-extractor.json linguist-language=JSON-with-Comments

core/packages/nodejs-proto-files/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
All of the Google API's protocol buffer files
1515

1616

17+
A comprehensive list of changes in each version may be found in
18+
[the CHANGELOG](https://github.com/googleapis/nodejs-proto-files/blob/master/CHANGELOG.md).
19+
1720
* [Google APIs Proto Files Node.js Client API Reference][client-docs]
1821

1922
* [github.com/googleapis/nodejs-proto-files](https://github.com/googleapis/nodejs-proto-files)

core/packages/nodejs-proto-files/synth.metadata

Lines changed: 68 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,81 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-proto-files.git",
7-
"sha": "ae4766589eaaf6567c5f62a15beec5f8de288305"
7+
"sha": "5ca49f709ef615f43a521674dd213be0487afd36"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "21f1470ecd01424dc91c70f1a7c798e4e87d1eec"
14+
"sha": "8cf6d2834ad14318e64429c3b94f6443ae83daf9"
1515
}
1616
}
17+
],
18+
"generatedFiles": [
19+
".eslintignore",
20+
".eslintrc.json",
21+
".gitattributes",
22+
".github/ISSUE_TEMPLATE/bug_report.md",
23+
".github/ISSUE_TEMPLATE/feature_request.md",
24+
".github/ISSUE_TEMPLATE/support_request.md",
25+
".github/PULL_REQUEST_TEMPLATE.md",
26+
".github/release-please.yml",
27+
".github/workflows/ci.yaml",
28+
".kokoro/.gitattributes",
29+
".kokoro/common.cfg",
30+
".kokoro/continuous/node10/common.cfg",
31+
".kokoro/continuous/node10/docs.cfg",
32+
".kokoro/continuous/node10/test.cfg",
33+
".kokoro/continuous/node12/common.cfg",
34+
".kokoro/continuous/node12/lint.cfg",
35+
".kokoro/continuous/node12/samples-test.cfg",
36+
".kokoro/continuous/node12/system-test.cfg",
37+
".kokoro/continuous/node12/test.cfg",
38+
".kokoro/docs.sh",
39+
".kokoro/lint.sh",
40+
".kokoro/populate-secrets.sh",
41+
".kokoro/presubmit/node10/common.cfg",
42+
".kokoro/presubmit/node12/common.cfg",
43+
".kokoro/presubmit/node12/samples-test.cfg",
44+
".kokoro/presubmit/node12/system-test.cfg",
45+
".kokoro/presubmit/node12/test.cfg",
46+
".kokoro/publish.sh",
47+
".kokoro/release/docs-devsite.cfg",
48+
".kokoro/release/docs-devsite.sh",
49+
".kokoro/release/docs.cfg",
50+
".kokoro/release/docs.sh",
51+
".kokoro/release/publish.cfg",
52+
".kokoro/samples-test.sh",
53+
".kokoro/system-test.sh",
54+
".kokoro/test.bat",
55+
".kokoro/test.sh",
56+
".kokoro/trampoline.sh",
57+
".mocharc.js",
58+
".nycrc",
59+
".prettierignore",
60+
".prettierrc.js",
61+
"0.39939249484826655.zip",
62+
"0.531789248567861.zip",
63+
"0.6254698851114611.zip",
64+
"0.9057795203271428.zip",
65+
"CODE_OF_CONDUCT.md",
66+
"LICENSE",
67+
"README.md",
68+
"api-extractor.json",
69+
"grafeas/v1/attestation.proto",
70+
"grafeas/v1/build.proto",
71+
"grafeas/v1/common.proto",
72+
"grafeas/v1/cvss.proto",
73+
"grafeas/v1/deployment.proto",
74+
"grafeas/v1/discovery.proto",
75+
"grafeas/v1/grafeas.proto",
76+
"grafeas/v1/image.proto",
77+
"grafeas/v1/package.proto",
78+
"grafeas/v1/provenance.proto",
79+
"grafeas/v1/upgrade.proto",
80+
"grafeas/v1/vulnerability.proto",
81+
"renovate.json",
82+
"samples/README.md"
1783
]
1884
}

0 commit comments

Comments
 (0)