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-tasks #3530

Merged
merged 405 commits into from
Nov 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
405 commits
Select commit Hold shift + click to select a range
53450bb
fix(deps): update dependency yargs to v14
renovate-bot Aug 20, 2019
4693aa8
feat: switch to cloudtasks.googleapis.com default host (#268)
yoshi-automation Aug 26, 2019
5d5e104
docs: update function documentation
yoshi-automation Aug 27, 2019
25abef7
fix(docs): stop linking reference documents to anchor
yoshi-automation Aug 28, 2019
2486549
chore: release 1.3.0 (#269)
yoshi-automation Aug 28, 2019
93830f0
feat: load protos from JSON, grpc-fallback support
yoshi-automation Sep 3, 2019
d0cec24
chore(deps): update dependency eslint-plugin-node to v10 (#274)
renovate-bot Sep 5, 2019
39ebf8e
update .nycrc ignore rules (#275)
bcoe Sep 6, 2019
5f1788b
chore: release 1.4.0 (#273)
yoshi-automation Sep 16, 2019
9352003
build: switch to releasing with GitHub bot (#277)
yoshi-automation Sep 18, 2019
de78e1f
feat: .d.ts for protos (#282)
yoshi-automation Sep 23, 2019
8e44d93
fix: update paths in resource reference options (#284)
yoshi-automation Sep 27, 2019
36bc101
fix: use compatible version of google-gax
alexander-fenster Oct 2, 2019
a3a36f5
chore: update pull request template
yoshi-automation Oct 3, 2019
8d50141
fix(docs): use long names when class names collide (#290)
bcoe Oct 3, 2019
43f0f69
chore: release 1.5.0 (#279)
release-please[bot] Oct 3, 2019
113fa99
chore: update CONTRIBUTING.md and make releaseType node (#293)
bcoe Oct 9, 2019
2bbd4d2
fix(deps): bump google-gax to 1.7.5 (#297)
JustinBeckwith Oct 22, 2019
6672983
chore: release 1.5.1 (#298)
release-please[bot] Oct 22, 2019
c91c6c2
feat: introduces HTTP targets to default v2 API (#300)
yoshi-automation Nov 1, 2019
df23ce3
fix(docs): snippets are now replaced in jsdoc comments (#304)
bcoe Nov 13, 2019
c2c770a
fix: import long into proto ts declaration file (#305)
yoshi-automation Nov 13, 2019
979ec13
chore: release 1.6.0 (#301)
release-please[bot] Nov 13, 2019
48f5a43
fix(deps): update dependency yargs to v15 (#308)
renovate-bot Nov 18, 2019
ede3d64
chore: release 1.6.1 (#309)
release-please[bot] Nov 18, 2019
169ab06
chore: update license headers (#310)
JustinBeckwith Nov 25, 2019
eb9c876
docs: add license header (#306)
yoshi-automation Dec 15, 2019
aa08959
docs: update jsdoc license/samples-README (#323)
bcoe Dec 26, 2019
879ff37
refactor: use explicit mocha imports (#327)
JustinBeckwith Dec 30, 2019
6659cd1
chore(deps): update dependency eslint-plugin-node to v11 (#326)
renovate-bot Dec 30, 2019
c70f78b
chore(deps): update dependency c8 to v7 (#325)
renovate-bot Dec 31, 2019
0e92708
feat: move library to typescript code generation (#317)
xiaozhenliu-gg5 Jan 3, 2020
8147c04
chore: update .nycrc
yoshi-automation Jan 5, 2020
8798286
chore: release 1.7.0
release-please[bot] Jan 6, 2020
71b6561
chore(deps): update dependency mocha to v7 (#330)
renovate-bot Jan 6, 2020
3959c6f
fix: proper routing headers
yoshi-automation Jan 9, 2020
c916979
chore: release 1.7.1 (#333)
release-please[bot] Jan 9, 2020
1be4fac
chore: clear synth.metadata
JustinBeckwith Jan 24, 2020
a8e49ea
chore: regenerate synth.metadata (#338)
yoshi-automation Jan 27, 2020
27ef2b1
fix: enum, bytes, and Long types now accept strings
yoshi-automation Jan 28, 2020
a4b0958
chore: release 1.7.2 (#341)
release-please[bot] Jan 30, 2020
8c823f4
chore(deps): update dependency @types/mocha to v7
renovate-bot Jan 30, 2020
603c7bc
chore: skip img.shields.io in docs test
JustinBeckwith Feb 1, 2020
ada42d7
test: modernize mocha config (#345)
JustinBeckwith Feb 1, 2020
7be9794
fix: pass x-goog-request-params header for streaming calls
yoshi-automation Feb 7, 2020
e48aaae
chore: release 1.7.3 (#352)
release-please[bot] Feb 7, 2020
6eb88de
chore(deps): update dependency linkinator to v2
renovate-bot Feb 10, 2020
0baf34c
build: add GitHub actions config for unit tests
bcoe Feb 12, 2020
65c6792
feat: export protos in src/index.ts
xiaozhenliu-gg5 Feb 27, 2020
dfe831c
chore: update jsdoc.js (#362)
summer-ji-eng Feb 27, 2020
41fde7c
chore: update jsdoc with macro license (#366)
summer-ji-eng Feb 29, 2020
92c6a02
chore: correct .jsdoc.js protos and double quotes (#364)
summer-ji-eng Feb 29, 2020
68256ec
feat: add StackdriverLoggingConfig field to Cloud Tasks v2 API
yoshi-automation Feb 29, 2020
f8a1569
chore: release 1.8.0 (#359)
release-please[bot] Mar 2, 2020
b511922
chore(deps): update dependency uuid to v7 (#368)
renovate-bot Mar 3, 2020
ef94c57
chore: remove obsolete replacements from synth.py (#369)
alexander-fenster Mar 5, 2020
d37078b
feat: deferred client initialization (#370)
gcf-merge-on-green[bot] Mar 6, 2020
334737e
build: update linkinator config (#372)
JustinBeckwith Mar 6, 2020
7e1fa37
build(tests): fix coveralls and enable build cop (#373)
bcoe Mar 6, 2020
93378af
chore: release 1.9.0 (#371)
release-please[bot] Mar 11, 2020
7361090
docs: mention templates in contributing section of README (#376)
bcoe Mar 18, 2020
800b6ed
chore: remove snippet leading whitespace (#378)
chingor13 Mar 19, 2020
6d878d7
docs: document version support goals (#383)
bcoe Mar 24, 2020
b634bc7
chore: regenerate the code (#382)
yoshi-automation Mar 25, 2020
090abd5
feat!: drop node8 support, support for async iterators (#388)
alexander-fenster Mar 31, 2020
5db7862
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits …
bcoe Apr 1, 2020
b2bba47
chore(deps): update dependency @types/sinon to v9 (#391)
renovate-bot Apr 1, 2020
73b4ab4
chore: remove duplicate mocha config (#395)
JustinBeckwith Apr 5, 2020
d5f286f
fix: export explicit version in protos.js (#393)
yoshi-automation Apr 7, 2020
7716597
chore: release 2.0.0 (#389)
release-please[bot] Apr 8, 2020
ad1f101
chore(deps): update dependency gts to v2.0.0 (#398)
renovate-bot Apr 10, 2020
24b78e2
fix: remove eslint, update gax, fix generated protos, run the generat…
alexander-fenster Apr 11, 2020
11e23ce
build: remove unused codecov config (#402)
JustinBeckwith Apr 12, 2020
ec3435d
fix: remove unused files from package (#404)
JustinBeckwith Apr 13, 2020
d4207a4
chore(deps): update dependency ts-loader to v7 (#405)
renovate-bot Apr 15, 2020
9e9fe93
chore(deps): update dependency null-loader to v4 (#406)
renovate-bot Apr 15, 2020
64948f8
build: adopt changes to generator formatting (#409)
yoshi-automation Apr 22, 2020
ed843bc
docs: update jsdoc annotations (#410)
yoshi-automation Apr 22, 2020
9424f8c
chore: update npm scripts and synth.py (#411)
alexander-fenster Apr 24, 2020
af9ee3b
chore(deps): update dependency uuid to v8 (#412)
renovate-bot May 1, 2020
f0cdd8d
fix: regen protos and tests, formatting (#413)
alexander-fenster May 6, 2020
f25a610
chore: linting rules (#414)
yoshi-automation May 7, 2020
d7ed3f8
fix: synth.py clean up for multiple version (#415)
summer-ji-eng May 7, 2020
a72af2a
build: update protos.js (#419)
yoshi-automation Jun 4, 2020
e1c5abb
chore(deps): update dependency mocha to v8 (#423)
renovate-bot Jun 11, 2020
55ea625
build(secrets): begin migration to secret manager from keystore (#422)
yoshi-automation Jun 12, 2020
f6454e0
fix: handle fallback option properly (#425)
yoshi-automation Jun 12, 2020
e40d995
chore: release 2.0.1 (#401)
release-please[bot] Jun 16, 2020
0f1b7dc
feat: introducing field Queue.type docs: fixing typos and minor updat…
yoshi-automation Jun 19, 2020
3aac365
fix: update node issue template (#427)
yoshi-automation Jun 19, 2020
6573f4c
build: add gitattribute (#430)
summer-ji-eng Jun 26, 2020
060bb01
chore: update gitattributes and ignore (#432)
yoshi-automation Jul 1, 2020
0cd51c3
build: use bazel build (#433)
alexander-fenster Jul 6, 2020
0ec51ef
chore: release 2.1.0 (#428)
release-please[bot] Jul 7, 2020
73561c7
build: typeo in nodejs .gitattribute (#437)
yoshi-automation Jul 10, 2020
5e4039b
chore(deps): update dependency ts-loader to v8 (#436)
renovate-bot Jul 10, 2020
6f2dc02
chore(deps): update dependency @types/mocha to v8 (#438)
renovate-bot Jul 12, 2020
970cbed
build: add Node 8 tests (#440)
yoshi-automation Jul 20, 2020
e1b57c0
build: missing parenthesis in publish script, delete Node 8 tests, ad…
yoshi-automation Jul 20, 2020
9b55319
chore: add dev dependencies for cloud-rad ref docs (#443)
fhinkel Jul 21, 2020
44dc359
build: rename _toc to toc (#444)
yoshi-automation Jul 23, 2020
0eac9eb
chore: move gitattributes files to node templates (#446)
yoshi-automation Jul 24, 2020
d8fd043
build: configuration for new doc site (#448)
yoshi-automation Jul 30, 2020
c4edb93
docs: add links to the CHANGELOG from the README.md for Java and Node…
yoshi-automation Aug 3, 2020
0dcccb2
build: --credential-file-override is no longer required (#451)
yoshi-automation Aug 10, 2020
fe65c0c
build: use gapic-generator-typescript v1.0.7. (#452)
yoshi-automation Aug 13, 2020
747ec1f
build: update docs and publish config (#453)
yoshi-automation Aug 13, 2020
8588f14
chore: start tracking obsolete files
yoshi-automation Aug 20, 2020
5153340
build: move system and samples test from Node 10 to Node 12 (#456)
yoshi-automation Aug 21, 2020
8733366
build: track flaky tests for "nightly", add new secrets for tagging (…
yoshi-automation Aug 28, 2020
dc3a30f
fix(deps): update dependency yargs to v16 (#460)
renovate-bot Sep 9, 2020
bced231
build(test): recursively find test files; fail on unsupported depende…
yoshi-automation Sep 12, 2020
683c6bf
chore: release 2.1.1 (#461)
release-please[bot] Sep 17, 2020
cea4769
chore(deps): update dependency c8 to v7 (#464)
renovate-bot Sep 22, 2020
d00e94b
chore: update bucket for cloud-rad (#465)
yoshi-automation Oct 1, 2020
75c9b90
build(node_library): migrate to Trampoline V2 (#466)
yoshi-automation Oct 5, 2020
3524ca6
chore(deps): update dependency webpack-cli to v4 (#471)
renovate-bot Oct 12, 2020
88e3c1d
chore(deps): update dependency webpack to v5 (#470)
renovate-bot Oct 14, 2020
02f899e
build: only check --engine-strict for production deps (#472)
yoshi-automation Oct 16, 2020
f9b2e61
docs(samples): update samples to latest standards (#475)
JustinBeckwith Oct 21, 2020
8d8e305
fix(samples): region tag collided with tasks-api (#476)
bcoe Oct 21, 2020
86e5521
chore: clean up Node.js TOC for cloud-rad (#473)
yoshi-automation Oct 21, 2020
d349a9c
docs: update to sample in readme (#478)
yoshi-automation Oct 22, 2020
4d8455f
docs: updated code of conduct (includes update to actions) (#481)
yoshi-automation Oct 27, 2020
9e5d980
chore: release 2.1.2 (#477)
release-please[bot] Oct 27, 2020
3c01711
build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#482)
yoshi-automation Nov 3, 2020
16b4462
fix: do not modify options object, use defaultScopes (#484)
alexander-fenster Nov 6, 2020
cb559dd
fix(browser): check for fetch on window
yoshi-automation Nov 23, 2020
5ef8b20
docs: spelling correction for "targetting" (#489)
yoshi-automation Nov 25, 2020
c5d23c6
chore: release 2.1.3 (#488)
release-please[bot] Dec 2, 2020
3a91618
chore: generate GAPIC metadata JSON file (#491)
yoshi-automation Dec 4, 2020
10a7b06
docs: add instructions for authenticating for system tests (#494)
yoshi-automation Dec 22, 2020
995e1e0
chore: update license headers (#495)
yoshi-automation Jan 2, 2021
f2b0cad
feat: introduces style enumeration (#496)
yoshi-automation Jan 9, 2021
f574ca6
chore: release 2.2.0 (#497)
release-please[bot] Jan 12, 2021
9d047b6
feat: introducing fields: ListQueuesRequest.read_mask, GetQueueReques…
yoshi-automation Jan 22, 2021
4cf6e00
chore: release 2.3.0 (#500)
release-please[bot] Jan 22, 2021
748d575
refactor(nodejs): move build cop to flakybot (#502)
yoshi-automation Jan 27, 2021
956f765
chore: update CODEOWNERS config (#503)
JustinBeckwith Feb 2, 2021
8abe15d
build: adds UNORDERED_LIST enum (#504)
yoshi-automation Feb 3, 2021
e02ba7a
build: update gapic-generator-typescript to v1.2.10. (#507)
yoshi-automation Mar 7, 2021
3c7c25f
chore(deps): update dependency sinon to v10 (#508)
renovate-bot Mar 23, 2021
ff05a19
chore(deps): update dependency @types/sinon to v10 (#511)
renovate-bot Apr 14, 2021
555389b
chore(deps): update dependency ts-loader to v9 (#514)
renovate-bot Apr 19, 2021
dad0e82
chore: regenerate common templates (#513)
yoshi-automation Apr 20, 2021
3655bda
chore: migrate to owl bot (#515)
SurferJeffAtGoogle Apr 21, 2021
0e2943b
fix(deps): require google-gax v2.12.0 (#519)
alexander-fenster May 7, 2021
3aa5c58
chore: new owl bot post processor docker image (#521)
gcf-owl-bot[bot] May 11, 2021
9487c25
fix: use require() to load JSON protos (#522)
gcf-owl-bot[bot] May 11, 2021
feb8d43
chore: update gapic-generator-typescript to v1.3.2 (#523)
gcf-owl-bot[bot] May 11, 2021
97287f0
chore: release 2.3.1 (#520)
release-please[bot] May 13, 2021
c115166
chore: new owl bot post processor docker image (#526)
gcf-owl-bot[bot] May 19, 2021
408de46
chore(deps): update dependency @types/node to v14 (#527)
renovate-bot May 21, 2021
9497df2
chore(deps): update dependency sinon to v11 (#528)
renovate-bot May 25, 2021
b47c5ba
fix: GoogleAdsError missing using generator version after 1.3.0 (#529)
gcf-owl-bot[bot] May 25, 2021
625ec9d
chore: release 2.3.2 (#530)
release-please[bot] May 25, 2021
10e175e
chore: make generate_index_ts() deterministic (#532)
gcf-owl-bot[bot] May 29, 2021
92606ba
docs: fix grammar in documentation. (#531)
gcf-owl-bot[bot] May 29, 2021
6a3a873
chore(nodejs): remove api-extractor dependencies (#537)
fhinkel Jun 10, 2021
755c26c
fix: make request optional in all cases (#539)
gcf-owl-bot[bot] Jun 25, 2021
ab9819d
chore: release 2.3.3 (#541)
release-please[bot] Jun 30, 2021
ac5718e
fix(deps): google-gax v2.17.0 with mTLS (#543)
bcoe Jun 30, 2021
9ff3efd
chore: release 2.3.4 (#545)
release-please[bot] Jun 30, 2021
9354740
fix(deps): google-gax v2.17.1 (#546)
bcoe Jul 12, 2021
653f940
chore: release 2.3.5 (#547)
release-please[bot] Jul 12, 2021
afc28e8
fix: Updating WORKSPACE files to use the newest version of the Typesc…
gcf-owl-bot[bot] Jul 16, 2021
0d27cc7
chore: release 2.3.6 (#550)
release-please[bot] Jul 19, 2021
dfb9911
chore(nodejs): update client ref docs link in metadata (#558)
fhinkel Aug 13, 2021
e01a0ae
chore: disable renovate dependency dashboard (#1194) (#562)
gcf-owl-bot[bot] Aug 25, 2021
e7750db
feat: turns on self-signed JWT feature flag (#561)
gcf-owl-bot[bot] Sep 7, 2021
6e92c42
chore: release 2.4.0 (#563)
release-please[bot] Sep 7, 2021
4ee0814
fix(deps): require google-gax v2.24.1 (#559)
bcoe Sep 7, 2021
32e2b34
chore: release 2.4.1 (#564)
release-please[bot] Sep 7, 2021
9c79476
fix(build): set default branch to main (#565)
bcoe Sep 10, 2021
ba2d25f
chore: release 2.4.2 (#566)
release-please[bot] Sep 10, 2021
8665cf4
chore: relocate owl bot post processor (#568)
SurferJeffAtGoogle Sep 21, 2021
3d3f679
docs(samples): add auto-generated samples for Node with api short nam…
gcf-owl-bot[bot] Oct 5, 2021
d2e9580
build(node): update deps used during postprocessing (#1243) (#574)
gcf-owl-bot[bot] Oct 14, 2021
28f005d
chore(deps): update dependency @types/node to v16 (#576)
renovate-bot Oct 26, 2021
f199b7b
chore(cloud-rad): delete api-extractor config (#578)
fhinkel Nov 4, 2021
c395de8
docs(samples): add example tags to generated samples (#579)
gcf-owl-bot[bot] Nov 10, 2021
4b43ce8
chore(deps): update dependency sinon to v12 (#577)
renovate-bot Nov 19, 2021
fdc3faf
docs: fix docstring formatting (#581)
gcf-owl-bot[bot] Nov 22, 2021
5b7d220
feat: add eslintignore for sameple generated code (#1302) (#582)
gcf-owl-bot[bot] Dec 9, 2021
56e6d75
chore: release 2.5.0 (#583)
release-please[bot] Dec 9, 2021
cced5cd
docs(node): support "stable"/"preview" release level (#1312) (#587)
gcf-owl-bot[bot] Dec 29, 2021
8a32683
docs(badges): tweak badge to use new preview/stable language (#1314) …
gcf-owl-bot[bot] Dec 30, 2021
7d07cf2
test(nodejs): remove 15 add 16 (#1322) (#590)
gcf-owl-bot[bot] Jan 12, 2022
16d3bae
chore: add api_shortname and library_type to repo metadata (#586)
parthea Jan 12, 2022
b30e017
chore(deps): update dependency gts to v3 (#591)
renovate-bot Jan 12, 2022
79acae7
chore: fix .repo-metadata.json (#594)
averikitsch Jan 19, 2022
985eb03
chore: update codeowners (#598)
dinagraves Jan 20, 2022
3c508ff
build: update copyright year to 2022 (#595)
gcf-owl-bot[bot] Jan 20, 2022
6efaaa7
chore: update v2.12.0 gapic-generator-typescript (#599)
gcf-owl-bot[bot] Jan 26, 2022
696bc9c
chore(deps): update dependency sinon to v13 (#601)
renovate-bot Jan 31, 2022
200c8cb
docs(nodejs): version support policy edits (#1346) (#603)
gcf-owl-bot[bot] Feb 4, 2022
d302c67
docs(samples): include metadata file, add exclusions for samples to h…
gcf-owl-bot[bot] Feb 18, 2022
27512d7
chore: update v2.14.2 gapic-generator-typescript (#609)
gcf-owl-bot[bot] Mar 16, 2022
7477e01
feat: AuditConfig for IAM v1 (#611)
gcf-owl-bot[bot] Apr 5, 2022
2027962
chore: remove unused imports (#613)
gcf-owl-bot[bot] Apr 8, 2022
4588d5d
build(node): update client library version in samples metadata (#1356…
gcf-owl-bot[bot] Apr 21, 2022
45400ee
chore(deps): update dependency @types/mocha to v9 (#620)
renovate-bot May 3, 2022
136cef9
chore(main): release 2.6.0 (#612)
release-please[bot] May 6, 2022
e8ae86a
chore(deps): update dependency sinon to v14 (#623)
renovate-bot May 9, 2022
605cc81
build!: update library to use Node 12 (#625)
sofisl May 19, 2022
005b4ff
chore(main): release 3.0.0 (#626)
release-please[bot] Jun 9, 2022
f68da41
chore(deps): update dependency jsdoc-region-tag to v2 (#630)
renovate-bot Jun 10, 2022
b9f5367
fix(docs): describe fallback rest option (#631)
gcf-owl-bot[bot] Jun 30, 2022
c71dfe7
chore(main): release 3.0.1 (#632)
release-please[bot] Jun 30, 2022
bc1bb1f
chore(deps): update dependency jsdoc-fresh to v2 (#629)
renovate-bot Jul 4, 2022
0ebefee
chore(deps): update dependency linkinator to v4 (#636)
renovate-bot Jul 8, 2022
7b73000
chore: remove unused proto imports (#643)
gcf-owl-bot[bot] Aug 19, 2022
87a6905
fix: better support for fallback mode (#644)
gcf-owl-bot[bot] Aug 23, 2022
0c87f47
fix: change import long to require (#645)
gcf-owl-bot[bot] Aug 23, 2022
d516525
chore(main): release 3.0.2 (#646)
release-please[bot] Aug 26, 2022
a860eaa
fix: do not import the whole google-gax from proto JS (#1553) (#649)
gcf-owl-bot[bot] Aug 27, 2022
b55761c
fix: allow passing gax instance to client constructor (#650)
gcf-owl-bot[bot] Sep 1, 2022
9b894ed
chore(main): release 3.0.3 (#651)
release-please[bot] Sep 7, 2022
70164af
chore(deps): update dependency uuid to v9 (#652)
renovate-bot Sep 9, 2022
4317525
fix: preserve default values in x-goog-request-params header (#657)
gcf-owl-bot[bot] Sep 14, 2022
28a5fd8
build: use fully qualified request type name in tests (#665)
gcf-owl-bot[bot] Sep 22, 2022
ba5586e
chore(main): release 3.0.4 (#656)
release-please[bot] Sep 23, 2022
75cfc2a
fix(deps): use google-gax v3.5.2 (#673)
alexander-fenster Nov 4, 2022
d5d37f1
fix: update proto definitions(#677)
gcf-owl-bot[bot] Nov 10, 2022
7afa089
chore(deps): update dependency @types/node to v18 (#671)
renovate-bot Nov 10, 2022
17f8a81
chore(deps): update dependency jsdoc to v4 (#676)
renovate-bot Nov 10, 2022
917abec
chore(main): release 3.0.5 (#675)
release-please[bot] Nov 10, 2022
9cac26c
Merge remote-tracking branch 'migration/main' into nodejs-tasks-migra…
sofisl Nov 10, 2022
639d029
build: add release-please config, fix owlbot-config
sofisl Nov 10, 2022
7c004cb
Create quickstart.test.js
sofisl Nov 10, 2022
bf69de3
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 10, 2022
6ba4135
Merge branch 'nodejs-tasks-migration' of https://github.com/googleapi…
gcf-owl-bot[bot] Nov 10, 2022
309297d
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 10, 2022
0ff8ef7
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 10, 2022
5122ac2
Merge branch 'nodejs-tasks-migration' of https://github.com/googleapi…
gcf-owl-bot[bot] Nov 10, 2022
5d141ff
Update quickstart.test.js
sofisl Nov 11, 2022
5c94bef
Update quickstart.test.js
sofisl Nov 11, 2022
029ec39
Update quickstart.test.js
sofisl Nov 11, 2022
07662b0
Update quickstart.test.js
sofisl Nov 11, 2022
05479d7
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 11, 2022
a7ee644
Merge branch 'nodejs-tasks-migration' of https://github.com/googleapi…
gcf-owl-bot[bot] Nov 11, 2022
036cecb
Update quickstart.test.js
sofisl Nov 11, 2022
d67432a
samples: update quickstart to be hermetic
sofisl Nov 11, 2022
da4c696
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 11, 2022
fa44937
merge conflict
sofisl Nov 11, 2022
34479b6
Merge branch 'main' into nodejs-tasks-migration
sofisl Nov 14, 2022
709f659
Merge branch 'main' into nodejs-tasks-migration
sofisl Nov 17, 2022
ee9d41f
Merge branch 'main' into nodejs-tasks-migration
sofisl Nov 18, 2022
327d2fd
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 18, 2022
3a9c1dc
build: update samples test
sofisl Nov 18, 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 @@ -94,6 +94,7 @@
"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-texttospeech": "4.0.4",
"packages/google-cloud-tpu": "2.2.0",
Expand Down
10 changes: 3 additions & 7 deletions packages/google-cloud-compute/.mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,18 @@
// 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
// 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.
//
// ** This file is automatically generated by gapic-generator-typescript. **
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **

const config = {
"enable-source-maps": true,
"throw-deprecation": true,
"timeout": 10000
"timeout": 10000,
"recursive": true
}
if (process.env.MOCHA_THROW_DEPRECATION === 'false') {
delete config['throw-deprecation'];
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// 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.
Expand Down
763 changes: 725 additions & 38 deletions packages/google-cloud-compute/README.md

Large diffs are not rendered by default.

12,033 changes: 11,924 additions & 109 deletions packages/google-cloud-compute/samples/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/google-cloud-compute/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// 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.
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-securitycenter/.mocharc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// 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.
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-securitycenter/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// 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.
Expand Down
102 changes: 86 additions & 16 deletions packages/google-cloud-securitycenter/README.md

Large diffs are not rendered by default.

1,422 changes: 1,409 additions & 13 deletions packages/google-cloud-securitycenter/samples/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/google-cloud-securitycenter/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// 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.
Expand Down
24 changes: 24 additions & 0 deletions packages/google-cloud-tasks/.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/tasks/(v.*)/.*-nodejs
dest: /owl-bot-staging/google-cloud-tasks/$1

begin-after-commit-hash: fb91803ccef5d7c695139b22788b309e2197856b

7 changes: 7 additions & 0 deletions packages/google-cloud-tasks/.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-tasks/.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-tasks/.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-tasks/.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-tasks/.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/tasks',
theme: 'lumen',
default: {
outputSourceFiles: false
}
},
markdown: {
idInHeadings: true
}
};
29 changes: 29 additions & 0 deletions packages/google-cloud-tasks/.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-tasks/.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-tasks/.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-tasks/.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')
}
17 changes: 17 additions & 0 deletions packages/google-cloud-tasks/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"distribution_name": "@google-cloud/tasks",
"release_level": "stable",
"product_documentation": "https://cloud.google.com/tasks/docs/",
"repo": "googleapis/google-cloud-node",
"default_version": "v2",
"language": "nodejs",
"requires_billing": true,
"issue_tracker": "https://issuetracker.google.com/savedsearches/5433985",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/tasks/latest",
"name": "tasks",
"name_pretty": "Cloud Tasks",
"api_id": "tasks.googleapis.com",
"codeowner_team": "@googleapis/aap-dpes",
"api_shortname": "cloudtasks",
"library_type": "GAPIC_AUTO"
}
Loading