-
Notifications
You must be signed in to change notification settings - Fork 671
migrate code from googleapis/nodejs-projectify #7511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
04638a1
3158094
6e4af9e
5072b8c
8fbcfd9
95f3a57
5dd37d9
4f0270e
e149b3d
7c2e1fa
d027c0e
925eaf4
b287b3a
2a89b5d
8659581
f517139
b02d365
60ed48c
77249ac
a7d5652
2c9507d
5c94761
ea7b5bc
1621c8e
6896bc3
355a4d7
bac7e6b
2a94d23
d0a80b4
f27a9e1
7786678
764ff4d
7f9b57e
18d3bef
a76e74e
86683ad
ebfdc46
c64e3ac
b9cc622
42c9371
c75aea3
156b983
f77fa6b
15f9b74
15f269d
22c2747
2fa5da3
c0541b1
93f30d4
bb7c867
0f9156c
8918585
e964204
33e4c52
3588407
8e37f34
b3ba972
33d6dbf
6421c88
9d12f02
03a511a
e5d253b
2f45b7d
cd5d6b7
93d5a98
10c3ecb
9251ba9
0139ec7
5796ea2
9e684f4
7935ed4
0b499d0
0c2fc6c
6906ff5
55c9ef1
2026b76
fa57a01
067d423
25eea6b
f711459
93a80e1
e79ef06
b0e32f6
6a4b479
c6a7e7b
ddd28ad
41f7b8a
7d811f7
4325c35
6ec6f4e
711fbdb
f01933f
9964733
b0627f2
6c8cbde
bd81a8d
3deaba9
439c10d
4f1506f
60e17e7
1782c58
7975bf4
94cb8bc
f21df72
c7748fb
e8fe946
d7c9cd7
e00d398
be1da27
693937a
14f8f94
c9d772f
d9427e2
4fed632
adaae94
20c4bdb
a7fb6f9
a14e10a
e7a7c3d
089aed1
734518a
fa1bbf2
f50c8ca
3a41e26
ecfc3c8
dc6a6bc
690dabb
f101674
36ba063
3c70617
e291889
2e46879
621a5b6
460ae54
b076eaa
644c3d1
8300a87
bd02875
29bfe4b
f372355
b2521ea
926e717
25e36a4
009d1c3
b6b2af7
3d4ba17
f81cb0a
a8842ae
299e6be
8ff0e78
dc0a22a
79a5115
acab531
aeb2d75
bce2020
b93835a
e40574e
be2e849
f25fd28
9152f2c
9c4d5c7
79d7245
c46e3ff
12e966a
2953c11
8336f8c
c51e135
0ca0b50
6d36028
3c51a13
1989e1c
ff6d484
1acc530
31ef8c4
a361eb0
a91a1f7
7582fa4
440c020
c0fd27c
328477e
5bb3a1a
13a06b5
3e4beb2
3608062
109b1ff
2cf7b66
feb4fbe
0cacc9c
d51a77e
d587d66
cd8ef80
8a98d54
3bd520a
af0310b
1b69f16
47262d8
bc4c292
6c6deeb
bb71fa5
0fdde70
b05a336
fd083cb
e397c85
8ab0dd7
8425b83
145d91c
ed65ddd
d3b8a49
ae4c08d
bf0722b
1ca4b5e
8d8a5df
34a04d1
f60c416
b3a5a28
028aac4
8a2577f
e9fbc36
e50ddc3
831c8b2
62ce85b
6793653
587f2e5
d8bf6d8
8ad502d
5fdd327
0cb134f
ab0e2f5
3770be0
4101b1f
ea398d5
aba5586
a4137ff
e68a28c
967c704
d16a061
9e47af7
0930a47
8efbf5d
650269b
6e50882
64f0813
ace6352
a7cf861
3389c8b
44b0b52
23c6068
6e13a73
2464d98
11a7143
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # 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. | ||
|
|
||
|
|
||
| begin-after-commit-hash: 397c0bfd367a2427104f988d5329bc117caafd95 | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| tsconfig: ./tsconfig.json | ||
| output: ./docs | ||
| theme: material | ||
| hideGenerator: true | ||
| disablePrivate: true | ||
| disableProtected: true | ||
| disableInternal: true | ||
| disableCoverage: true | ||
| disableGraph: true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| **/node_modules | ||
| **/coverage | ||
| test/fixtures | ||
| build/ | ||
| docs/ | ||
| protos/ | ||
| samples/generated/ | ||
| system-test/**/fixtures |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "extends": "./node_modules/gts" | ||
| } |
| 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 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| node_modules | ||
| .nyc_output | ||
| build | ||
| package-lock.json | ||
| docs | ||
| .vscode | ||
| .coverage | ||
| __pycache__ |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| // Copyright 2019 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. | ||
| // | ||
|
|
||
| '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' | ||
| ], | ||
| includePattern: '\\.js$' | ||
| }, | ||
| templates: { | ||
| copyright: 'Copyright 2019 Google, LLC.', | ||
| includeDate: false, | ||
| sourceFiles: false, | ||
| systemName: '@google-cloud/projectify', | ||
| theme: 'lumen', | ||
| default: { | ||
| "outputSourceFiles": false | ||
| } | ||
| }, | ||
| markdown: { | ||
| idInHeadings: true | ||
| } | ||
| }; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.