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-iot #3544

Merged
merged 384 commits into from
Nov 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
384 commits
Select commit Hold shift + click to select a range
67c7ece
chore: release 1.2.0 (#198)
yoshi-automation Sep 16, 2019
a720368
feat: .d.ts for protos
yoshi-automation Sep 20, 2019
33af482
chore: add protos/ to .eslintignore
alexander-fenster Sep 27, 2019
6129f8d
feat: .d.ts for protos (#207)
yoshi-automation Sep 27, 2019
bd92365
fix: use compatible version of google-gax
alexander-fenster Oct 2, 2019
24bfd6f
chore: update pull request template
yoshi-automation Oct 8, 2019
7a0d9d6
chore: update CONTRIBUTING.md and make releaseType node (#214)
bcoe Oct 9, 2019
f0690e5
fix: changes to retry logic
yoshi-automation Oct 15, 2019
c89afda
fix(deps): bump google-gax to 1.7.5 (#217)
JustinBeckwith Oct 22, 2019
af813ea
chore: release 1.3.0 (#216)
release-please[bot] Oct 22, 2019
9a0409c
chore: exclude gapic files from code coverage (#220)
yoshi-automation Nov 5, 2019
9147566
fix(docs): snippets are now replaced in jsdoc comments (#222)
bcoe Nov 12, 2019
d09b6a6
fix: revert incorrect deviceRegistryPath to correct registryPath in p…
yoshi-automation Nov 12, 2019
54ccafb
chore: release 1.3.1 (#223)
release-please[bot] Nov 13, 2019
74b491e
feat: add permissions to testIamPermissions call (#225)
yoshi-automation Nov 15, 2019
609b4b7
chore: release 1.4.0 (#227)
release-please[bot] Nov 16, 2019
30e4917
fix(docs): bump the release level to beta (#229)
JustinBeckwith Nov 19, 2019
30d2ee8
feat: add singular and plural resource descriptors (#230)
yoshi-automation Nov 20, 2019
f4bcc74
chore: release 1.5.0 (#232)
release-please[bot] Nov 20, 2019
8453e3d
feat: move to typescript code generation (#236)
xiaozhenliu-gg5 Dec 19, 2019
27f2763
docs: update jsdoc license/samples-README (#238)
bcoe Dec 26, 2019
8e07435
chore(deps): update dependency c8 to v7 (#240)
renovate-bot Dec 26, 2019
810c1af
chore(deps): update dependency eslint-plugin-node to v11 (#241)
renovate-bot Dec 27, 2019
e65f7fd
refactor: use explicit mocha imports
JustinBeckwith Dec 30, 2019
233e604
docs: updating README for samples
yoshi-automation Jan 4, 2020
b15a97f
fix: better client close(), update .nycrc, require mocha explicitly
yoshi-automation Jan 5, 2020
369e560
chore(deps): update dependency mocha to v7 (#245)
renovate-bot Jan 6, 2020
b388e64
chore: release 1.6.0 (#243)
release-please[bot] Jan 6, 2020
96be2d0
fix: proper routing headers
yoshi-automation Jan 9, 2020
aa514a8
chore: release 1.6.1 (#248)
release-please[bot] Jan 9, 2020
8660470
chore: clear synth.metadata
JustinBeckwith Jan 24, 2020
47704fb
chore: regenerate synth.metadata (#253)
yoshi-automation Jan 27, 2020
14b5b82
fix: enum, bytes, and Long types now accept strings
yoshi-automation Jan 28, 2020
34b749c
chore(deps): update dependency @types/mocha to v7
renovate-bot Jan 30, 2020
b6fcd14
feat: bump release level to GA (#257)
JustinBeckwith Jan 30, 2020
969031d
chore: release 1.7.0 (#258)
release-please[bot] Jan 30, 2020
a12fd96
chore: skip img.shields.io in docs test
JustinBeckwith Feb 1, 2020
d11238a
test: modernize mocha config (#259)
JustinBeckwith Feb 5, 2020
e824e44
fix: pass x-goog-request-params header for streaming calls
yoshi-automation Feb 7, 2020
57a6ed3
chore(deps): update dependency linkinator to v2
renovate-bot Feb 10, 2020
93b932b
build: add GitHub actions config for unit tests
bcoe Feb 12, 2020
458538d
feat: export protos in src/index.ts
xiaozhenliu-gg5 Feb 26, 2020
a7d60e4
chore: update jsdoc.js (#278)
summer-ji-eng Feb 27, 2020
935692c
chore: update .jsdoc.js by add protos and remove double quotes (#279)
summer-ji-eng Feb 27, 2020
c73186a
chore: update jsdoc with macro license (#281)
summer-ji-eng Feb 29, 2020
8824995
chore: remove obsolete replacements from synth.py (#282)
alexander-fenster Mar 5, 2020
3371d4f
feat: deferred client initialization (#283)
gcf-merge-on-green[bot] Mar 6, 2020
3b1e235
build: update linkinator config (#284)
gcf-merge-on-green[bot] Mar 6, 2020
4b02b52
build(tests): fix coveralls and enable build cop (#285)
bcoe Mar 6, 2020
a9637f2
chore: release 1.8.0 (#275)
release-please[bot] Mar 11, 2020
4a576ab
docs: mention templates in contributing section of README (#287)
bcoe Mar 18, 2020
66ca611
chore: remove snippet leading whitespace (#289)
chingor13 Mar 19, 2020
da4cfcd
docs: document version support goals (#294)
bcoe Mar 24, 2020
418baa9
chore: regenerate the code (#293)
yoshi-automation Mar 25, 2020
1263ea9
feat!: drop node8 support, support for async iterators (#297)
alexander-fenster Mar 31, 2020
2c6f699
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits …
bcoe Apr 1, 2020
e516236
chore(deps): update dependency @types/sinon to v9 (#300)
renovate-bot Apr 1, 2020
1727bec
chore: remove duplicate mocha config (#303)
JustinBeckwith Apr 5, 2020
5744bbf
fix: export explicit version from protos.js (#302)
yoshi-automation Apr 7, 2020
aa55e74
chore(deps): update dependency gts to v2.0.0 (#305)
renovate-bot Apr 10, 2020
6df3a5e
fix: remove eslint, update gax, fix generated protos, run the generat…
alexander-fenster Apr 11, 2020
6e9f8e7
build: remove unused codecov config (#307)
JustinBeckwith Apr 12, 2020
2244970
chore: release 2.0.0 (#298)
release-please[bot] Apr 13, 2020
ae3bd1b
fix: remove unused file, fix synth (#309)
JustinBeckwith Apr 14, 2020
0bd2ecf
chore: remove tslint.json (#311)
JustinBeckwith Apr 14, 2020
d919a7d
chore: remove unused dev packages (#312)
JustinBeckwith Apr 14, 2020
b181c9b
chore(deps): update dependency ts-loader to v7 (#313)
renovate-bot Apr 15, 2020
3a4cdea
chore(deps): update dependency null-loader to v4 (#314)
renovate-bot Apr 15, 2020
f3517bb
chore: linting
yoshi-automation Apr 17, 2020
4ab7685
chore: clean up synth.py (#316)
xiaozhenliu-gg5 Apr 20, 2020
4f27419
build: use codecov's action, now that it's authless (#317)
yoshi-automation Apr 20, 2020
87a4a32
build: adopt changes to generator formatter (#318)
yoshi-automation Apr 22, 2020
8b337e8
docs: update jsdoc annotations (#319)
yoshi-automation Apr 22, 2020
f075ba6
chore: update npm scripts and synth.py (#320)
alexander-fenster Apr 24, 2020
38d8148
docs(samples): Adds samples used in documentation (#266)
gguuss Apr 27, 2020
777c4fb
docs: regenerated README
yoshi-automation Apr 28, 2020
3bdd39d
fix(deps): update dependency googleapis to v49 (#327)
renovate-bot Apr 28, 2020
7448676
chore(deps): update dependency uuid to v7 (#325)
renovate-bot Apr 28, 2020
f213344
chore(deps): update dependency mqtt to v4 (#323)
renovate-bot Apr 28, 2020
5d037c6
chore(deps): update dependency uuid to v8 (#329)
renovate-bot May 1, 2020
ba8458e
fix: regenerate unit tests (#333)
alexander-fenster May 6, 2020
abd8150
fix(deps): update dependency googleapis to v50 (#334)
renovate-bot May 6, 2020
128d907
fix: synth.py clean up for multiple version (#335)
summer-ji-eng May 6, 2020
4e0db01
build: do not fail builds on codecov errors (#528) (#338)
yoshi-automation May 8, 2020
21f181f
chore: corrected async structure [last part] for manager.js (#337)
munkhuushmgl May 18, 2020
f4487c9
fix(deps): update dependency googleapis to v51 (#339)
renovate-bot May 18, 2020
e862e88
chore: release 2.0.1 (#310)
release-please[bot] May 18, 2020
b6b3578
fix(deps): update dependency @google-cloud/pubsub to v2 (#341)
renovate-bot May 27, 2020
3d23611
build: import in protos/protos.js changed (#340)
yoshi-automation May 27, 2020
8a57a12
fix(deps): update dependency googleapis to v52 (#343)
renovate-bot Jun 4, 2020
c0d841b
build: update protos.js (#345)
yoshi-automation Jun 4, 2020
674d776
chore: release 2.0.2 (#342)
release-please[bot] Jun 4, 2020
cbc7ec3
feat: move ts target to es2018 from es2016 (#348)
yoshi-automation Jun 10, 2020
a2145fa
chore(deps): update dependency mocha to v8 (#350)
renovate-bot Jun 11, 2020
8026a7d
chore(nodejs_templates): add script logging to node_library populate-…
yoshi-automation Jun 11, 2020
48dc577
fix: proper fallback option handling
yoshi-automation Jun 15, 2020
5336eb0
chore: update node issue template (#353)
yoshi-automation Jun 18, 2020
fc9321e
build: add config .gitattributes (#354)
yoshi-automation Jun 28, 2020
99c3c4c
chore: release 2.1.0 (#349)
release-please[bot] Jun 29, 2020
1881e27
build: use bazel build (#355)
alexander-fenster Jul 6, 2020
39d8ab0
build: typeo in nodejs .gitattribute (#358)
yoshi-automation Jul 10, 2020
a6d2e56
chore(deps): update dependency ts-loader to v8 (#357)
renovate-bot Jul 10, 2020
6945a1d
chore(deps): update dependency @types/mocha to v8 (#359)
renovate-bot Jul 12, 2020
57ecc84
fix(deps): update dependency googleapis to v54 (#360)
renovate-bot Jul 14, 2020
10d6b0a
chore: update generated protos.js (#362)
yoshi-automation Jul 15, 2020
1d89432
build: missing closing paren in publish script (#363)
yoshi-automation Jul 15, 2020
8621d7d
chore: release 2.1.1 (#364)
release-please[bot] Jul 15, 2020
4645d3e
chore: add config files for cloud-rad for node.js, delete Node 8 temp…
yoshi-automation Jul 17, 2020
7dbf1b1
chore(deps): update dependency googleapis to v55 (#369)
renovate-bot Jul 18, 2020
ae2b66b
chore: add dev dependencies for cloud-rad ref docs (#370)
fhinkel Jul 21, 2020
1b6ff62
build: rename _toc to toc (#371)
yoshi-automation Jul 22, 2020
5f92ec5
chore: move gitattributes files to node templates (#372)
yoshi-automation Jul 24, 2020
6559013
chore(deps): update dependency googleapis to v56 (#373)
renovate-bot Jul 25, 2020
9fac5cd
chore(node): fix kokoro build path for cloud-rad (#375)
yoshi-automation Jul 30, 2020
93e391a
build: update protos
yoshi-automation Jul 31, 2020
8abfcb0
docs: add links to the CHANGELOG from the README.md for Java and Node…
yoshi-automation Jul 31, 2020
27f25e3
docs(samples): remove apiary lib from samples (#379)
JustinBeckwith Jul 31, 2020
c07df28
build: --credential-file-override is no longer required (#381)
yoshi-automation Aug 8, 2020
f484aec
build: use gapic-generator-typescript v1.0.7. (#382)
yoshi-automation Aug 12, 2020
2396f3a
chore: update cloud rad kokoro build job (#383)
yoshi-automation Aug 12, 2020
73f652f
build: perform publish using Node 12 (#385)
yoshi-automation Aug 13, 2020
69140fc
refactor: clean up sample test structure (#386)
JustinBeckwith Aug 18, 2020
f89fcdf
chore: start tracking obsolete files
yoshi-automation Aug 20, 2020
0781dd4
build: move system and samples test from Node 10 to Node 12 (#388)
yoshi-automation Aug 21, 2020
f2e51eb
build: track flaky tests for "nightly", add new secrets for tagging (…
yoshi-automation Aug 28, 2020
4073934
chore(deps): update dependency yargs to v16 (#393)
renovate-bot Sep 9, 2020
26cc21c
build(test): recursively find test files; fail on unsupported depende…
yoshi-automation Sep 12, 2020
8c5d487
chore: update bucket for cloud-rad (#396)
yoshi-automation Oct 19, 2020
40a37b3
chore(deps): update dependency webpack-cli to v4 (#399)
renovate-bot Oct 19, 2020
e4e1708
build: update to the latest build config (#401)
yoshi-automation Oct 20, 2020
f8b6d5c
chore(deps): update dependency webpack to v5 (#398)
renovate-bot Oct 21, 2020
5a19c8e
chore: clean up Node.js TOC for cloud-rad (#402)
yoshi-automation Oct 21, 2020
7f17366
docs: updated code of conduct (includes update to actions) (#413)
yoshi-automation Oct 27, 2020
0ecba70
build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#414)
yoshi-automation Nov 2, 2020
d231fca
fix: do not modify options object, use defaultScopes (#416)
alexander-fenster Nov 7, 2020
b24d23c
chore: release 2.1.2 (#404)
release-please[bot] Nov 16, 2020
462e1aa
fix(browser): check for fetch on window
yoshi-automation Nov 23, 2020
a652df6
docs: spelling correction for "targetting" (#420)
yoshi-automation Nov 25, 2020
9adef3f
chore: release 2.1.3 (#419)
release-please[bot] Dec 2, 2020
be437ba
chore: generate GAPIC metadata JSON file (#421)
yoshi-automation Dec 4, 2020
fb66b76
docs: add instructions for authenticating for system tests (#424)
yoshi-automation Dec 22, 2020
20ae506
docs: update dates (#425)
yoshi-automation Jan 7, 2021
4cb4861
feat: adds style enumeration (#426)
yoshi-automation Jan 9, 2021
d50f710
chore: release 2.2.0 (#427)
release-please[bot] Jan 12, 2021
cbd99c3
refactor(nodejs): move build cop to flakybot (#431)
yoshi-automation Jan 27, 2021
13ab258
chore: update CODEOWNERS config (#432)
JustinBeckwith Feb 3, 2021
343b8a9
build: adds UNORDERED_LIST enum (#433)
yoshi-automation Feb 4, 2021
235219d
chore: use repo metadata to populate nodejs CODEOWNERS (#435)
yoshi-automation Feb 4, 2021
4aa1370
docs: add fieldMask format clarification to avoid misunderstandings
yoshi-automation Feb 4, 2021
c173c33
chore: release 2.2.1 (#437)
release-please[bot] Feb 9, 2021
649cc47
chore: release 2.3.0 (#439)
release-please[bot] Feb 11, 2021
0abe1a9
build: update gapic-generator-typescript to v1.2.10. (#441)
yoshi-automation Mar 7, 2021
b5743a8
chore: migrate to owl bot (#442)
SurferJeffAtGoogle Mar 18, 2021
b971000
chore(deps): update dependency sinon to v10 (#448)
renovate-bot Mar 23, 2021
571b818
Update .repo-metadata.json (#454)
munkhuushmgl Mar 31, 2021
69deb3a
chore(deps): update dependency @types/sinon to v10 (#460)
renovate-bot Apr 14, 2021
df1648c
chore(deps): update dependency ts-loader to v9 (#464)
renovate-bot Apr 19, 2021
1c14215
fix(deps): require google-gax v2.12.0 (#469)
alexander-fenster May 7, 2021
cb164e9
chore: new owl bot post processor docker image (#471)
gcf-owl-bot[bot] May 10, 2021
2b95a11
fix: use require() to load JSON protos (#472)
gcf-owl-bot[bot] May 11, 2021
d0c226b
chore: update gapic-generator-typescript to v1.3.2 (#473)
gcf-owl-bot[bot] May 11, 2021
169b754
chore: release 2.3.1 (#470)
release-please[bot] May 13, 2021
9fbe447
chore(deps): update dependency @types/node to v14 (#476)
renovate-bot May 21, 2021
e8e7dc5
chore(deps): update dependency sinon to v11 (#477)
renovate-bot May 25, 2021
8651db4
fix: GoogleAdsError missing using generator version after 1.3.0 (#478)
gcf-owl-bot[bot] May 25, 2021
366a1ea
chore: release 2.3.2 (#479)
release-please[bot] Jun 7, 2021
d1465b1
chore(nodejs): remove api-extractor dependencies (#484)
fhinkel Jun 10, 2021
e45ae95
fix: make request optional in all cases (#487)
gcf-owl-bot[bot] Jun 22, 2021
13bf5be
chore: release 2.3.3 (#488)
release-please[bot] Jun 22, 2021
d457ae0
fix(deps): require google-gax v2.17.0 (#493)
bcoe Jul 1, 2021
e6b5af8
chore: release 2.3.4 (#495)
release-please[bot] Jul 1, 2021
abfefa4
fix(deps): google-gax v2.17.1 (#496)
bcoe Jul 12, 2021
cbb56ed
fix: Updating WORKSPACE files to use the newest version of the Typesc…
gcf-owl-bot[bot] Jul 16, 2021
75688c0
chore: release 2.3.5 (#497)
release-please[bot] Jul 21, 2021
ac336d2
chore(nodejs): update client ref docs link in metadata (#505)
fhinkel Aug 4, 2021
7e6cbeb
fix(deps): google-gax v2.24.1 (#507)
bcoe Aug 17, 2021
3073325
chore: release 2.3.6 (#508)
release-please[bot] Aug 17, 2021
943c824
feat: turns on self-signed JWT feature flag (#509)
gcf-owl-bot[bot] Aug 23, 2021
a059cfa
chore: disable renovate dependency dashboard (#1194) (#511)
gcf-owl-bot[bot] Aug 25, 2021
fe9ba6e
fix(build): migrate to main branch (#512)
bcoe Sep 3, 2021
ca814cf
chore: release 2.4.0 (#510)
release-please[bot] Sep 3, 2021
1751f84
feat: Add sample codes for cloud-iot-token-service generateAccessToke…
codepriestz Sep 17, 2021
add0ec1
chore: release 2.5.0 (#514)
release-please[bot] Sep 17, 2021
c9ce744
chore: relocate owl bot post processor (#516)
SurferJeffAtGoogle Sep 21, 2021
67386d4
fix(deps): update dependency @google-cloud/storage to v5 (#515)
renovate-bot Sep 27, 2021
900bd36
chore: release 2.5.1 (#519)
release-please[bot] Sep 27, 2021
8b4837c
build(node): update deps used during postprocessing (#1243) (#523)
gcf-owl-bot[bot] Oct 14, 2021
2706f6e
docs(samples): add auto-generated samples for Node with api short nam…
gcf-owl-bot[bot] Oct 14, 2021
cefe9a1
chore(deps): update dependency @types/node to v16 (#525)
renovate-bot Oct 26, 2021
1a067e8
chore(cloud-rad): delete api-extractor config (#526)
fhinkel Nov 3, 2021
6339ecf
chore(deps): update dependency sinon to v12 (#527)
renovate-bot Nov 4, 2021
dcf1e17
docs(samples): add example tags to generated samples (#528)
gcf-owl-bot[bot] Nov 10, 2021
28d88a6
build: add generated samples to .eslintignore (#529)
gcf-owl-bot[bot] Dec 9, 2021
9995957
docs(node): support "stable"/"preview" release level (#1312) (#532)
gcf-owl-bot[bot] Dec 29, 2021
8558ed3
docs(badges): tweak badge to use new preview/stable language (#1314) …
gcf-owl-bot[bot] Dec 30, 2021
10943fe
chore: add api_shortname and library_type to repo metadata (#531)
parthea Jan 5, 2022
838b574
test(nodejs): remove 15 add 16 (#1322) (#535)
gcf-owl-bot[bot] Jan 11, 2022
2fed45e
chore: update v2.12.0 gapic-generator-typescript (#541)
gcf-owl-bot[bot] Jan 26, 2022
0570480
docs(nodejs): version support policy edits (#1346) (#545)
gcf-owl-bot[bot] Feb 4, 2022
9e6e37e
chore(deps): update dependency sinon to v13 (#543)
renovate-bot Feb 5, 2022
031b5dd
chore(deps): update dependency gts to v3 (#536)
renovate-bot Feb 15, 2022
93f327e
docs(samples): include metadata file, add exclusions for samples to h…
gcf-owl-bot[bot] Feb 18, 2022
c288c7f
chore: update v2.14.2 gapic-generator-typescript (#550)
gcf-owl-bot[bot] Mar 16, 2022
785e891
feat: AuditConfig for IAM v1 (#552)
gcf-owl-bot[bot] Apr 5, 2022
1153793
build(node): update client library version in samples metadata (#1356…
gcf-owl-bot[bot] Apr 21, 2022
a3fd108
chore(deps): update dependency @types/mocha to v9 (#561)
renovate-bot May 3, 2022
15c14b8
chore(deps): update dependency sinon to v14 (#564)
renovate-bot May 9, 2022
e1236ec
build!: update library to use Node 12 (#566)
sofisl May 20, 2022
b878591
chore(deps): update dependency jsdoc-fresh to v2 (#571)
renovate-bot Jun 10, 2022
4ea9861
chore(deps): update dependency jsdoc-region-tag to v2 (#572)
renovate-bot Jun 10, 2022
506bac1
fix(deps): update dependency @google-cloud/pubsub to v3 (#569)
renovate-bot Jun 20, 2022
c5b94b4
fix(deps): update dependency @google-cloud/storage to v6 (#568)
renovate-bot Jun 20, 2022
010a32c
chore(main): release 3.0.0 (#567)
release-please[bot] Jun 30, 2022
cbc2119
feat: support regapic LRO
gcf-owl-bot[bot] Jul 5, 2022
03bf442
chore(main): release 3.1.0 (#575)
release-please[bot] Jul 5, 2022
eb04240
chore(deps): update dependency linkinator to v4 (#577)
renovate-bot Jul 8, 2022
9746c19
chore: remove unused proto imports (#579)
gcf-owl-bot[bot] Aug 19, 2022
1429191
fix: better support for fallback mode (#580)
gcf-owl-bot[bot] Aug 23, 2022
7e43c6e
fix: change import long to require (#581)
gcf-owl-bot[bot] Aug 23, 2022
912c188
fix: do not import the whole google-gax from proto JS (#1553) (#583)
gcf-owl-bot[bot] Aug 27, 2022
387150a
fix: allow passing gax instance to client constructor (#584)
gcf-owl-bot[bot] Sep 1, 2022
15cfd95
chore(deps): update dependency uuid to v9 (#585)
renovate-bot Sep 9, 2022
9d84c9e
fix: preserve default values in x-goog-request-params header (#586)
gcf-owl-bot[bot] Sep 14, 2022
04bddc9
build: use fully qualified request type name in tests (#588)
gcf-owl-bot[bot] Sep 22, 2022
1f2242a
chore(main): release 3.1.1 (#578)
release-please[bot] Sep 22, 2022
decdb85
fix(deps): use google-gax v3.5.2 (#593)
alexander-fenster Nov 4, 2022
db33a1c
fix: update protos (#597)
gcf-owl-bot[bot] Nov 10, 2022
332e994
chore(deps): update dependency jsdoc to v4 (#596)
renovate-bot Nov 10, 2022
d46b66f
chore(deps): update dependency @types/node to v18 (#591)
renovate-bot Nov 10, 2022
78dc277
chore(main): release 3.1.2 (#595)
release-please[bot] Nov 11, 2022
bd16039
Merge remote-tracking branch 'migration/main' into nodejs-iot-migration
sofisl Nov 11, 2022
290d69e
build: add release-please config, fix owlbot-config
sofisl Nov 11, 2022
e9d9824
Update package.json
sofisl Nov 11, 2022
b3fa71c
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 11, 2022
21db592
Merge branch 'nodejs-iot-migration' of https://github.com/googleapis/…
gcf-owl-bot[bot] Nov 11, 2022
9e8887a
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 11, 2022
da9e193
Merge branch 'nodejs-iot-migration' of https://github.com/googleapis/…
gcf-owl-bot[bot] Nov 11, 2022
489d82e
Update quickstart.js
sofisl Nov 11, 2022
c946586
Update quickstart.test.js
sofisl Nov 11, 2022
e291d02
Merge branch 'main' into nodejs-iot-migration
sofisl Nov 11, 2022
c3fa79c
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 11, 2022
aab8f68
Merge branch 'nodejs-iot-migration' of https://github.com/googleapis/…
gcf-owl-bot[bot] Nov 11, 2022
80982ed
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 11, 2022
7fc0d1f
Merge branch 'nodejs-iot-migration' of https://github.com/googleapis/…
gcf-owl-bot[bot] Nov 11, 2022
ab34e56
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 11, 2022
d8aa930
Merge branch 'nodejs-iot-migration' of https://github.com/googleapis/…
gcf-owl-bot[bot] Nov 11, 2022
e45d93e
Merge branch 'main' into nodejs-iot-migration
sofisl Nov 11, 2022
14438aa
fix: broken list samples
sofisl Nov 11, 2022
e7b423b
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 11, 2022
9e27aea
Merge branch 'main' into nodejs-iot-migration
sofisl Nov 11, 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
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"packages/google-cloud-discoveryengine": "0.2.0",
"packages/google-cloud-gkeconnect-gateway": "2.0.5",
"packages/google-cloud-gkemulticloud": "0.1.4",
"packages/google-cloud-iot": "3.1.2",
"packages/google-cloud-language": "5.1.2",
"packages/google-cloud-memcache": "2.1.4",
"packages/google-cloud-monitoring": "3.0.3",
Expand Down
21 changes: 21 additions & 0 deletions packages/google-cloud-iot/.OwlBot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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/iot/(.*)/.*-nodejs
dest: /owl-bot-staging/google-cloud-iot/$1

7 changes: 7 additions & 0 deletions packages/google-cloud-iot/.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-iot/.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-iot/.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-iot/.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-iot/.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/iot',
theme: 'lumen',
default: {
outputSourceFiles: false
}
},
markdown: {
idInHeadings: true
}
};
29 changes: 29 additions & 0 deletions packages/google-cloud-iot/.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
24 changes: 24 additions & 0 deletions packages/google-cloud-iot/.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-iot/.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-iot/.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')
}
4 changes: 4 additions & 0 deletions packages/google-cloud-iot/.readme-partials.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
introduction: |-
> Node.js idiomatic client for [Cloud IoT Core][product-docs].

[Google Cloud Internet of Things (IoT) Core](https://cloud.google.com/iot/docs) is a fully managed service for securely connecting and managing IoT devices, from a few to millions. Ingest data from connected devices and build rich applications that integrate with the other big data services of Google Cloud Platform.
16 changes: 16 additions & 0 deletions packages/google-cloud-iot/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/iot/latest",
"api_id": "cloudiot.googleapis.com",
"codeowner_team": "@googleapis/api-iot",
"distribution_name": "@google-cloud/iot",
"release_level": "stable",
"language": "nodejs",
"name_pretty": "Google Cloud Internet of Things (IoT) Core",
"repo": "googleapis/google-cloud-node",
"product_documentation": "https://cloud.google.com/iot",
"requires_billing": true,
"name": "iot",
"default_version": "v1",
"api_shortname": "cloudiot",
"library_type": "GAPIC_AUTO"
}
Loading