Skip to content
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

migrate code from googleapis/nodejs-datacatalog #3689

Merged
merged 248 commits into from
Dec 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
248 commits
Select commit Hold shift + click to select a range
9ff313a
initial commit
jkwlui Mar 22, 2019
95b2dcd
gitignore __pycache__
jkwlui Mar 28, 2019
e20d0c1
repo setups
jkwlui Mar 28, 2019
516716b
gitignore package-lock.json
jkwlui Mar 28, 2019
eb1b5f0
add dependencies
jkwlui Mar 28, 2019
4b2b79b
regenerate use @google-cloud scope
jkwlui Mar 29, 2019
70fbda4
fix: package name should be @google-cloud/datacatalog (#2)
bcoe Jun 13, 2019
630687f
refactor!: remove create/delete methods for entries and entry groups …
yoshi-automation Jun 14, 2019
fecfad5
build: switch to GitHub magic proxy, for release-please (#6)
yoshi-automation Jun 19, 2019
6f5552d
docs: update title and url in repo metadata (#7)
busunkim96 Jun 20, 2019
7510809
feat!: first release of client library (#8)
bcoe Jun 20, 2019
1c35ceb
chore: release 1.0.0 (#9)
yoshi-automation Jun 20, 2019
07ceb8c
fix(docs): link to reference docs section on googleapis.dev (#10)
bcoe Jun 25, 2019
228065b
chore: release 1.0.1 (#11)
yoshi-automation Jun 26, 2019
642ed61
build: use config file for linkinator (#12)
JustinBeckwith Jun 28, 2019
f002020
docs: document GetPolicyOptions method
yoshi-automation Jul 9, 2019
f51ddea
chore(deps): update linters (#17)
renovate-bot Jul 26, 2019
ee04258
chore(deps): update dependency execa to v2 (#16)
renovate-bot Jul 26, 2019
c3d7f1c
docs: use the jsdoc-fresh theme (#18)
JustinBeckwith Jul 31, 2019
11162de
docs: document apiEndpoint over servicePath (#19)
JustinBeckwith Jul 31, 2019
032c7b9
fix: allow calls with no request, add JSON proto
yoshi-automation Aug 2, 2019
dbb11e3
chore: release 1.0.2 (#23)
yoshi-automation Aug 5, 2019
0e24917
docs: update jsdoc comments (#24)
yoshi-automation Aug 8, 2019
15907a4
fix: set proper version # for x-goog-api-client
yoshi-automation Aug 26, 2019
a47af92
docs: update function documentation
yoshi-automation Aug 27, 2019
b52856b
docs: update link to client docs (#28)
yoshi-automation Aug 28, 2019
53a5b2a
feat: load protos from JSON, grpc-fallback support
yoshi-automation Sep 3, 2019
bbf7e55
chore(deps): update dependency eslint-plugin-node to v10 (#31)
renovate-bot Sep 5, 2019
9bdcd41
update .nycrc ignore rules (#32)
bcoe Sep 6, 2019
8a833b8
chore: release 1.1.0 (#30)
yoshi-automation Sep 16, 2019
ca22fd1
feat: .d.ts for protos
yoshi-automation Sep 20, 2019
2aa09f6
chore: add protos/ to .eslintignore
alexander-fenster Sep 27, 2019
16946cb
feat: .d.ts for protos (#39)
yoshi-automation Sep 27, 2019
c1ce0d7
feat: introduces new proto annotations
yoshi-automation Oct 1, 2019
dda76a0
fix: use compatible version of google-gax
alexander-fenster Oct 2, 2019
5e8075d
chore: update pull request template
yoshi-automation Oct 7, 2019
954aa0a
chore: update CONTRIBUTING.md and make releaseType node (#46)
bcoe Oct 9, 2019
957715c
chore: release 1.2.0 (#37)
release-please[bot] Oct 12, 2019
5b0f568
chore(deps): update dependency execa to v3 (#47)
renovate-bot Oct 14, 2019
f487a76
feat: updated proto annotations
yoshi-automation Oct 18, 2019
1589a08
fix(deps): bump google-gax to 1.7.5 (#50)
JustinBeckwith Oct 22, 2019
570d7e5
chore: release 1.3.0 (#49)
release-please[bot] Oct 22, 2019
b5fc548
chore(deps): update dependency c8 to v6 (#52)
renovate-bot Oct 29, 2019
883a89f
fix(docs): snippets are now replaced in jsdoc comments (#54)
bcoe Nov 13, 2019
faeb116
docs: changes order of parameters
yoshi-automation Nov 13, 2019
e277afe
chore: update synth config to latest artman config path (#59)
tswast Nov 19, 2019
b7ac867
feat: new clients, convert to TypeScript (#61)
alexander-fenster Nov 20, 2019
46cec1e
chore: release 1.4.0 (#63)
release-please[bot] Nov 21, 2019
e92364e
fix(docs): adds jsdoc strings
yoshi-automation Nov 22, 2019
fbd912b
chore: changes in test and webpack.config.js
yoshi-automation Nov 23, 2019
e7caccc
fix(deps): pin TypeScript below 3.7.0
bcoe Dec 5, 2019
c5a425a
chore: release 1.4.1 (#66)
release-please[bot] Dec 5, 2019
c32122f
feat: make operationsClient and service stub public
yoshi-automation Dec 11, 2019
0d116f0
chore: release 1.5.0 (#70)
release-please[bot] Dec 11, 2019
cec6c81
docs: updated jsdoc comments for generated methods
yoshi-automation Dec 13, 2019
88eb49a
fix: fix auto-pagination field name
yoshi-automation Dec 16, 2019
1a98bc4
fix: increase timeout from 20s to 60s (#76)
yoshi-automation Dec 18, 2019
33c0d8d
fix: bring common resources back (#75)
alexander-fenster Dec 20, 2019
85a859f
chore(deps): update dependency execa to v4 (#77)
renovate-bot Dec 20, 2019
531d486
chore: release 1.5.1 (#73)
release-please[bot] Dec 20, 2019
f7f4d55
chore(deps): update dependency c8 to v7 (#81)
renovate-bot Dec 26, 2019
3f2e233
chore(deps): update dependency eslint-plugin-node to v11 (#82)
renovate-bot Dec 27, 2019
60475cd
refactor: use explicit mocha imports (#83)
JustinBeckwith Dec 30, 2019
16eb664
feat: add support for marking a tag template field as required when c…
yoshi-automation Jan 2, 2020
aab2575
chore: release 1.6.0 (#84)
release-please[bot] Jan 2, 2020
32d8c25
fix: better close() in client (#87)
yoshi-automation Jan 4, 2020
867c009
chore(deps): update dependency mocha to v7 (#89)
renovate-bot Jan 6, 2020
237390c
chore: release 1.6.1
release-please[bot] Jan 6, 2020
83f5744
fix(build): switch back to using autorelease for tagging (#91)
bcoe Jan 8, 2020
fa0700c
chore: release 1.6.2 (#92)
release-please[bot] Jan 8, 2020
651bec8
fix: proper routing headers
yoshi-automation Jan 9, 2020
2e58c79
chore: release 1.6.3 (#94)
release-please[bot] Jan 9, 2020
92b4a66
chore: clear synth.metadata
JustinBeckwith Jan 24, 2020
da69a1e
fix: resource name helpers fixed; enum, bytes, and Long types now acc…
yoshi-automation Jan 28, 2020
0c304f3
chore: updated proto files
yoshi-automation Jan 29, 2020
14f7071
chore(deps): update dependency @types/mocha to v7
renovate-bot Jan 30, 2020
c2129b1
chore: skip img.shields.io in docs test
JustinBeckwith Feb 1, 2020
bb0f490
test: modernize mocha config (#103)
JustinBeckwith Feb 1, 2020
ac28285
feat: UpdateEntryGroup, ListEntryGroup, ListEntries added (#110)
yoshi-automation Feb 7, 2020
b03beec
chore(deps): update dependency linkinator to v2
renovate-bot Feb 10, 2020
aef44ec
chore: release 1.7.0 (#111)
release-please[bot] Feb 10, 2020
94d7b41
build: add GitHub actions config for unit tests (#113)
bcoe Feb 12, 2020
8b278e4
feat: export protos in src/index.ts
xiaozhenliu-gg5 Feb 26, 2020
9d6d1d6
chore: update jsdoc.js (#121)
summer-ji-eng Feb 27, 2020
b0871c3
chore: update jsdoc with macro license (#124)
summer-ji-eng Feb 29, 2020
28efbe1
chore: update .jsdoc.js
yoshi-automation Feb 29, 2020
19dc7b7
feat: deferred client initialization (#127)
gcf-merge-on-green[bot] Mar 6, 2020
37918ab
build: update linkinator config (#128)
gcf-merge-on-green[bot] Mar 6, 2020
0dcf94c
build(tests): fix coveralls and enable build cop (#129)
bcoe Mar 6, 2020
e5a0555
chore: release 1.8.0 (#125)
release-please[bot] Mar 11, 2020
bd1c46b
docs: mention templates in contributing section of README (#131)
bcoe Mar 18, 2020
b8210d0
docs: document version support goals (#137)
bcoe Mar 24, 2020
31d2ba4
chore: regenerate the code (#136)
yoshi-automation Mar 25, 2020
bc0f62a
feat!: drop node8 support, support for async iterators (#140)
alexander-fenster Mar 31, 2020
31da137
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits …
bcoe Apr 1, 2020
016c85d
chore(deps): update dependency @types/sinon to v9 (#143)
renovate-bot Apr 1, 2020
91aa44e
chore: remove duplicate mocha config (#147)
JustinBeckwith Apr 5, 2020
9f50343
fix: export explicit version in protos.js (#146)
yoshi-automation Apr 7, 2020
1cad1f7
test: await assert.rejects (#148)
yoshi-automation Apr 8, 2020
589f9c4
chore(deps): update dependency gts to v2.0.0 (#149)
renovate-bot Apr 10, 2020
d1df6a7
fix: remove eslint, update gax, fix generated protos, run the generat…
alexander-fenster Apr 11, 2020
72851d1
build: remove unused codecov config (#151)
JustinBeckwith Apr 12, 2020
ce3b1f9
chore: update lint ignore files (#152)
JustinBeckwith Apr 13, 2020
156675a
chore: remove tslint.json (#153)
JustinBeckwith Apr 14, 2020
fd1461b
chore: remove unused dev packages (#154)
JustinBeckwith Apr 14, 2020
492cab6
chore: run fix instead of lint in synthfile (#156)
JustinBeckwith Apr 15, 2020
c7074c8
feat!: add v1 API surface (#145)
bcoe Apr 15, 2020
2c587a0
chore: release 2.0.0 (#141)
release-please[bot] Apr 15, 2020
eec6e40
feat: add order field to TagField and TagTemplateField (#157)
xiaozhenliu-gg5 Apr 21, 2020
f0d9b17
docs: update jsdoc annotations (#161)
yoshi-automation Apr 22, 2020
1f04dd3
chore: update npm scripts and synth.py (#162)
alexander-fenster Apr 24, 2020
cf36f50
fix: regenerate unit tests (#163)
alexander-fenster May 6, 2020
b0dd0b9
build: do not fail builds on codecov errors (#528) (#164)
yoshi-automation May 8, 2020
550e49d
refactor: enable gapicv2 for datacatalog/v1beta1 API (#166)
yoshi-automation May 27, 2020
3afcbdc
fix: synth.py clean up for multiple version (#167)
summer-ji-eng Jun 1, 2020
20dd026
build: update protos.js (#168)
yoshi-automation Jun 4, 2020
f1ed95e
feat: move ts target to es2018 from es2016 (#172)
yoshi-automation Jun 10, 2020
7c70208
chore(deps): update dependency mocha to v8 (#173)
renovate-bot Jun 11, 2020
296f23d
chore(nodejs_templates): add script logging to node_library populate-…
yoshi-automation Jun 11, 2020
f4286d9
fix: proper fallback option handling
yoshi-automation Jun 15, 2020
801db86
feat: promote library to GA (#177)
sofisl Jun 16, 2020
9d9e72c
chore: release 2.1.0 (#160)
release-please[bot] Jun 16, 2020
e5e3df0
chore: update node issue template (#178)
yoshi-automation Jun 18, 2020
6b4a2e2
build: add config .gitattributes (#179)
yoshi-automation Jun 28, 2020
ca3db5c
build: use bazel build (#180)
alexander-fenster Jul 6, 2020
64c2f43
fix: typeo in nodejs .gitattribute (#182)
yoshi-automation Jul 9, 2020
0442b6c
chore: release 2.1.1 (#183)
release-please[bot] Jul 10, 2020
1333749
chore(deps): update dependency @types/mocha to v8 (#184)
renovate-bot Jul 12, 2020
5fa577f
chore: update generated protos.js (#186)
yoshi-automation Jul 15, 2020
5c23dcd
build: missing closing paren in publish script (#187)
yoshi-automation Jul 15, 2020
c167afa
chore: add config files for cloud-rad for node.js, delete Node 8 temp…
yoshi-automation Jul 17, 2020
09d9e4f
chore: add dev dependencies for cloud-rad ref docs (#192)
fhinkel Jul 21, 2020
ae2c1d7
build: rename _toc to toc (#193)
yoshi-automation Jul 27, 2020
5095531
fix: move gitattributes files to node templates (#194)
yoshi-automation Jul 27, 2020
b4a1313
chore: release 2.1.2 (#195)
release-please[bot] Jul 27, 2020
6a98292
chore(node): fix kokoro build path for cloud-rad (#196)
yoshi-automation Jul 29, 2020
7ea2805
build: update protos (#197)
yoshi-automation Jul 31, 2020
200f78f
docs: add links to the CHANGELOG from the README.md for Java and Node…
yoshi-automation Jul 31, 2020
a9e5d32
build: --credential-file-override is no longer required (#200)
yoshi-automation Aug 11, 2020
b6d57d8
build: use gapic-generator-typescript v1.0.7. (#201)
yoshi-automation Aug 11, 2020
b52cd98
chore: update cloud rad kokoro build job (#202)
yoshi-automation Aug 14, 2020
850f3aa
build: perform publish using Node 12 (#203)
yoshi-automation Aug 15, 2020
b077d3a
chore: start tracking obsolete files (#204)
yoshi-automation Aug 19, 2020
e182d26
build: move system and samples test from Node 10 to Node 12 (#205)
yoshi-automation Aug 21, 2020
2ac480a
build: track flaky tests for "nightly", add new secrets for tagging (…
yoshi-automation Aug 27, 2020
1d7cb27
build(test): recursively find test files; fail on unsupported depende…
yoshi-automation Sep 12, 2020
b7daab4
chore: update bucket for cloud-rad (#210)
yoshi-automation Oct 1, 2020
8296ba4
build(node_library): migrate to Trampoline V2 (#211)
yoshi-automation Oct 5, 2020
f137189
build: only check --engine-strict for production deps (#213)
yoshi-automation Oct 16, 2020
a3c1102
build: update linkinator config (#214)
meredithslota Oct 21, 2020
f354fed
chore: clean up Node.js TOC for cloud-rad (#215)
yoshi-automation Nov 3, 2020
564e031
chore(docs): update code of conduct of synthtool and templates
yoshi-automation Nov 4, 2020
9ac0f7a
build(node): update testing matrix
yoshi-automation Nov 4, 2020
e3d7283
build(node): don't run prepare during smoke test
yoshi-automation Nov 4, 2020
85adb2d
build(node): cleanup production deps before installing dev/production
yoshi-automation Nov 4, 2020
9de845e
build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env
yoshi-automation Nov 4, 2020
f096118
fix: do not modify options object, use defaultScopes (#218)
alexander-fenster Nov 7, 2020
287f7a4
chore: release 2.1.3 (#219)
release-please[bot] Nov 16, 2020
3c290b1
docs(samples): adds samples and tests (#225)
steffnay Dec 2, 2020
0b0b16a
chore(deps): update dependency execa to v5 (#226)
renovate-bot Dec 3, 2020
0af61b9
feat(samples): add samples (#229)
yoshi-automation Feb 1, 2021
8c6b78d
docs: update flakybot naming
yoshi-automation Feb 4, 2021
f807874
build: update gapic-generator-typescript to v1.2.10. (#235)
yoshi-automation Mar 7, 2021
2427dc3
chore: release 2.2.0 (#232)
release-please[bot] Mar 8, 2021
91c40db
chore(deps): update dependency sinon to v10 (#236)
renovate-bot Mar 23, 2021
1d4c55f
build: add missing compile-protos (#238)
bcoe Apr 7, 2021
e5ca089
chore(deps): update dependency @types/sinon to v10 (#241)
renovate-bot Apr 14, 2021
4e82a45
chore: regenerate common templates (#243)
yoshi-automation Apr 20, 2021
470ebd9
feat: new RenameTagTemplateFieldEnumValue API (#244)
yoshi-automation Apr 27, 2021
ecab890
chore: release 2.3.0 (#245)
release-please[bot] Apr 28, 2021
d001d99
build: add generated-files bot config (#247)
yoshi-automation Apr 29, 2021
f7043f7
changes without context (#248)
yoshi-automation Apr 29, 2021
679c5bb
fix(deps): require google-gax v2.12.0 (#249)
alexander-fenster May 7, 2021
ad5ca9d
chore: release 2.3.1 (#250)
release-please[bot] May 13, 2021
120e62a
chore: migrate to owl bot (#255)
SurferJeffAtGoogle May 27, 2021
fb4501f
chore(deps): update dependency sinon to v11 (#256)
renovate-bot May 29, 2021
ef23af5
chore(deps): update dependency @types/node to v14 (#254)
renovate-bot Jun 3, 2021
be61ff4
chore(deps): update dependency protobuf to v3.17.2 (#1106) (#258)
gcf-owl-bot[bot] Jun 3, 2021
f95c445
chore(nodejs): remove api-extractor dependencies (#263)
fhinkel Jun 10, 2021
7842f27
fix: make request optional in all cases (#265)
gcf-owl-bot[bot] Jun 23, 2021
0e7fc50
chore: release 2.3.2 (#266)
release-please[bot] Jun 24, 2021
db80205
fix(deps): google-gax v2.17.0 with mTLS (#269)
bcoe Jun 30, 2021
261dc39
chore: release 2.3.3 (#271)
release-please[bot] Jun 30, 2021
4e17490
fix(deps): google-gax v2.17.1 (#272)
bcoe Jul 12, 2021
cfe2fda
fix: Updating WORKSPACE files to use the newest version of the Typesc…
gcf-owl-bot[bot] Jul 16, 2021
610d08c
chore: release 2.3.4 (#273)
release-please[bot] Jul 21, 2021
ba649f8
chore(nodejs): update client ref docs link in metadata (#280)
fhinkel Aug 4, 2021
fb312c1
feat: Added support for BigQuery connections entries feat: Added supp…
gcf-owl-bot[bot] Aug 5, 2021
9c5e97f
chore: release 2.4.0 (#282)
release-please[bot] Aug 5, 2021
98aab47
fix(build): migrate to using main branch (#285)
sofisl Aug 14, 2021
0e74cea
chore: release 2.4.1 (#286)
release-please[bot] Aug 14, 2021
c23a77f
fix(deps): google-gax v2.24.1 (#291)
bcoe Aug 17, 2021
f35ad70
chore: release 2.4.2 (#292)
release-please[bot] Aug 17, 2021
ca36e00
build: change links to make them absolute (#293)
gcf-owl-bot[bot] Aug 19, 2021
cf37e35
feat: turns on self-signed JWT feature flag (#294)
gcf-owl-bot[bot] Aug 23, 2021
19ac4a6
chore: release 2.5.0 (#295)
release-please[bot] Aug 23, 2021
dcb18b6
chore: relocate owl bot post processor (#302)
SurferJeffAtGoogle Sep 21, 2021
2c1363c
build(node): update deps used during postprocessing (#1243) (#307)
gcf-owl-bot[bot] Oct 14, 2021
6ddc417
chore(cloud-rad): delete api-extractor config (#308)
fhinkel Oct 21, 2021
8dd5cbc
chore(deps): update dependency @types/node to v16 (#309)
renovate-bot Oct 26, 2021
5ed6e02
chore(deps): update dependency sinon to v12 (#310)
renovate-bot Nov 4, 2021
11afb1b
docs: Improved formatting (#313)
gcf-owl-bot[bot] Nov 10, 2021
b53873e
build: add generated samples to .eslintignore (#315)
gcf-owl-bot[bot] Dec 9, 2021
8418e00
docs(node): support "stable"/"preview" release level (#1312) (#318)
gcf-owl-bot[bot] Dec 29, 2021
cc331c4
docs(badges): tweak badge to use new preview/stable language (#1314) …
gcf-owl-bot[bot] Dec 30, 2021
a49246b
chore: add api_shortname and library_type to repo metadata (#317)
parthea Dec 30, 2021
848378c
test(nodejs): remove 15 add 16 (#1322) (#321)
gcf-owl-bot[bot] Jan 11, 2022
b918804
chore: update v2.12.0 gapic-generator-typescript (#325)
gcf-owl-bot[bot] Jan 26, 2022
49fd108
docs(nodejs): version support policy edits (#1346) (#327)
gcf-owl-bot[bot] Feb 3, 2022
b7feeec
feat: Add methods and messages related to starring feature feat: Add …
gcf-owl-bot[bot] Feb 8, 2022
3b27b3f
chore(main): release 2.6.0 (#329)
release-please[bot] Feb 17, 2022
eabbf80
docs(samples): include metadata file, add exclusions for samples to h…
gcf-owl-bot[bot] Feb 18, 2022
244b17e
chore: update v2.14.2 gapic-generator-typescript (#344)
gcf-owl-bot[bot] Mar 16, 2022
64b80d8
fix(deps): roll back dependency @google-cloud/datacatalog to ^2.5.0 (…
renovate-bot Mar 18, 2022
ce4caef
chore(deps): update dependency sinon to v13 (#334)
renovate-bot Mar 24, 2022
6cc7db6
feat: AuditConfig for IAM v1 (#349)
gcf-owl-bot[bot] Apr 5, 2022
ff1fd55
docs: update taxonomy display_name comment (#353)
gcf-owl-bot[bot] Apr 11, 2022
ecb0186
build(node): update client library version in samples metadata (#1356…
gcf-owl-bot[bot] Apr 21, 2022
509e81d
chore(deps): update dependency @types/mocha to v9 (#357)
renovate-bot May 3, 2022
edcd62a
chore(deps): update dependency sinon to v14 (#360)
renovate-bot May 9, 2022
5d2f394
build!: update library to use Node 12 (#362)
alexander-fenster May 17, 2022
1d1e447
fix(deps): update dependency @google-cloud/bigquery to v6 (#365)
renovate-bot Jun 9, 2022
760c708
chore(deps): update dependency jsdoc-fresh to v2 (#368)
renovate-bot Jun 9, 2022
db549af
chore(deps): update dependency jsdoc-region-tag to v2 (#369)
renovate-bot Jun 10, 2022
2aa17f1
chore(main): release 3.0.0 (#363)
release-please[bot] Jun 20, 2022
2ad8db4
feat: support regapic LRO
gcf-owl-bot[bot] Jul 5, 2022
03bf145
chore(main): release 3.1.0 (#371)
release-please[bot] Jul 5, 2022
699a7c4
chore(deps): update dependency linkinator to v4 (#372)
renovate-bot Jul 8, 2022
b266f1c
fix: change datacatalog resource name config (#373)
gcf-owl-bot[bot] Aug 2, 2022
4c065c4
chore: remove unused proto imports (#376)
gcf-owl-bot[bot] Aug 19, 2022
30db43c
fix: better support for fallback mode (#377)
gcf-owl-bot[bot] Aug 23, 2022
3ac13da
fix: change import long to require (#378)
gcf-owl-bot[bot] Aug 23, 2022
e50c485
fix: do not import the whole google-gax from proto JS (#1553) (#380)
gcf-owl-bot[bot] Aug 27, 2022
0e41307
fix: allow passing gax instance to client constructor (#381)
gcf-owl-bot[bot] Sep 1, 2022
c73378f
fix(deps): update dependency uuid to v9 (#382)
renovate-bot Sep 9, 2022
f7c8c00
fix: preserve default values in x-goog-request-params header (#384)
gcf-owl-bot[bot] Sep 14, 2022
0a129d6
build: use fully qualified request type name in tests (#387)
gcf-owl-bot[bot] Sep 22, 2022
0246654
fix(deps): use google-gax v3.5.2 (#391)
alexander-fenster Nov 4, 2022
c0df22b
chore(deps): update dependency @types/node to v18 (#389)
renovate-bot Nov 10, 2022
dce56c3
chore(deps): update dependency jsdoc to v4 (#393)
renovate-bot Nov 10, 2022
d5cd2b9
fix: regenerated protos JS and TS definitions (#394)
gcf-owl-bot[bot] Nov 11, 2022
93cc693
chore: cleanup; annotations updates; adding missing imports (#395)
gcf-owl-bot[bot] Nov 30, 2022
6b1f071
chore(main): release 3.1.1 (#374)
release-please[bot] Nov 30, 2022
fe3fea9
Merge remote-tracking branch 'migration/main' into nodejs-datacatalog…
sofisl Nov 30, 2022
6c4db03
build: add release-please config, fix owlbot-config
sofisl Nov 30, 2022
bcf22f1
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 30, 2022
f5ed5c1
samples: add project Id var
sofisl Nov 30, 2022
c463b4e
Merge branch 'main' into nodejs-datacatalog-migration
sofisl Dec 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"packages/google-analytics-admin": "4.3.0",
"packages/google-analytics-data": "3.1.1",
"packages/google-api-apikeys": "0.1.3",
"packages/google-area120-tables": "2.1.2",
"packages/google-api-servicecontrol": "2.0.3",
"packages/google-api-servicemanagement": "1.1.3",
"packages/google-api-serviceusage": "2.1.2",
"packages/google-appengine": "2.1.2",
"packages/google-area120-tables": "2.1.2",
"packages/google-cloud-accessapproval": "2.1.2",
"packages/google-cloud-apigateway": "2.1.2",
"packages/google-cloud-apigeeconnect": "2.1.3",
Expand Down Expand Up @@ -36,6 +36,7 @@
"packages/google-cloud-compute": "3.6.0",
"packages/google-cloud-contactcenterinsights": "2.1.2",
"packages/google-cloud-contentwarehouse": "0.1.2",
"packages/google-cloud-datacatalog": "3.1.1",
"packages/google-cloud-datafusion": "2.1.2",
"packages/google-cloud-datalabeling": "3.1.1",
"packages/google-cloud-dataplex": "2.2.2",
Expand Down Expand Up @@ -94,8 +95,8 @@
"packages/google-cloud-securitycenter": "7.0.0",
"packages/google-cloud-servicedirectory": "4.0.4",
"packages/google-cloud-shell": "2.0.4",
"packages/google-cloud-tasks": "3.0.5",
"packages/google-cloud-talent": "5.0.1",
"packages/google-cloud-tasks": "3.0.5",
"packages/google-cloud-texttospeech": "4.0.4",
"packages/google-cloud-tpu": "2.2.0",
"packages/google-cloud-translate": "7.0.4",
Expand Down
24 changes: 24 additions & 0 deletions packages/google-cloud-datacatalog/.OwlBot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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.


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

deep-copy-regex:
- source: /google/cloud/datacatalog/(v.*)/.*-nodejs
dest: /owl-bot-staging/google-cloud-datacatalog/$1

begin-after-commit-hash: eebcfa346c9963da765cd71722c40e04dc3621dd

7 changes: 7 additions & 0 deletions packages/google-cloud-datacatalog/.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-datacatalog/.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-datacatalog/.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
14 changes: 14 additions & 0 deletions packages/google-cloud-datacatalog/.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-datacatalog/.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/datacatalog',
theme: 'lumen',
default: {
outputSourceFiles: false
}
},
markdown: {
idInHeadings: true
}
};
29 changes: 29 additions & 0 deletions packages/google-cloud-datacatalog/.mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// 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
//
// 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
5 changes: 5 additions & 0 deletions packages/google-cloud-datacatalog/.mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"enable-source-maps": true,
"throw-deprecation": true,
"timeout": 10000
}
24 changes: 24 additions & 0 deletions packages/google-cloud-datacatalog/.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-datacatalog/.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-datacatalog/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// 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.

module.exports = {
...require('gts/.prettierrc.json')
}
16 changes: 16 additions & 0 deletions packages/google-cloud-datacatalog/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"default_version": "v1",
"release_level": "stable",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/datacatalog/latest",
"name": "datacatalog",
"product_documentation": "https://cloud.google.com/data-catalog/",
"distribution_name": "@google-cloud/datacatalog",
"language": "nodejs",
"api_id": "datacatalog.googleapis.com",
"repo": "googleapis/google-cloud-node",
"name_pretty": "Data Catalog",
"issue_tracker": "",
"requires_billing": true,
"api_shortname": "datacatalog",
"library_type": "GAPIC_AUTO"
}
Loading