Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 4de5ab7

Browse files
build: update docs and pubilsh scripts (#918)
* fix: rename _toc to toc Source-Author: F. Hinkelmann <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Source-Date: Wed Aug 12 12:12:29 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 5747555f7620113d9a2078a48f4c047a99d31b3e Source-Link: googleapis/synthtool@5747555
1 parent e27cde4 commit 4de5ab7

File tree

7 files changed

+66
-7
lines changed

7 files changed

+66
-7
lines changed

.gitattributes

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

.kokoro/populate-secrets.sh

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

.kokoro/release/docs-devsite.cfg

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

.kokoro/release/docs-devsite.sh

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/release/publish.cfg

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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
Stackdriver Debug Agent for Node.js
1515

1616

17+
A comprehensive list of changes in each version may be found in
18+
[the CHANGELOG](https://github.com/googleapis/cloud-debug-nodejs/blob/master/CHANGELOG.md).
19+
1720
* [Stackdriver Debugger Node.js Client API Reference][client-docs]
1821
* [Stackdriver Debugger Documentation][product-docs]
1922
* [github.com/googleapis/cloud-debug-nodejs](https://github.com/googleapis/cloud-debug-nodejs)

synth.metadata

Lines changed: 53 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,66 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/cloud-debug-nodejs.git",
7-
"sha": "c4472ecf27f8b22e8cdbfd3debe93bfaf1849ab2"
7+
"sha": "e27cde42676f35e20b43575bed0e116a9491bb05"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "21f1470ecd01424dc91c70f1a7c798e4e87d1eec"
14+
"sha": "5747555f7620113d9a2078a48f4c047a99d31b3e"
1515
}
1616
}
17+
],
18+
"generatedFiles": [
19+
".eslintrc.json",
20+
".gitattributes",
21+
".github/ISSUE_TEMPLATE/bug_report.md",
22+
".github/ISSUE_TEMPLATE/feature_request.md",
23+
".github/ISSUE_TEMPLATE/support_request.md",
24+
".github/PULL_REQUEST_TEMPLATE.md",
25+
".github/publish.yml",
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/lint.cfg",
33+
".kokoro/continuous/node10/samples-test.cfg",
34+
".kokoro/continuous/node10/system-test.cfg",
35+
".kokoro/continuous/node10/test.cfg",
36+
".kokoro/continuous/node12/common.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/node10/samples-test.cfg",
43+
".kokoro/presubmit/node10/system-test.cfg",
44+
".kokoro/presubmit/node12/common.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+
"CODE_OF_CONDUCT.md",
62+
"CONTRIBUTING.md",
63+
"LICENSE",
64+
"README.md",
65+
"api-extractor.json",
66+
"renovate.json",
67+
"samples/README.md"
1768
]
1869
}

0 commit comments

Comments
 (0)