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-dns #4657

Merged
merged 398 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
398 commits
Select commit Hold shift + click to select a range
fa12e66
chore: update CircleCI config (#158)
JustinBeckwith Nov 1, 2018
ce3c142
docs(samples): Update samples to use async/await (#159)
muraliQlogic Nov 5, 2018
e181810
chore(deps): update dependency @types/is to v0.0.21 (#162)
renovate[bot] Nov 8, 2018
e205a79
refactor: reduce the number of deps (#161)
JustinBeckwith Nov 8, 2018
610eca7
chore: drop contributors from multiple places (#164)
JustinBeckwith Nov 9, 2018
123d04e
refactor: remove dependency on extend (#163)
JustinBeckwith Nov 10, 2018
20c7d60
chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 …
renovate[bot] Nov 10, 2018
e2b1805
refactor(samples): convert samples test from ava to mocha (#154)
nareshqlogic Nov 12, 2018
7033853
chore: update eslintignore config (#168)
JustinBeckwith Nov 12, 2018
83982a0
chore(deps): update dependency gts to ^0.9.0 (#169)
renovate[bot] Nov 13, 2018
76feab2
fix: fix typescript build (#171)
JustinBeckwith Nov 16, 2018
2a51c2c
Release v0.9.0 (#172)
JustinBeckwith Nov 16, 2018
c5f7806
chore: add synth.metadata
yoshi-automation Nov 19, 2018
5003694
fix(deps): update dependency @google-cloud/common to ^0.27.0 (#176)
renovate[bot] Nov 27, 2018
be468f2
fix(build): fix system key decryption (#178)
jkwlui Dec 2, 2018
813412b
chore(deps): update dependency typescript to ~3.2.0 (#177)
renovate[bot] Dec 2, 2018
2b31244
docs: update readme badges (#180)
JustinBeckwith Dec 3, 2018
eb3155c
chore: update license file (#182)
JustinBeckwith Dec 4, 2018
1d8dba6
chore: nyc ignore build/test by default (#184)
JustinBeckwith Dec 5, 2018
c285f8e
fix(docs): place doc comment above the last overload (#187)
jkwlui Dec 8, 2018
6e3022b
build: add Kokoro configs for autorelease (#190)
jkwlui Dec 10, 2018
280d2d6
chore: update nyc and eslint configs (#194)
JustinBeckwith Dec 11, 2018
f8176d0
Release v0.9.1 (#188)
jkwlui Dec 11, 2018
c458bb2
fix(deps): update dependency @google-cloud/common to ^0.28.0 (#197)
renovate[bot] Dec 14, 2018
6e3d5ef
refactor: modernize the sample tests (#199)
JustinBeckwith Dec 18, 2018
0f014f8
fix(deps): update dependency @google-cloud/common to ^0.29.0 (#200)
renovate[bot] Dec 20, 2018
d69c9d3
fix: improve types for zone.get (#201)
JustinBeckwith Jan 3, 2019
f1013ff
build: check broken links in generated docs (#202)
jkwlui Jan 12, 2019
ef97efa
fix(deps): update dependency @google-cloud/common to ^0.30.0 (#205)
renovate[bot] Jan 25, 2019
2dd2a93
chore(deps): update dependency eslint-config-prettier to v4 (#206)
renovate[bot] Jan 26, 2019
816d438
Automerge by dpebot
renovate[bot] Feb 1, 2019
bca4e1b
fix(deps): update dependency @google-cloud/common to ^0.31.0 (#209)
renovate[bot] Feb 6, 2019
c07446c
chore: move CONTRIBUTING.md to root (#211)
jkwlui Feb 7, 2019
4a0ade3
docs: update contributing path in README (#212)
callmehiphop Feb 8, 2019
dd601e6
build: create docs test npm scripts (#214)
JustinBeckwith Feb 11, 2019
9c8efbb
fix(deps): update dependency yargs to v13 (#215)
renovate[bot] Feb 12, 2019
6704301
chore(deps): update dependency @types/tmp to v0.0.34 (#217)
renovate[bot] Feb 14, 2019
12d6e8f
docs: update links in contrib guide (#219)
JustinBeckwith Feb 14, 2019
83d74b6
build: use linkinator for docs test (#216)
JustinBeckwith Feb 14, 2019
b42604b
fix(deps): update dependency @google-cloud/promisify to ^0.4.0 (#218)
renovate[bot] Feb 14, 2019
1163f18
chore(deps): update dependency mocha to v6
renovate[bot] Feb 19, 2019
a5d64e5
build: update release configuration
yoshi-automation Mar 5, 2019
e96eae8
build: Add docuploader credentials to node publish jobs (#223)
jkwlui Mar 8, 2019
0b8c361
fix(deps): update dependency @google-cloud/paginator to ^0.2.0
renovate[bot] Mar 9, 2019
98caf7e
Release @google-cloud/dns v0.9.2 (#226)
JustinBeckwith Mar 13, 2019
5a7d477
chore(deps): update dependency tmp to ^0.1.0 (#234)
renovate[bot] Mar 26, 2019
5055815
chore(deps): update dependency typescript to ~3.4.0
renovate[bot] Apr 1, 2019
26b7c75
chore(deps): update dependency @types/tmp to v0.1.0
renovate[bot] Apr 2, 2019
6570a11
fix(deps): update dependency @google-cloud/common to ^0.32.0 (#238)
renovate[bot] Apr 4, 2019
f0b1e7c
fix(deps): update dependency arrify to v2 (#240)
renovate[bot] Apr 5, 2019
be37386
chore(deps): update dependency nyc to v14 (#241)
renovate[bot] Apr 26, 2019
0dbdbaa
update to .nycrc with --all enabled (#243)
bcoe Apr 29, 2019
7a121eb
docs(samples): modernize the samples, tests, and README (#244)
JustinBeckwith May 2, 2019
63f6c1b
build!: upgrade engines field to >=8.10.0 (#246)
bcoe May 2, 2019
eae1392
fix(deps): update dependency @google-cloud/promisify to v1 (#249)
renovate[bot] May 3, 2019
5426907
chore(deps): update dependency eslint-plugin-node to v9 (#248)
renovate[bot] May 3, 2019
549d480
chore(deps): update dependency gts to v1 (#242)
renovate[bot] May 3, 2019
e1d1842
build: patch Windows container, fixing Node 10 (#252)
bcoe May 7, 2019
1a95437
build: only pipe to codecov if tests run on Node 10
yoshi-automation May 7, 2019
02b25f8
fix(deps): update dependency @google-cloud/paginator to v1 (#250)
renovate[bot] May 7, 2019
7a15215
fix(deps): update dependency @google-cloud/common to v1 (#257)
renovate[bot] May 10, 2019
8f3a191
chore(deps): update dependency jsdoc to v3.6.2 (#258)
renovate[bot] May 13, 2019
c928b4a
build: add new kokoro config for coverage and release-please (#259)
bcoe May 17, 2019
bf24e98
build: updated kokoro config for coverage and release-please (#260)
bcoe May 17, 2019
5fcb520
chore: release 1.0.0 (#264)
yoshi-automation May 20, 2019
b661214
chore: use published jsdoc-baseline package (#265)
JustinBeckwith May 23, 2019
9b91d46
fix(types): use Metadata type instead of r.Response (#266)
JustinBeckwith May 23, 2019
197456a
chore: release 1.0.1 (#267)
yoshi-automation May 24, 2019
3e41736
build: ignore proto files in test coverage (#270)
JustinBeckwith May 28, 2019
1d1d675
chore(deps): update dependency typescript to ~3.5.0 (#273)
renovate[bot] May 30, 2019
b2eb2bb
feat: support apiEndpoint overrides (#272)
JustinBeckwith May 31, 2019
fddd37e
chore: release 1.1.0 (#274)
yoshi-automation Jun 5, 2019
52f7b08
build: remove unused clang format (#275)
JustinBeckwith Jun 10, 2019
f2cdeca
fix(docs): move to new client docs URL (#276)
bcoe Jun 13, 2019
ae8f790
chore: release 1.1.1 (#277)
yoshi-automation Jun 14, 2019
dd88adf
build: switch to GitHub magic proxy (#278)
bcoe Jun 18, 2019
f02a6c0
fix(docs): link to reference docs section on googleapis.dev (#279)
bcoe Jun 25, 2019
7a19c56
chore: release 1.1.2 (#280)
yoshi-automation Jun 26, 2019
d22cfae
build: use config file for linkinator (#281)
JustinBeckwith Jun 28, 2019
cc63770
feat: switch to dns endpoint (options.apiEndpoint is available if tim…
bcoe Jul 11, 2019
88e5828
chore: release 1.2.0 (#284)
yoshi-automation Jul 14, 2019
5f9f99b
chore(deps): update linters (#285)
renovate-bot Jul 26, 2019
1b339fe
fix(deps): update dependency @google-cloud/paginator to v2 (#286)
renovate-bot Jul 26, 2019
40f9107
chore: release 1.2.1 (#287)
yoshi-automation Jul 26, 2019
cf228f1
docs: use the jsdoc-fresh theme (#289)
JustinBeckwith Jul 31, 2019
bfe376e
fix(docs): remove anchor from reference doc link
yoshi-automation Aug 28, 2019
708af55
chore(deps): update dependency typescript to ~3.6.0 (#293)
renovate-bot Aug 29, 2019
053c540
chore(deps): update dependency eslint-plugin-node to v10 (#294)
renovate-bot Sep 5, 2019
7296165
chore: release 1.2.2 (#292)
yoshi-automation Sep 6, 2019
5de28be
update .nycrc ignore rules (#295)
bcoe Sep 6, 2019
86c99b4
fix(deps): update dependency dns-zonefile to v0.2.3 (#296)
renovate-bot Sep 9, 2019
0d388e8
chore: release 1.2.3 (#297)
yoshi-automation Sep 11, 2019
b2d628e
chore: add protos/ to .eslintignore
alexander-fenster Sep 27, 2019
1bce76f
chore: update pull request template
yoshi-automation Oct 4, 2019
a526329
chore: update CONTRIBUTING.md and make releaseType node (#306)
bcoe Oct 9, 2019
6591bbc
fix(typescript): add correct type safety to zone#create (#307)
callmehiphop Oct 16, 2019
4fab03e
chore: release 1.2.4 (#308)
release-please[bot] Oct 16, 2019
611f487
fix(typescript): make dnsName a required field (#310)
callmehiphop Oct 21, 2019
b3d340f
chore: release 1.2.5 (#311)
release-please[bot] Oct 21, 2019
dd7b1ad
test: collect coverage in src folder
yoshi-automation Oct 31, 2019
9ddaebc
fix(docs): snippets are now replaced in jsdoc comments (#314)
bcoe Nov 13, 2019
70d5d46
fix(docs): bump release level to beta
JustinBeckwith Nov 15, 2019
789083e
chore: release 1.2.6 (#315)
release-please[bot] Nov 15, 2019
151410f
fix(docs): bump release level to GA (#319)
JustinBeckwith Nov 19, 2019
b2bdd27
chore: release 1.2.7 (#320)
release-please[bot] Nov 20, 2019
d7dbe4b
chore: update license headers
JustinBeckwith Nov 25, 2019
988fbc8
fix(deps): pin TypeScript below 3.7.0
bcoe Dec 5, 2019
dcb7f8e
chore: release 1.2.8 (#325)
release-please[bot] Dec 5, 2019
6dd6861
docs: update jsdoc license/samples-README (#326)
bcoe Dec 24, 2019
2ea38b0
build: use c8 for coverage (#329)
JustinBeckwith Dec 24, 2019
0e8765d
chore: update license headers (#327)
yoshi-automation Dec 24, 2019
bc4f695
chore(deps): update dependency eslint-plugin-node to v11 (#331)
renovate-bot Dec 26, 2019
aee1588
refactor: use explicit mocha imports (#332)
JustinBeckwith Dec 30, 2019
47eadf9
build: add "**/*.d.ts" to coverage ignore rules
yoshi-automation Jan 3, 2020
65d00ab
chore(deps): update dependency mocha to v7 (#334)
renovate-bot Jan 6, 2020
5cf51c7
chore: clear synth.metadata
JustinBeckwith Jan 24, 2020
8e09ce2
chore: regenerate synth.metadata (#338)
yoshi-automation Jan 27, 2020
b7c50a1
chore(deps): update dependency @types/mocha to v7
renovate-bot Jan 30, 2020
d36c594
chore: skip img.shields.io in docs test
JustinBeckwith Feb 1, 2020
03430d8
test: modernize mocha config (#340)
JustinBeckwith Feb 1, 2020
b2466c7
chore(deps): update dependency linkinator to v2
renovate-bot Feb 10, 2020
71b9e84
build: add GitHub actions config for unit tests
bcoe Feb 12, 2020
36ba4d6
chore: update jsdoc.js (#346)
summer-ji-eng Feb 27, 2020
8d0073c
build: update linkinator config (#348)
gcf-merge-on-green[bot] Mar 6, 2020
df707d2
build(tests): fix coveralls and enable build cop (#349)
bcoe Mar 6, 2020
977552a
chore(deps): update UUID to latest (#352)
bcoe Mar 17, 2020
945df80
fix(deps): update dependency dns-zonefile to v0.2.6 (#351)
renovate-bot Mar 17, 2020
8799d97
chore: release 1.2.9 (#353)
release-please[bot] Mar 17, 2020
2b2259e
docs: mention templates in contributing section of README (#354)
bcoe Mar 18, 2020
ed1837a
chore: remove snippet leading whitespace (#356)
chingor13 Mar 19, 2020
a0379e2
docs: document version support goals (#361)
bcoe Mar 24, 2020
a29e2f4
chore: update github actions configuration (#360)
yoshi-automation Mar 25, 2020
279ac39
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits …
bcoe Apr 1, 2020
912095d
build: updated templates (#369)
yoshi-automation Apr 1, 2020
0e94448
test: Zone.create() appears to sometimes be eventually consistent (#370)
bcoe Apr 2, 2020
eaf202b
chore: remove duplicate mocha config (#371)
JustinBeckwith Apr 5, 2020
51fb65c
fix: apache license URL (#468) (#372)
yoshi-automation Apr 7, 2020
990cd20
feat!: require node 10 in engines field (#374)
sofisl Apr 9, 2020
81cdb59
build: remove unused codecov config (#378)
JustinBeckwith Apr 12, 2020
ac66323
fix(deps): update dependency @google-cloud/paginator to v3 (#365)
renovate-bot Apr 12, 2020
b2ffd1f
fix(deps): update dependency @google-cloud/common to v3 (#367)
renovate-bot Apr 12, 2020
6f9709d
build!: update to latest version of gts and typescript (#376)
sofisl Apr 13, 2020
449d33f
fix(deps): update dependency @google-cloud/promisify to v2 (#364)
renovate-bot Apr 13, 2020
c053ef1
chore: update lint ignore files (#380)
JustinBeckwith Apr 13, 2020
b88dc1a
chore: remove tslint.json (#381)
JustinBeckwith Apr 14, 2020
430ad76
chore: update linter and packages (#383)
JustinBeckwith Apr 14, 2020
2000f9d
chore: release 2.0.0 (#375)
release-please[bot] Apr 16, 2020
2207fd4
build: use codecov's action, now that it's authless (#384)
yoshi-automation Apr 20, 2020
38f51dd
chore: update npm scripts and synth.py (#385)
alexander-fenster Apr 24, 2020
b39cef4
chore(deps): update dependency tmp to ^0.2.0 (#386)
renovate-bot Apr 27, 2020
7e8f824
chore(deps): update dependency uuid to v8 (#387)
renovate-bot May 1, 2020
633ccd4
build: do not fail builds on codecov errors (#528) (#389)
yoshi-automation May 8, 2020
b8f049c
fix(autosynth): synthesis was failing due to breaking TypeScript chan…
bcoe May 27, 2020
a675e7a
chore(deps): update dependency @types/uuid to v8 (#390)
renovate-bot May 27, 2020
e696047
chore(deps): update dependency @types/tmp to v0.2.0 (#394)
JustinBeckwith Jun 4, 2020
4e9d547
chore: release 2.0.1 (#393)
release-please[bot] Jun 4, 2020
1387a35
chore(deps): update dependency mocha to v8 (#396)
renovate-bot Jun 11, 2020
181ab4d
build: update secrets configuration (#395)
yoshi-automation Jun 12, 2020
51d2a55
chore(nodejs_templates): add script logging to node_library populate-…
yoshi-automation Jun 16, 2020
5c61725
chore: update node issue template (#398)
yoshi-automation Jun 18, 2020
1cd389b
build: add config .gitattributes (#399)
yoshi-automation Jun 28, 2020
c3364a1
fix: typeo in nodejs .gitattribute (#401)
yoshi-automation Jul 9, 2020
e52c282
chore: release 2.0.2 (#402)
release-please[bot] Jul 10, 2020
d2b1e6d
chore(deps): update dependency @types/mocha to v8 (#403)
renovate-bot Jul 12, 2020
4e4ab87
build: missing closing paren in publish script (#405)
yoshi-automation Jul 14, 2020
35368ed
docs: define missing variable (#409)
stephenplusplus Jul 16, 2020
912a212
chore: add config files for cloud-rad for node.js, delete Node 8 temp…
yoshi-automation Jul 17, 2020
e7ef9db
chore: add dev dependencies for cloud-rad ref docs (#412)
fhinkel Jul 21, 2020
3818bc6
build: rename _toc to toc (#413)
yoshi-automation Jul 22, 2020
1aed194
chore: move gitattributes files to node templates (#414)
yoshi-automation Jul 24, 2020
f958ab6
chore(node): fix kokoro build path for cloud-rad (#415)
yoshi-automation Jul 30, 2020
d37cdf4
docs: add links to the CHANGELOG from the README.md for Java and Node…
yoshi-automation Jul 31, 2020
4b3b2ef
build: --credential-file-override is no longer required (#418)
yoshi-automation Aug 8, 2020
8fe8b9b
chore: update cloud rad kokoro build job (#419)
yoshi-automation Aug 12, 2020
6fd9ddb
build: perform publish using Node 12 (#420)
yoshi-automation Aug 13, 2020
7b0ce94
chore: start tracking obsolete files
yoshi-automation Aug 20, 2020
dbe43b8
build: move system and samples test from Node 10 to Node 12 (#422)
yoshi-automation Aug 21, 2020
449836a
build: track flaky tests for "nightly", add new secrets for tagging (…
yoshi-automation Aug 28, 2020
36c9cde
build(test): recursively find test files; fail on unsupported depende…
yoshi-automation Sep 12, 2020
41c5501
chore: update bucket for cloud-rad (#429)
yoshi-automation Oct 1, 2020
8aaf5be
build(node_library): migrate to Trampoline V2 (#430)
yoshi-automation Oct 5, 2020
223f1c2
chore(deps): update dependency gts to v3 (#431)
renovate-bot Oct 9, 2020
e76f12a
build: only check --engine-strict for production deps (#432)
yoshi-automation Oct 16, 2020
e3eb406
chore: clean up Node.js TOC for cloud-rad (#433)
yoshi-automation Oct 21, 2020
4560801
docs: updated code of conduct (includes update to actions) (#436)
yoshi-automation Oct 27, 2020
8ae636d
build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#437)
yoshi-automation Nov 2, 2020
ecbfc3c
docs: spelling correction for "targetting" (#438)
yoshi-automation Nov 25, 2020
63945ce
feat: add support for setting DNS Sec (#439)
JustinBeckwith Dec 21, 2020
19a7fab
docs: add instructions for authenticating for system tests (#441)
yoshi-automation Dec 22, 2020
151fede
chore: release 2.1.0 (#440)
release-please[bot] Jan 6, 2021
1f491b4
refactor(nodejs): move build cop to flakybot (#443)
yoshi-automation Jan 27, 2021
95ec01c
chore: regenerate common templates (#445)
yoshi-automation Apr 20, 2021
e0c6fd7
build: add generated-files bot config (#449)
yoshi-automation May 5, 2021
fdece87
build: remove codecov action (#451)
yoshi-automation May 17, 2021
f71e49a
feat: add `gcf-owl-bot[bot]` to `ignoreAuthors` (#452)
yoshi-automation May 19, 2021
153dcbf
chore: migrate to owl bot (#455)
SurferJeffAtGoogle May 20, 2021
98af598
chore(deps): update dependency @types/node to v14 (#457)
renovate-bot May 21, 2021
920be77
chore: release 2.2.0 (#459)
release-please[bot] Jun 8, 2021
7e5c146
chore(nodejs): remove api-extractor dependencies (#464)
fhinkel Jun 10, 2021
93e5bb7
build: add auto-approve condition to test (#468)
sofisl Jun 29, 2021
b4ea2cf
chore(deps): update dependency @types/tmp to v0.2.1 (#470)
renovate-bot Jul 3, 2021
bcd092d
chore(nodejs): update client ref docs link in metadata (#472)
fhinkel Aug 4, 2021
f273b1c
fix(deps): update dependency dns-zonefile to v0.2.8 (#469)
renovate-bot Aug 5, 2021
34f97a6
build: remove owlbot.py (#474)
sofisl Aug 6, 2021
584c970
chore: release 2.2.1 (#473)
release-please[bot] Aug 6, 2021
f931900
fix(build): migrate to using main branch (#478)
bcoe Aug 9, 2021
076008d
chore: release 2.2.2 (#479)
release-please[bot] Aug 9, 2021
62fbf35
chore: relocate owl bot post processor (#486)
SurferJeffAtGoogle Sep 21, 2021
c707870
fix(deps): update dependency dns-zonefile to v0.2.9 (#487)
renovate-bot Sep 22, 2021
f9efbbf
chore: release 2.2.3 (#488)
release-please[bot] Sep 22, 2021
e246a18
chore(deps): update dependency @types/tmp to v0.2.2 (#492)
renovate-bot Oct 22, 2021
321e094
chore(deps): update dependency @types/node to v16 (#493)
renovate-bot Oct 26, 2021
381e04e
chore(cloud-rad): delete api-extractor config (#494)
fhinkel Nov 3, 2021
9ed25af
build: add generated samples to .eslintignore (#496)
gcf-owl-bot[bot] Dec 9, 2021
ec63bc3
chore(deps): update dependency @types/tmp to v0.2.3 (#497)
renovate-bot Dec 17, 2021
28d80c2
docs(node): support "stable"/"preview" release level (#1312) (#500)
gcf-owl-bot[bot] Dec 29, 2021
fd75bac
chore: add api_shortname and library_type to repo metadata (#499)
parthea Dec 30, 2021
e84fd98
docs(badges): tweak badge to use new preview/stable language (#1314) …
gcf-owl-bot[bot] Dec 30, 2021
d01d4a4
fix(deps): update dependency dns-zonefile to v0.2.10 (#503)
renovate-bot Jan 6, 2022
06e721f
chore: release 2.2.4 (#504)
release-please[bot] Jan 6, 2022
f1e59ae
docs(nodejs): version support policy edits (#1346) (#511)
gcf-owl-bot[bot] Feb 3, 2022
37d538b
chore(deps): update dependency @types/mocha to v9 (#520)
renovate-bot May 3, 2022
7341476
build!: update library to use Node 12 (#524)
sofisl May 20, 2022
307cda0
fix(deps): update dependency @google-cloud/promisify to v3 (#523)
renovate-bot May 20, 2022
681e92d
fix(deps): update dependency @google-cloud/paginator to v4 (#525)
renovate-bot Jun 6, 2022
0eec859
chore(main): release 3.0.0 (#526)
release-please[bot] Jun 6, 2022
d4c918d
fix(deps): update dependency @google-cloud/common to v4 (#529)
renovate-bot Jun 9, 2022
4aa749b
chore(deps): update dependency jsdoc-region-tag to v2 (#532)
renovate-bot Jun 9, 2022
16af6f4
chore(deps): update dependency jsdoc-fresh to v2 (#531)
renovate-bot Jun 9, 2022
55b03b1
chore(main): release 3.0.1 (#530)
release-please[bot] Jun 13, 2022
6f9490e
chore(deps): update dependency linkinator to v4 (#533)
renovate-bot Jul 8, 2022
28ce755
chore(main): release 3.0.2 (#535)
release-please[bot] Sep 26, 2022
32d8b6b
chore(deps): update dependency @types/node to v18 (#542)
renovate-bot Nov 10, 2022
5074a23
chore(deps): update dependency jsdoc to v4 (#543)
renovate-bot Nov 10, 2022
b9f408a
chore(deps): update dependency uuid to v9 (#536)
renovate-bot Feb 9, 2023
0b086ad
chore(deps): update dependency c8 to v8 (#550)
renovate-bot Jun 26, 2023
ef7126d
chore!: upgrade to Node 14 (#556)
gcf-owl-bot[bot] Aug 10, 2023
336d05e
chore(main): release 4.0.0 (#560)
release-please[bot] Aug 10, 2023
ba8111a
chore(deps): update dependency jsdoc-fresh to v3 (#561)
renovate-bot Aug 15, 2023
ccd1964
chore(deps): update dependency jsdoc-region-tag to v3 (#562)
renovate-bot Aug 15, 2023
0f13d43
chore(deps): update dependency @types/tmp to v0.2.4 (#565)
renovate-bot Sep 13, 2023
4e3122c
Merge remote-tracking branch 'migration/main' into nodejs-dns-migration
sofisl Sep 14, 2023
ea52402
build: add release-please config, fix owlbot-config
sofisl Sep 14, 2023
1a5c868
add long as dep
sofisl Sep 14, 2023
a664075
Merge branch 'main' into nodejs-dns-migration
sofisl Sep 14, 2023
a7f856e
update sample test
sofisl Sep 14, 2023
6b499f4
Update package.json
sofisl Sep 14, 2023
1caba44
run lint
sofisl Sep 14, 2023
eef7654
add newline
sofisl Sep 14, 2023
6e46b99
fix lint
sofisl Sep 14, 2023
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
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"packages/google-cloud-dialogflow": "6.1.0",
"packages/google-cloud-dialogflow-cx": "4.1.0",
"packages/google-cloud-discoveryengine": "1.1.0",
"packages/google-cloud-dns": "4.0.0",
"packages/google-cloud-documentai": "8.0.1",
"packages/google-cloud-domains": "3.0.1",
"packages/google-cloud-essentialcontacts": "3.0.1",
Expand Down
17 changes: 17 additions & 0 deletions packages/google-cloud-dns/.OwlBot.yaml
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

7 changes: 7 additions & 0 deletions packages/google-cloud-dns/.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-dns/.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-dns/.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
13 changes: 13 additions & 0 deletions packages/google-cloud-dns/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
**/*.log
**/node_modules
.coverage
.nyc_output
docs/
out/
system-test/secrets.js
system-test/*key.json
*.lock
package-lock.json
build/
__pycache__
.DS_Store
51 changes: 51 additions & 0 deletions packages/google-cloud-dns/.jsdoc.js
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/dns',
theme: 'lumen',
default: {
"outputSourceFiles": false
}
},
markdown: {
idInHeadings: true
}
};
29 changes: 29 additions & 0 deletions packages/google-cloud-dns/.mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// Copyright 2023 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
24 changes: 24 additions & 0 deletions packages/google-cloud-dns/.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-dns/.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-dns/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright 2023 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')
}
15 changes: 15 additions & 0 deletions packages/google-cloud-dns/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "dns",
"name_pretty": "Cloud DNS",
"product_documentation": "https://cloud.google.com/dns",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/dns/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559772",
"release_level": "stable",
"language": "nodejs",
"repo": "googleapis/google-cloud-node",
"distribution_name": "@google-cloud/dns",
"api_id": "dns.googleapis.com",
"requires_billing": true,
"api_shortname": "dns",
"library_type": "REST"
}
Loading