Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
308 commits
Select commit Hold shift + click to select a range
ff4820b
feat: DEADLINE_EXCEEDED is no longer retried; attemptDeadline option …
yoshi-automation May 9, 2019
688908c
fix: DEADLINE_EXCEEDED retry code is idempotent (#94)
yoshi-automation May 10, 2019
ecf2261
fix(deps): update dependency google-gax to v1 (#93)
renovate[bot] May 10, 2019
0733939
chore: release 1.0.0 (#95)
May 13, 2019
0010922
build: add new kokoro config for coverage and release-please (#96)
May 17, 2019
bbbbe1b
build: updated kokoro config for coverage and release-please (#97)
May 17, 2019
9af71fe
refactor: drop dependency on lodash.merge and update links (#98)
yoshi-automation May 21, 2019
2495258
chore: use published jsdoc-baseline package (#99)
JustinBeckwith May 23, 2019
31ca9cb
build: ignore proto files in test coverage (#101)
JustinBeckwith May 28, 2019
24fef14
feat: support apiEndpoint override in client constructor (#104)
yoshi-automation Jun 5, 2019
77d2eca
chore: release 1.1.0 (#105)
yoshi-automation Jun 5, 2019
210ec5e
chore(deps): npm audit fix (#106)
JustinBeckwith Jun 11, 2019
ed44293
docs: update return type in jsdoc for Buffers (#107)
yoshi-automation Jun 12, 2019
828b1f5
fix(docs): move to new client docs URL (#108)
Jun 13, 2019
c9a5b6c
chore: release 1.1.1 (#109)
yoshi-automation Jun 14, 2019
e70b410
build: switch to GitHub magic proxy (#110)
Jun 18, 2019
7f1b304
fix(docs): link to reference docs section on googleapis.dev (#111)
Jun 25, 2019
847e618
chore: release 1.1.2 (#112)
yoshi-automation Jun 27, 2019
6d4dbcc
build: use config file for linkinator (#113)
JustinBeckwith Jun 28, 2019
9d72de4
chore(deps): update linters (#115)
Jul 26, 2019
81ce3cc
docs: use the jsdoc-fresh theme (#116)
JustinBeckwith Jul 31, 2019
f82e5fd
docs: document apiEndpoint over servicePath (#117)
JustinBeckwith Jul 31, 2019
2a38a42
fix: allow calls with no request, add JSON proto
yoshi-automation Aug 2, 2019
6b572bc
chore: release 1.1.3 (#121)
yoshi-automation Aug 5, 2019
f5f4639
fix: include the correct version of node in a header (#122)
yoshi-automation Aug 26, 2019
9bb102c
chore: release 1.1.4 (#123)
yoshi-automation Aug 26, 2019
86e21f7
docs: update function documentation
yoshi-automation Aug 27, 2019
5c9fda6
docs: update link to client docs (#126)
yoshi-automation Aug 28, 2019
b527ae6
feat: load protos from JSON, grpc-fallback support
yoshi-automation Sep 3, 2019
ac023b7
chore(deps): update dependency eslint-plugin-node to v10 (#129)
renovate-bot Sep 5, 2019
8b5b2f1
chore: release 1.2.0 (#128)
yoshi-automation Sep 6, 2019
8065836
update .nycrc ignore rules (#130)
Sep 6, 2019
fd1dbe6
feat: .d.ts for protos (#134)
yoshi-automation Sep 23, 2019
1098eac
fix: use compatible version of google-gax
alexander-fenster Oct 2, 2019
32277c0
chore: update pull request template (#138)
yoshi-automation Oct 8, 2019
2fa43c8
chore: update CONTRIBUTING.md and make releaseType node (#143)
Oct 9, 2019
c7dda49
chore: release 1.3.0 (#144)
release-please[bot] Oct 12, 2019
c70edd8
fix: update proto comments and scopes (#145)
yoshi-automation Oct 12, 2019
98ccb50
chore: release 1.3.1 (#146)
release-please[bot] Oct 14, 2019
7320fe7
fix(deps): bump google-gax to 1.7.5 (#147)
JustinBeckwith Oct 22, 2019
388c193
chore: release 1.3.2 (#148)
release-please[bot] Oct 22, 2019
6a68490
refactor: updates proto annotations
yoshi-automation Oct 29, 2019
501571f
test: don't exclude src/ in coverage
yoshi-automation Nov 1, 2019
6600359
fix: import long into proto ts declaration file (#156)
yoshi-automation Nov 13, 2019
d66b889
fix(docs): snippets are now replaced in jsdoc comments (#155)
Nov 13, 2019
e2ce6ee
chore: add license header to protos/protos.d.ts (#158)
yoshi-automation Nov 15, 2019
4ff7a5c
chore: release 1.3.3 (#157)
release-please[bot] Nov 15, 2019
c79e380
docs: adds license header
yoshi-automation Nov 18, 2019
30d5f8b
feat: add plural and singular resource descriptor
yoshi-automation Nov 22, 2019
70c5895
chore: update license headers (#164)
JustinBeckwith Nov 25, 2019
3fa7b5a
feat: move to typescript code generation (#167)
xiaozhenliu-gg5 Dec 20, 2019
fc14bce
docs: update jsdoc license/samples-README (#168)
Dec 26, 2019
d56613a
refactor: use explicit mocha imports (#173)
JustinBeckwith Dec 30, 2019
c4f97a6
chore(deps): update dependency eslint-plugin-node to v11 (#172)
renovate-bot Dec 31, 2019
ec5d341
build: remove unused scripts (#171)
JustinBeckwith Dec 31, 2019
117f2a7
chore(deps): update dependency c8 to v7 (#170)
renovate-bot Dec 31, 2019
15c52c8
build: track files list in synth.metadata
yoshi-automation Jan 4, 2020
242e9b8
fix: better client close(), update .nycrc, require mocha explicitly
yoshi-automation Jan 5, 2020
057e157
chore: release 1.4.0
release-please[bot] Jan 6, 2020
3c9c801
chore(deps): update dependency mocha to v7 (#175)
renovate-bot Jan 6, 2020
cbf7098
fix: proper routing headers
yoshi-automation Jan 9, 2020
0d652b9
chore: release 1.4.1 (#177)
release-please[bot] Jan 9, 2020
197dae2
chore: clear synth.metadata (#185)
JustinBeckwith Jan 24, 2020
4428600
chore: regenerate synth.metadata (#187)
yoshi-automation Jan 28, 2020
429ef85
chore: release 1.4.2 (#186)
release-please[bot] Jan 30, 2020
c9b620a
chore(deps): update dependency @types/mocha to v7
renovate-bot Jan 30, 2020
14e6702
chore: skip img.shields.io in docs test
JustinBeckwith Feb 1, 2020
8bdc136
test: modernize mocha config (#190)
JustinBeckwith Feb 1, 2020
864dcd6
fix: pass x-goog-request-params header for streaming calls
yoshi-automation Feb 7, 2020
2cf00b9
chore(deps): update dependency linkinator to v2
renovate-bot Feb 10, 2020
3b7e5e2
build: add GitHub actions config for unit tests
Feb 12, 2020
0308425
chore: release 1.4.3 (#197)
release-please[bot] Feb 12, 2020
1464347
feat: export protos in src/index.ts
xiaozhenliu-gg5 Feb 26, 2020
1e1dd8a
chore: update jsdoc.js (#206)
summer-ji-eng Feb 27, 2020
efa9442
chore: correct .jsdoc.js protos and double quotes (#208)
summer-ji-eng Feb 28, 2020
33ab7db
chore: update jsdoc with macro license (#210)
summer-ji-eng Feb 29, 2020
ef07b1f
chore: release 1.5.0 (#203)
release-please[bot] Mar 3, 2020
b049bd3
chore: remove obsolete replacements from synth.py (#211)
alexander-fenster Mar 5, 2020
84d1c74
feat: deferred client initialization (#212)
gcf-merge-on-green[bot] Mar 6, 2020
2805b30
build: update linkinator config (#214)
JustinBeckwith Mar 6, 2020
4d7617d
build(tests): fix coveralls and enable build cop (#215)
Mar 6, 2020
0914674
chore: release 1.6.0 (#213)
release-please[bot] Mar 11, 2020
7f41ab8
docs: mention templates in contributing section of README (#217)
Mar 18, 2020
18fede8
chore: remove snippet leading whitespace (#219)
chingor13 Mar 19, 2020
cfc72b1
docs: document version support goals (#224)
Mar 24, 2020
e89e809
chore: regenerate the code (#223)
yoshi-automation Mar 25, 2020
1ecd5ec
feat!: drop node8 support, support for async iterators (#227)
alexander-fenster Mar 31, 2020
612eac1
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits …
Apr 1, 2020
7555792
chore(deps): update dependency @types/sinon to v9 (#230)
renovate-bot Apr 1, 2020
f60b16f
chore: remove duplicate mocha config (#233)
JustinBeckwith Apr 5, 2020
e309b87
fix: export explicit version from protos.js (#232)
yoshi-automation Apr 7, 2020
814a012
test: awaits assert.rejects (#235)
yoshi-automation Apr 9, 2020
2e3491e
chore(deps): update dependency gts to v2.0.0 (#236)
renovate-bot Apr 10, 2020
da731af
fix: remove eslint, update gax, fix generated protos, run the generat…
alexander-fenster Apr 11, 2020
9345705
build: remove unused codecov config (#239)
JustinBeckwith Apr 12, 2020
80f1b26
refactor: reformat with latest linter and formatter (#240)
yoshi-automation Apr 13, 2020
5e2a7a0
fix: drop unused files from package (#242)
JustinBeckwith Apr 14, 2020
8416c23
chore(deps): update dependency ts-loader to v7 (#243)
renovate-bot Apr 15, 2020
9e27974
chore(deps): update dependency null-loader to v4 (#244)
renovate-bot Apr 15, 2020
06fc8cb
build: use codecov's action, now that it's authless (#499) (#245)
yoshi-automation Apr 20, 2020
56f8ca4
fix: update types for PubSub integration (#246)
yoshi-automation Apr 22, 2020
4271779
chore: update npm scripts and synth.py (#247)
alexander-fenster Apr 24, 2020
d770130
fix: regen protos and tests, formatting (#248)
alexander-fenster May 6, 2020
5976004
chore: code formatting
yoshi-automation May 6, 2020
2a77171
fix: synth.py clean up for multiple version (#250)
summer-ji-eng May 6, 2020
a48fe66
build: do not fail builds on codecov errors (#528) (#251)
yoshi-automation May 8, 2020
1b748cc
chore: release 2.0.0 (#228)
release-please[bot] Jun 2, 2020
0c8d05c
build: update protos.js (#253)
yoshi-automation Jun 4, 2020
9fb389f
chore(deps): update dependency mocha to v8 (#259)
renovate-bot Jun 11, 2020
c8b9637
feat(secrets): begin migration to secret manager from keystore (#258)
yoshi-automation Jun 12, 2020
9da9db9
fix: handle fallback option properly (#261)
yoshi-automation Jun 12, 2020
3665266
chore: release 2.1.0 (#260)
release-please[bot] Jun 16, 2020
0a5cd01
fix: update node issue template (#263)
yoshi-automation Jun 18, 2020
3bb11c0
build: add config .gitattributes (#266)
yoshi-automation Jun 29, 2020
ce89aeb
build: use bazel build (#267)
alexander-fenster Jul 6, 2020
64684fd
chore: release 2.1.1 (#264)
release-please[bot] Jul 7, 2020
21aae6d
build: typeo in nodejs .gitattribute (#271)
yoshi-automation Jul 10, 2020
e3a28b8
chore(deps): update dependency ts-loader to v8 (#270)
renovate-bot Jul 10, 2020
b811a75
chore(deps): update dependency @types/mocha to v8 (#272)
renovate-bot Jul 12, 2020
eaed1bb
build: add Node 8 tests (#276)
yoshi-automation Jul 20, 2020
4c1bed9
build: missing parenthesis in publish script, delete Node 8 tests, ad…
yoshi-automation Jul 20, 2020
b03667a
chore: add dev dependencies for cloud-rad ref docs (#278)
fhinkel Jul 21, 2020
6d1eec9
build: rename _toc to toc (#279)
yoshi-automation Jul 23, 2020
185921c
chore: move gitattributes files to node templates (#280)
yoshi-automation Jul 24, 2020
0f2fdd9
build: update protos (#281)
yoshi-automation Jul 31, 2020
67bd17d
docs: add links to the CHANGELOG from the README.md for Java and Node…
yoshi-automation Aug 3, 2020
9b4fc2a
build: --credential-file-override is no longer required (#283)
yoshi-automation Aug 10, 2020
316c96c
build: use gapic-generator-typescript v1.0.7. (#284)
yoshi-automation Aug 13, 2020
7fdfefb
build: update docs and publish scripts (#285)
yoshi-automation Aug 13, 2020
39f9618
chore: start tracking obsolete files
yoshi-automation Aug 20, 2020
100fed8
build: move system and samples test from Node 10 to Node 12 (#287)
yoshi-automation Aug 21, 2020
fb0ac51
build: track flaky tests for "nightly", add new secrets for tagging (…
yoshi-automation Aug 28, 2020
493b1d1
build(test): recursively find test files; fail on unsupported depende…
yoshi-automation Sep 12, 2020
9bd5bfa
docs: update list of available samples (#293)
yoshi-automation Sep 17, 2020
c75949b
chore: update bucket for cloud-rad (#294)
yoshi-automation Oct 1, 2020
8970fd6
build(node_library): migrate to Trampoline V2 (#295)
yoshi-automation Oct 5, 2020
e2ddbaa
build: only check --engine-strict for production deps (#297)
yoshi-automation Oct 16, 2020
1e0abb9
chore: clean up Node.js TOC for cloud-rad (#298)
yoshi-automation Oct 21, 2020
8062994
docs: updated code of conduct (includes update to actions) (#302)
yoshi-automation Oct 29, 2020
2702bd4
build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#303)
yoshi-automation Nov 2, 2020
46fef1b
fix: do not modify options object, use defaultScopes (#305)
alexander-fenster Nov 6, 2020
610ad59
chore(deps): update dependency gts to v3 (#307)
renovate-bot Nov 19, 2020
e2a85ec
chore(deps): update dependency supertest to v6 (#308)
renovate-bot Nov 19, 2020
7fa67a6
chore(deps): update dependency webpack to v5 (#309)
renovate-bot Nov 23, 2020
308adf2
chore(deps): update dependency webpack-cli to v4 (#310)
renovate-bot Nov 23, 2020
4c2a20b
fix(browser): check for fetch on window (#313)
yoshi-automation Nov 25, 2020
5cdecc0
chore: release 2.1.2 (#312)
release-please[bot] Dec 2, 2020
cc63acd
chore: generate GAPIC metadata JSON file (#314)
yoshi-automation Dec 4, 2020
f04b649
fix: check for fetch on window (#311)
yoshi-automation Dec 7, 2020
bb56102
chore: release 2.1.3 (#315)
release-please[bot] Dec 9, 2020
b8b292c
docs: add instructions for authenticating for system tests (#316)
yoshi-automation Dec 22, 2020
b1bbc73
chore: update license headers (#317)
yoshi-automation Jan 1, 2021
869024a
feat: introduces style enumeration (#318)
yoshi-automation Jan 9, 2021
87df858
chore: release 2.2.0 (#320)
release-please[bot] Jan 12, 2021
c7a0d60
chore: update CODEOWNERS config (#328)
JustinBeckwith Feb 2, 2021
aa344c7
build: adds UNORDERED_LIST enum (#330)
yoshi-automation Feb 3, 2021
b94cd42
chore: update flakybot config (#331)
yoshi-automation Feb 4, 2021
18d7704
build: update gapic-generator-typescript to v1.2.10. (#332)
yoshi-automation Mar 7, 2021
b6b51b4
chore: migrate to owl bot (#333)
SurferJeffAtGoogle Mar 18, 2021
d6cae1c
chore(deps): update dependency sinon to v10 (#340)
renovate-bot Mar 23, 2021
6e733c7
build: update .OwlBot.lock with new version of post-processor (#344)
gcf-owl-bot[bot] Mar 30, 2021
190286d
chore(deps): update dependency @types/sinon to v10 (#350)
renovate-bot Apr 14, 2021
6c1be4a
chore(deps): update dependency ts-loader to v9 (#354)
renovate-bot Apr 19, 2021
9d75ea7
fix(deps): require google-gax v2.12.0 (#358)
alexander-fenster May 7, 2021
e80f5e8
chore: new owl bot post processor docker image (#360)
gcf-owl-bot[bot] May 10, 2021
07c1421
fix: use require() to load JSON protos (#361)
gcf-owl-bot[bot] May 11, 2021
52c249e
chore: update gapic-generator-typescript to v1.3.2 (#362)
gcf-owl-bot[bot] May 11, 2021
dbd50bd
chore: release 2.2.1 (#359)
release-please[bot] May 13, 2021
bb189a2
chore(deps): update dependency @types/node to v14 (#365)
renovate-bot May 21, 2021
8f907c6
chore(deps): update dependency sinon to v11 (#366)
renovate-bot May 25, 2021
8483528
fix: GoogleAdsError missing using generator version after 1.3.0 (#367)
gcf-owl-bot[bot] May 25, 2021
7c8667c
chore: make generate_index_ts() deterministic (#369)
gcf-owl-bot[bot] May 29, 2021
df45ea1
chore: release 2.2.2 (#368)
release-please[bot] Jun 3, 2021
6052e54
chore(nodejs): remove api-extractor dependencies (#375)
fhinkel Jun 10, 2021
c59e5c8
fix: make request optional in all cases (#377)
gcf-owl-bot[bot] Jun 22, 2021
c548b5c
chore: release 2.2.3 (#378)
release-please[bot] Jun 22, 2021
4d9e28e
fix(deps): google-gax v2.17.0 with mTLS (#384)
Jun 30, 2021
b7064bd
chore: release 2.2.4 (#386)
release-please[bot] Jun 30, 2021
cb571ae
fix(deps): google-gax v2.17.1 (#388)
Jul 12, 2021
8d6e41d
fix: Updating WORKSPACE files to use the newest version of the Typesc…
gcf-owl-bot[bot] Jul 16, 2021
7e83fc7
chore: release 2.2.5 (#389)
release-please[bot] Jul 19, 2021
942a10c
chore(nodejs): update client ref docs link in metadata (#395)
fhinkel Aug 4, 2021
90f80ae
fix(deps): google-gax v2.24.1 (#397)
Aug 17, 2021
3d3811f
chore: release 2.2.6 (#398)
release-please[bot] Aug 17, 2021
5634e45
feat: turns on self-signed JWT feature flag (#399)
gcf-owl-bot[bot] Aug 23, 2021
8b215c3
chore: disable renovate dependency dashboard (#1194) (#402)
gcf-owl-bot[bot] Aug 25, 2021
d0e91f9
fix(build): set default branch to main (#403)
Sep 10, 2021
4ccf785
chore: release 2.3.0 (#400)
release-please[bot] Sep 10, 2021
764d2b6
chore: relocate owl bot post processor (#405)
SurferJeffAtGoogle Sep 21, 2021
a78e4f0
docs(samples): add auto-generated samples for Node with api short nam…
gcf-owl-bot[bot] Oct 5, 2021
05b4141
build(node): update deps used during postprocessing (#1243) (#411)
gcf-owl-bot[bot] Oct 14, 2021
61645c1
chore(deps): update dependency @types/node to v16 (#412)
renovate-bot Oct 26, 2021
bdf3815
chore(cloud-rad): delete api-extractor config (#414)
fhinkel Nov 4, 2021
053573c
docs(samples): add example tags to generated samples (#415)
gcf-owl-bot[bot] Nov 10, 2021
10588ae
chore(deps): update dependency sinon to v12 (#413)
renovate-bot Dec 8, 2021
a9cfee6
build: add generated samples to .eslintignore (#416)
gcf-owl-bot[bot] Dec 9, 2021
f03f6b5
docs(node): support "stable"/"preview" release level (#1312) (#419)
gcf-owl-bot[bot] Dec 29, 2021
32a6363
docs(badges): tweak badge to use new preview/stable language (#1314) …
gcf-owl-bot[bot] Dec 30, 2021
cb6b30b
test(nodejs): remove 15 add 16 (#1322) (#422)
gcf-owl-bot[bot] Jan 11, 2022
fca4b87
chore: add api_shortname and library_type to repo metadata (#418)
parthea Jan 12, 2022
cfdedaf
chore: updating codeowners (#427)
dinagraves Jan 20, 2022
aafd95d
build: update copyright year to 2022 (#424)
gcf-owl-bot[bot] Jan 20, 2022
d013ade
chore: update v2.12.0 gapic-generator-typescript (#428)
gcf-owl-bot[bot] Jan 26, 2022
5b3b787
chore(deps): update dependency sinon to v13 (#430)
renovate-bot Jan 31, 2022
b08c5bc
docs(nodejs): version support policy edits (#1346) (#432)
gcf-owl-bot[bot] Feb 3, 2022
663491f
docs(samples): include metadata file, add exclusions for samples to h…
gcf-owl-bot[bot] Feb 18, 2022
9818e9f
chore: update v2.14.2 gapic-generator-typescript (#437)
gcf-owl-bot[bot] Mar 16, 2022
53cd05f
build(node): update client library version in samples metadata (#1356…
gcf-owl-bot[bot] Apr 21, 2022
86ee347
chore(deps): update dependency @types/mocha to v9 (#445)
renovate-bot May 3, 2022
acf7510
chore(deps): update dependency sinon to v14 (#450)
renovate-bot May 9, 2022
2fd6549
build!: update library to use Node 12 (#452)
sofisl May 20, 2022
f2408a1
chore(main): release 3.0.0 (#453)
release-please[bot] May 26, 2022
0339f90
chore(deps): update dependency jsdoc-region-tag to v2 (#456)
renovate-bot Jun 9, 2022
46dc179
chore(deps): update dependency jsdoc-fresh to v2 (#455)
renovate-bot Jun 9, 2022
c35e50b
fix(docs): describe fallback rest option (#457)
gcf-owl-bot[bot] Jun 30, 2022
afadec6
chore(main): release 3.0.1 (#458)
release-please[bot] Jun 30, 2022
62afaaf
chore(deps): update dependency linkinator to v4 (#460)
renovate-bot Jul 7, 2022
e1a20eb
fix(deps): do not depend on protobufjs (#461)
renovate-bot Jul 10, 2022
5123e94
chore(main): release 3.0.2 (#462)
release-please[bot] Aug 2, 2022
a738456
chore: remove unused proto imports (#463)
gcf-owl-bot[bot] Aug 19, 2022
6b67b97
fix: better support for fallback mode (#464)
gcf-owl-bot[bot] Aug 23, 2022
f5ffd40
fix: change import long to require (#465)
gcf-owl-bot[bot] Aug 23, 2022
6dd7b8c
chore(main): release 3.0.3 (#466)
release-please[bot] Aug 26, 2022
b5606de
fix: do not import the whole google-gax from proto JS (#1553) (#468)
gcf-owl-bot[bot] Aug 27, 2022
bf6ce7d
fix: allow passing gax instance to client constructor (#469)
gcf-owl-bot[bot] Sep 1, 2022
e1425e5
fix: preserve default values in x-goog-request-params header (#471)
gcf-owl-bot[bot] Sep 14, 2022
260b6a6
test: use fully qualified request type name in tests (#476)
gcf-owl-bot[bot] Sep 22, 2022
4c46bf4
chore(main): release 3.0.4 (#470)
release-please[bot] Sep 22, 2022
73af264
fix(deps): use google-gax v3.5.2 (#480)
alexander-fenster Nov 4, 2022
cbb075f
chore(deps): update dependency @types/node to v18 (#478)
renovate-bot Nov 10, 2022
a33ade3
chore(deps): update dependency jsdoc to v4 (#483)
renovate-bot Nov 10, 2022
2d1c459
fix: regenerated protos JS and TS definitions (#484)
gcf-owl-bot[bot] Nov 10, 2022
3207ac1
chore(main): release 3.0.5 (#482)
release-please[bot] Nov 11, 2022
e9effe7
Merge remote-tracking branch 'migration/main' into nodejs-scheduler-m…
sofisl Nov 11, 2022
f749f25
build: add release-please config, fix owlbot-config
sofisl Nov 11, 2022
7900f8c
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 11, 2022
b0a3082
Merge branch 'main' into nodejs-scheduler-migration
sofisl Nov 11, 2022
167e2e0
feat: add working quickstart sample
sofisl Nov 11, 2022
8d9e83f
run lint
sofisl Nov 11, 2022
1cb1266
Merge branch 'main' into nodejs-scheduler-migration
sofisl Nov 11, 2022
02c2fc0
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 11, 2022
952fd10
Merge branch 'nodejs-scheduler-migration' of https://github.com/googl…
gcf-owl-bot[bot] Nov 11, 2022
5aaebf7
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 11, 2022
ceca3a3
Merge branch 'nodejs-scheduler-migration' of https://github.com/googl…
gcf-owl-bot[bot] Nov 11, 2022
0fc7748
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 11, 2022
a741edd
Merge branch 'nodejs-scheduler-migration' of https://github.com/googl…
gcf-owl-bot[bot] Nov 11, 2022
f69f9a3
Merge branch 'main' into nodejs-scheduler-migration
sofisl Nov 11, 2022
a91e66f
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 11, 2022
129fc5b
Merge branch 'nodejs-scheduler-migration' of https://github.com/googl…
gcf-owl-bot[bot] Nov 11, 2022
ae586f7
Delete system.ts
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 @@ -31,6 +31,7 @@
"packages/google-cloud-recommender": "5.0.4",
"packages/google-cloud-redis": "3.1.5",
"packages/google-cloud-resourcemanager": "4.1.3",
"packages/google-cloud-scheduler": "3.0.5",
"packages/google-cloud-security-publicca": "0.1.3",
"packages/google-cloud-shell": "2.0.4",
"packages/google-cloud-texttospeech": "4.0.4",
Expand Down
21 changes: 21 additions & 0 deletions packages/google-cloud-scheduler/.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/scheduler/(.*)/.*-nodejs
dest: /owl-bot-staging/google-cloud-scheduler/$1

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