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

chore: nodejs speech migration #3881

Merged
merged 584 commits into from
Jan 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
584 commits
Select commit Hold shift + click to select a range
e72d313
chore: add protos/ to .eslintignore (#438)
alexander-fenster Sep 30, 2019
1a10ac7
fix: use compatible version of google-gax
alexander-fenster Oct 2, 2019
0a82dc8
chore: update CONTRIBUTING.md and make releaseType node (#447)
bcoe Oct 9, 2019
7a8af1b
chore: updated proto annotations
yoshi-automation Oct 9, 2019
0ae6606
chore: release 3.3.1 (#448)
release-please[bot] Oct 12, 2019
958c8f7
fix(deps): update dependency @google-cloud/storage to v4 (#449)
renovate-bot Oct 18, 2019
80f59e5
fix(deps): bump google-gax to 1.7.5 (#452)
JustinBeckwith Oct 22, 2019
348ffdb
chore: release 3.3.2 (#450)
release-please[bot] Oct 22, 2019
e822b96
test: don't exclude src/ in coverage; proto changes
yoshi-automation Nov 1, 2019
994fc26
tests: update sample audio file (#460)
yoshi-automation Nov 5, 2019
f0c6db3
chore(deps): update dependency chalk to v3 (#461)
renovate-bot Nov 9, 2019
b6d51b4
feat: add support for speaker tag field (#466)
yoshi-automation Nov 13, 2019
063b0f2
fix(docs): snippets are now replaced in jsdoc comments (#465)
bcoe Nov 13, 2019
68be51e
chore: release 3.4.0 (#464)
release-please[bot] Nov 15, 2019
4fff474
fix(deps): update dependency yargs to v15 (#469)
renovate-bot Nov 18, 2019
10efead
test: add proper system tests (#471)
alexander-fenster Nov 22, 2019
a508a72
chore: add license header
yoshi-automation Nov 22, 2019
64d2c75
feat: convert to TypeScript (#472)
alexander-fenster Nov 22, 2019
0f742df
chore: release 3.5.0 (#474)
release-please[bot] Nov 23, 2019
ee9826a
chore: update license headers (#476)
JustinBeckwith Nov 25, 2019
e0b91fb
fix(deps): pin TypeScript below 3.7.0 (#480)
bcoe Dec 5, 2019
1fd7ae9
chore: release 3.5.1 (#481)
release-please[bot] Dec 5, 2019
64a25ee
fix: make operationsClient and service stub public
yoshi-automation Dec 11, 2019
a0ba50a
chore: release 3.5.2 (#486)
release-please[bot] Dec 11, 2019
37da2b0
chore: release 3.5.3 (#488)
release-please[bot] Dec 12, 2019
0b20dfa
fix: increase timeout from 20s to 60s (#490)
yoshi-automation Dec 18, 2019
c673453
chore(deps): update dependency eslint-plugin-node to v11 (#495)
renovate-bot Dec 26, 2019
8b60b41
chore(deps): update dependency sinon to v8 (#494)
renovate-bot Dec 27, 2019
cd839c8
refactor: use explicit mocha imports (#496)
JustinBeckwith Dec 30, 2019
8b9ac35
chore(deps): update dependency c8 to v7 (#493)
renovate-bot Dec 31, 2019
bb65e0a
docs: updating auto-generated README for samples
yoshi-automation Jan 4, 2020
503ac84
fix: better client close(), update .nycrc, require mocha explicitly
yoshi-automation Jan 5, 2020
dfb4a4f
chore: release 3.5.4
release-please[bot] Jan 6, 2020
e91ab9b
chore(deps): update dependency mocha to v7 (#498)
renovate-bot Jan 6, 2020
5ee542a
chore: clear synth.metadata
JustinBeckwith Jan 24, 2020
b7cd794
chore: regenerate synth.metadata (#508)
yoshi-automation Jan 27, 2020
a963850
fix: enum, bytes, and Long types now accept strings
yoshi-automation Jan 28, 2020
7abd754
chore(deps): update dependency @types/mocha to v7
renovate-bot Jan 30, 2020
afaa813
chore: skip img.shields.io in docs test
JustinBeckwith Feb 1, 2020
950efc8
test: modernize mocha config (#516)
JustinBeckwith Feb 4, 2020
d49ab82
chore: release 3.6.0 (#521)
release-please[bot] Feb 4, 2020
b95e609
docs: updated auto-generated documentation
yoshi-automation Feb 7, 2020
fc754ea
chore(deps): update dependency linkinator to v2
renovate-bot Feb 10, 2020
de11964
refactor: stop defaulting options to {} in streamingRecognize
yoshi-automation Feb 10, 2020
76d3cc7
build: add GitHub actions config for unit tests
bcoe Feb 12, 2020
afd9404
chore(deps): update dependency sinon to v9 (#531)
renovate-bot Feb 20, 2020
c4720f6
chore(deps): update dependency uuid to v7
renovate-bot Feb 26, 2020
c3ae4d5
feat: export protos in src/index.ts
xiaozhenliu-gg5 Feb 27, 2020
8576ad3
chore: update jsdoc.js (#540)
summer-ji-eng Feb 27, 2020
d7eafcb
chore: correct .jsdoc.js protos and double quotes (#542)
summer-ji-eng Feb 28, 2020
1646a16
chore: update jsdoc with macro license (#544)
summer-ji-eng Feb 29, 2020
7c61f12
chore: better types in auto-generated unit tests
alexander-fenster Mar 5, 2020
14143d5
feat: deferred client initialization (#548)
gcf-merge-on-green[bot] Mar 6, 2020
aff8d84
build: update linkinator config (#549)
JustinBeckwith Mar 6, 2020
1a8b2d6
build(tests): fix coveralls and enable build cop (#550)
bcoe Mar 6, 2020
882f0d1
docs: mention templates in contributing section of README (#552)
bcoe Mar 18, 2020
bbe397a
docs: document version support goals (#558)
bcoe Mar 24, 2020
50403f1
chore: regenerate the code (#557)
yoshi-automation Mar 25, 2020
f7077f3
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits …
bcoe Apr 1, 2020
daa52a3
feat!: drop node8 support (#562)
alexander-fenster Apr 1, 2020
a942e88
chore(deps): update dependency @types/sinon to v9 (#564)
renovate-bot Apr 1, 2020
e171980
fix(deps): update dependency @google-cloud/common to v3 (#561)
renovate-bot Apr 2, 2020
b95937e
chore: remove duplicate mocha config (#569)
JustinBeckwith Apr 5, 2020
3d36fbd
fix(deps): update dependency chalk to v4 (#567)
renovate-bot Apr 7, 2020
c2441db
refactor: explicit version export in proto.js (#568)
yoshi-automation Apr 7, 2020
f3dae7d
test: await assert.rejects (#571)
yoshi-automation Apr 9, 2020
3a5c0a2
chore(deps): update dependency gts to v2.0.0 (#572)
renovate-bot Apr 10, 2020
453dfa1
fix: remove eslint, update gax, fix generated protos, run the generat…
alexander-fenster Apr 11, 2020
2516082
build: remove unused codecov config (#574)
JustinBeckwith Apr 12, 2020
40c73e4
chore: update lint ignore files (#575)
JustinBeckwith Apr 13, 2020
cb5dfdd
chore: remove tslint.json (#576)
JustinBeckwith Apr 14, 2020
4a15060
chore: remove unused dev packages (#578)
JustinBeckwith Apr 14, 2020
39da32d
chore(deps): update dependency ts-loader to v7 (#579)
renovate-bot Apr 15, 2020
255efb1
chore(deps): update dependency null-loader to v4 (#582)
renovate-bot Apr 15, 2020
f9458e7
chore: run fix instead of lint in synthfile (#583)
JustinBeckwith Apr 15, 2020
2369c8b
build: use codecov's action, now that it's authless (#584)
yoshi-automation Apr 20, 2020
9337af0
build: adopt changes to generator formatting (#585)
yoshi-automation Apr 22, 2020
bd96663
chore: update npm scripts and synth.py (#587)
alexander-fenster Apr 24, 2020
5defd86
chore(deps): update dependency uuid to v8 (#588)
renovate-bot May 1, 2020
28e6dac
feat: check status of long running operation by its name (#590)
alexander-fenster May 6, 2020
b015d79
chore: linting rules (#591)
yoshi-automation May 7, 2020
b4579f8
build: do not fail builds on codecov errors (#528) (#593)
yoshi-automation May 8, 2020
9fcd5ab
fix(deps): update dependency @google-cloud/storage to v5 (#595)
renovate-bot May 15, 2020
fa624fd
chore: release 4.0.0 (#566)
release-please[bot] Jun 2, 2020
11f8212
build: update protos.js (#601)
yoshi-automation Jun 4, 2020
05626c5
chore(deps): update dependency mocha to v8 (#606)
renovate-bot Jun 11, 2020
a777f81
feat(secrets): begin migration to secret manager from keystore (#605)
yoshi-automation Jun 12, 2020
aecf87c
fix: handle fallback option properly (#608)
yoshi-automation Jun 12, 2020
a6e11a6
chore: release 4.1.0 (#607)
release-please[bot] Jun 15, 2020
5449d32
fix: update node issue template (#612)
yoshi-automation Jun 19, 2020
80f584c
build: add config .gitattributes (#615)
yoshi-automation Jun 29, 2020
ce0241d
build: use bazel build (#616)
alexander-fenster Jul 6, 2020
0a2d8c4
chore: release 4.1.1 (#614)
release-please[bot] Jul 7, 2020
935279e
build: typeo in nodejs .gitattribute (#620)
yoshi-automation Jul 10, 2020
fc3db61
chore(deps): update dependency ts-loader to v8 (#619)
renovate-bot Jul 10, 2020
a556e4c
chore(deps): update dependency @types/mocha to v8 (#622)
renovate-bot Jul 12, 2020
14930af
build: add Node 8 tests (#625)
yoshi-automation Jul 20, 2020
8f2e3ab
build: type in .gittatribute, missing closing paren in publish script…
yoshi-automation Jul 20, 2020
1737d50
build: rename _toc to toc (#629)
yoshi-automation Jul 23, 2020
106bf2e
chore: add dev deps for cloud rad (#627)
fhinkel Jul 23, 2020
4cb17c7
chore: move gitattributes files to node templates (#630)
yoshi-automation Jul 24, 2020
1d51ea1
build: config for new reference docs (#632)
yoshi-automation Jul 30, 2020
5bf54ba
docs: add links to the CHANGELOG from the README.md for Java and Node…
yoshi-automation Aug 3, 2020
4baa91e
chore: run CI on Node.js 12, fix GCS file location (#640)
alexander-fenster Sep 1, 2020
9dc6325
build: use gapic-generator-typescript v1.0.7. (#636)
yoshi-automation Sep 1, 2020
a93a3c2
build: --credential-file-override is no longer required (#635)
yoshi-automation Sep 1, 2020
f15358d
chore: release 4.1.2 (#641)
release-please[bot] Sep 1, 2020
e1363e0
build: run synthtool for publish configs (#642)
alexander-fenster Sep 2, 2020
9d99d97
chore: start tracking obsolete files (#644)
yoshi-automation Sep 3, 2020
1852449
fix(deps): update dependency yargs to v16 (#646)
renovate-bot Sep 9, 2020
4561bec
build(test): recursively find test files; fail on unsupported depende…
yoshi-automation Sep 12, 2020
1044b55
chore: release 4.1.3 (#647)
release-please[bot] Sep 17, 2020
0698835
chore: update bucket for cloud-rad (#653)
yoshi-automation Oct 1, 2020
8f515e6
build(node_library): migrate to Trampoline V2 (#654)
yoshi-automation Oct 8, 2020
b9c37a5
chore(deps): update dependency webpack-cli to v4 (#657)
renovate-bot Oct 12, 2020
5d95e52
chore(deps): update dependency webpack to v5 (#656)
renovate-bot Oct 14, 2020
f8bfa70
build: only check --engine-strict for production deps (#658)
yoshi-automation Oct 16, 2020
fca7d22
docs: modernize patterns in subset of samples (#660)
JustinBeckwith Oct 21, 2020
090058c
chore: clean up Node.js TOC for cloud-rad (#661)
yoshi-automation Oct 21, 2020
6c9edc1
docs: update to sample in READMEs (#662)
yoshi-automation Oct 22, 2020
88771a7
docs: updated code of conduct (includes update to actions) (#665)
yoshi-automation Oct 27, 2020
fd9f3ed
build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#668)
yoshi-automation Nov 2, 2020
9772e7b
fix: do not modify options object, use defaultScopes (#669)
alexander-fenster Nov 6, 2020
6f38709
chore: release 4.1.4 (#670)
release-please[bot] Nov 16, 2020
607463e
fix(browser): check for fetch on window
yoshi-automation Nov 23, 2020
3709b9f
docs: spelling correction for "targetting" (#676)
yoshi-automation Nov 25, 2020
d97b7e7
docs: update list of available samples (#679)
yoshi-automation Dec 2, 2020
74970bf
chore: release 4.1.5 (#675)
release-please[bot] Dec 2, 2020
db084d1
chore: generate GAPIC metadata JSON file (#680)
yoshi-automation Dec 4, 2020
a6e9bb2
feat: adds a multi region sample (#685)
b-loved-dreamer Dec 21, 2020
53c2048
docs: update list of available samples (#688)
yoshi-automation Dec 23, 2020
5ac12b7
chore: update license headers (#690)
yoshi-automation Jan 2, 2021
65f06c2
chore: release 4.2.0 (#687)
release-please[bot] Jan 6, 2021
540333a
docs: update CONTRIBUTING directions (#689)
yoshi-automation Jan 8, 2021
24539e4
refactor: move build cop to flaky bot (#695)
yoshi-automation Jan 27, 2021
8017520
chore: update CODEOWNERS config (#696)
JustinBeckwith Feb 3, 2021
e6a5f8b
chore: update CODEOWNERS and proto fields (#699)
yoshi-automation Feb 4, 2021
faf9ff4
feat(v1p1beta1): support Model Adaptation (#703)
bcoe Mar 11, 2021
0428447
feat: Support output transcript to GCS for LongRunningRecognize (#707)
yoshi-automation Mar 12, 2021
b27e2b3
chore: release 4.3.0 (#705)
release-please[bot] Mar 15, 2021
4bb9fc8
feat: Support output transcript to GCS for LongRunningRecognize. (#708)
yoshi-automation Mar 16, 2021
38c5adc
chore: release 4.4.0 (#709)
release-please[bot] Mar 16, 2021
ddbd370
chore(deps): update dependency sinon to v10 (#711)
renovate-bot Mar 23, 2021
29fd95d
fix: remove common protos (#710)
alexander-fenster Mar 31, 2021
e5b930a
chore(deps): update dependency @types/sinon to v10 (#719)
renovate-bot Apr 14, 2021
de4aa28
docs(samples): adds model adaptation sample (#712)
b-loved-dreamer Apr 15, 2021
65cc841
test: address class ID error (#736)
b-loved-dreamer Apr 29, 2021
b6e7a32
build: add generated-files bot config (#734)
yoshi-automation Apr 29, 2021
e58974e
feat: Support for spoken punctuation and spoken emojis (#737)
bcoe Apr 29, 2021
384c733
chore: release 4.5.0 (#738)
release-please[bot] Apr 29, 2021
c864f6d
fix(deps): require google-gax v2.12.0 (#740)
alexander-fenster May 7, 2021
de2447b
chore: new owl bot post processor docker image (#745)
gcf-owl-bot[bot] May 11, 2021
a51fab1
fix: use require() to load JSON protos (#746)
gcf-owl-bot[bot] May 11, 2021
3b23b13
chore: update gapic-generator-typescript to v1.3.2 (#747)
gcf-owl-bot[bot] May 12, 2021
bc3d7a2
chore: release 4.5.1 (#741)
release-please[bot] May 20, 2021
d7036ab
chore(deps): update dependency @types/node to v14 (#753)
renovate-bot May 21, 2021
ca3a2ae
chore(deps): update dependency sinon to v11 (#754)
renovate-bot May 25, 2021
f753f94
fix: GoogleAdsError missing using generator version after 1.3.0 (#755)
gcf-owl-bot[bot] May 25, 2021
cd7e75d
chore: release 4.5.2 (#756)
release-please[bot] Jun 2, 2021
240dccf
samples: adds export to GCS sample (#757)
telpirion Jun 3, 2021
4af6044
chore(nodejs): remove api-extractor dependencies (#763)
fhinkel Jun 10, 2021
adefaa3
fix: make request optional in all cases (#768)
gcf-owl-bot[bot] Jun 22, 2021
c0f29b8
fix(deps): google-gax v2.17.0 with mTLS (#772)
bcoe Jun 29, 2021
e6aea04
chore: release 4.5.3 (#769)
release-please[bot] Jun 29, 2021
83194c6
fix(deps): google-gax v2.17.1 (#774)
bcoe Jul 12, 2021
c7bfc65
chore: release 4.5.4 (#775)
release-please[bot] Jul 12, 2021
bed6373
fix: Updating WORKSPACE files to use the newest version of the Typesc…
gcf-owl-bot[bot] Jul 16, 2021
1386d81
chore: release 4.5.5 (#778)
release-please[bot] Jul 21, 2021
b81427e
fix: failing tests for LRO check methods (#784)
gcf-owl-bot[bot] Aug 2, 2021
7b17f0a
chore: release 4.5.6 (#785)
release-please[bot] Aug 2, 2021
3ffbf89
feat: add total_billed_time response field (#787)
gcf-owl-bot[bot] Aug 10, 2021
3ff4e92
chore: release 4.6.0 (#788)
release-please[bot] Aug 10, 2021
731e0d3
fix(deps): google-gax v2.24.1 (#790)
bcoe Aug 17, 2021
24a8e86
chore: release 4.6.1 (#791)
release-please[bot] Aug 17, 2021
de5b118
feat: Add transcript normalization (#792)
gcf-owl-bot[bot] Aug 19, 2021
d8b793e
chore: release 4.7.0 (#793)
release-please[bot] Aug 19, 2021
aaa5a51
feat: turns on self-signed JWT feature flag (#794)
gcf-owl-bot[bot] Aug 23, 2021
175a72e
chore: release 4.8.0 (#795)
release-please[bot] Aug 23, 2021
db12d6d
chore: disable renovate dependency dashboard (#1194) (#796)
gcf-owl-bot[bot] Aug 25, 2021
091764d
fix(build): set default branch to main (#797)
bcoe Sep 10, 2021
1857507
chore: release 4.8.1 (#798)
release-please[bot] Sep 10, 2021
2fb95f1
feat: add output_config request field (#801)
gcf-owl-bot[bot] Sep 20, 2021
598da77
chore: release 4.9.0 (#802)
release-please[bot] Sep 20, 2021
a17c820
chore: relocate owl bot post processor (#808)
SurferJeffAtGoogle Sep 21, 2021
a6e4c2f
build(node): update deps used during postprocessing (#1243) (#815)
gcf-owl-bot[bot] Oct 14, 2021
b2044f3
chore(cloud-rad): delete api-extractor config (#816)
fhinkel Oct 21, 2021
314ee1b
chore(deps): update dependency @types/node to v16 (#817)
renovate-bot Oct 26, 2021
9e7243e
chore(deps): update dependency sinon to v12 (#818)
renovate-bot Nov 4, 2021
5285b14
docs(samples): add example tags to generated samples (#819)
gcf-owl-bot[bot] Nov 10, 2021
a5e2021
docs(samples): refactors the export to gcs sample (#821)
b-loved-dreamer Nov 18, 2021
f32f412
feat: add alternative_language_codes to RecognitionConfig (#824)
gcf-owl-bot[bot] Dec 6, 2021
68c6703
build: add generated samples to .eslintignore (#828)
gcf-owl-bot[bot] Dec 9, 2021
8d14fa9
fix(deps): update dependency chalk to v5 (#823)
renovate-bot Dec 14, 2021
d142935
docs(node): support "stable"/"preview" release level (#1312) (#832)
gcf-owl-bot[bot] Dec 29, 2021
919da87
feat: add result_end_time to SpeechRecognitionResult (#825)
gcf-owl-bot[bot] Dec 30, 2021
31177cc
chore: add api_shortname and library_type to repo metadata (#831)
parthea Dec 30, 2021
3242abe
test(nodejs): remove 15 add 16 (#1322) (#836)
gcf-owl-bot[bot] Jan 13, 2022
011137d
chore(deps): update dependency gts to v3 (#837)
renovate-bot Jan 17, 2022
7994448
chore(main): release 4.10.0 (#838)
release-please[bot] Jan 17, 2022
b388821
build: update copyright year to 2022 (#840)
gcf-owl-bot[bot] Jan 31, 2022
3d23268
docs(nodejs): version support policy edits (#1346) (#850)
gcf-owl-bot[bot] Feb 10, 2022
2620887
fix: use full link in comment to fix JSDoc broken link (#851)
gcf-owl-bot[bot] Apr 11, 2022
c8c7fb6
chore(main): release 4.10.1 (#870)
release-please[bot] Apr 12, 2022
663a11d
chore(deps): update dependency sinon to v13 (#844)
renovate-bot Apr 12, 2022
172e741
build(node): update client library version in samples metadata (#1356…
gcf-owl-bot[bot] Apr 21, 2022
dc3c7f5
fix: flaky system test (#882)
summer-ji-eng May 2, 2022
1aeb871
chore(main): release 4.10.2 (#883)
release-please[bot] May 2, 2022
483aa48
chore(deps): update dependency @types/mocha to v9 (#880)
renovate-bot May 3, 2022
2393058
chore(deps): update dependency sinon to v14 (#887)
renovate-bot Jun 20, 2022
ea0fac1
chore(deps): update dependency jsdoc-region-tag to v2 (#898)
renovate-bot Jun 20, 2022
7afc37a
build!: update library to use Node 12 (#891)
sofisl Jun 24, 2022
03c7796
chore(main): release 5.0.0 (#906)
release-please[bot] Jun 30, 2022
83ac0ac
docs: Add documentation for latest models to RecognitionConfig
gcf-owl-bot[bot] Jul 4, 2022
9630cbd
fix(deps): update dependency @google-cloud/storage to v6 (#893)
renovate-bot Jul 4, 2022
d9e7ca3
chore(deps): update dependency jsdoc-fresh to v2 (#897)
renovate-bot Jul 4, 2022
a28ec97
fix(deps): update dependency @google-cloud/common to v4 (#896)
renovate-bot Jul 5, 2022
e5e2284
chore(deps): update dependency linkinator to v4 (#910)
renovate-bot Jul 8, 2022
bdac9c3
fix(deps): do not depend on protobufjs; bump dep in samples (#911)
renovate-bot Jul 10, 2022
92eb657
fix(deps): update dependency google-proto-files to v3 (#900)
renovate-bot Jul 25, 2022
b1f2f01
fix(deps): update dependency proto3-json-serializer to v1 (#890)
renovate-bot Jul 25, 2022
f8c5509
fix: better support for fallback mode (#918)
gcf-owl-bot[bot] Aug 23, 2022
05260db
fix: change import long to require (#920)
gcf-owl-bot[bot] Aug 23, 2022
f07606f
chore(main): release 5.0.1 (#909)
release-please[bot] Aug 26, 2022
ba6dcc1
fix: do not import the whole google-gax from proto JS (#1553) (#923)
gcf-owl-bot[bot] Aug 27, 2022
a3746f3
fix: allow passing gax instance to client constructor (#924)
gcf-owl-bot[bot] Sep 1, 2022
6ff0585
chore(main): release 5.0.2 (#925)
release-please[bot] Sep 8, 2022
aeba729
chore(deps): update dependency uuid to v9 (#926)
renovate-bot Sep 8, 2022
c160141
fix: preserve default values in x-goog-request-params header (#928)
gcf-owl-bot[bot] Sep 14, 2022
dda64be
test: use fully qualified request type name in tests (#930)
gcf-owl-bot[bot] Sep 22, 2022
85bdd6d
chore(main): release 5.0.3 (#929)
release-please[bot] Sep 26, 2022
3466240
feat: Speech v2 API (#967)
gcf-owl-bot[bot] Sep 30, 2022
68c4a3a
chore(main): release 5.1.0 (#968)
release-please[bot] Sep 30, 2022
78a9cd8
fix(deps): use google-gax v3.5.2 (#971)
alexander-fenster Nov 2, 2022
74e688a
chore(deps): update dependency @types/node to v18 (#969)
renovate-bot Nov 10, 2022
d92285b
chore(deps): update dependency jsdoc to v4 (#974)
renovate-bot Nov 10, 2022
547e1c0
fix: regenerated protos JS and TS definitions (#975)
gcf-owl-bot[bot] Nov 10, 2022
035eb08
chore(main): release 5.1.1 (#972)
release-please[bot] Jan 10, 2023
b385851
docs(samples): removing migrated samples (#985)
meredithslota Jan 19, 2023
2ecb844
chore(deps): update dependency webpack-cli to v5 (#976)
renovate-bot Jan 19, 2023
97eea8e
chore(deps): update dependency sinon to v15 (#977)
renovate-bot Jan 19, 2023
a4a17b4
feat: Added SuggestConversationSummary RPC (#978)
gcf-owl-bot[bot] Jan 20, 2023
f88c92c
chore(main): release 5.2.0 (#986)
release-please[bot] Jan 24, 2023
71e5a8d
docs: Clarify boost usage in Reference (#987)
gcf-owl-bot[bot] Jan 25, 2023
63fef5f
Merge remote-tracking branch 'migration/main' into nodejs-speech-migr…
sofisl Jan 25, 2023
bcb440a
build: add release-please config, fix owlbot-config
sofisl Jan 25, 2023
4b918e2
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jan 25, 2023
6c90a59
fix samples test
sofisl Jan 25, 2023
529b115
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jan 25, 2023
534bc93
Merge branch 'main' into nodejs-speech-migration
sofisl Jan 25, 2023
596a657
Merge branch 'main' into nodejs-speech-migration
sofisl Jan 25, 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 @@ -95,6 +95,7 @@
"packages/google-cloud-securitycenter": "7.1.0",
"packages/google-cloud-servicedirectory": "4.0.5",
"packages/google-cloud-shell": "2.0.4",
"packages/google-cloud-speech": "5.2.0",
"packages/google-cloud-talent": "5.0.1",
"packages/google-cloud-tasks": "3.0.5",
"packages/google-cloud-texttospeech": "4.1.0",
Expand Down
23 changes: 23 additions & 0 deletions packages/google-cloud-speech/.OwlBot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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/speech/(v.*)/.*-nodejs
dest: /owl-bot-staging/google-cloud-speech/$1

begin-after-commit-hash: f43939eac6a0bb5998c1fa0f79063194e699230e

7 changes: 7 additions & 0 deletions packages/google-cloud-speech/.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-speech/.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-speech/.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-speech/.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-speech/.jsdoc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
// 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.
//
// ** 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 2023 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/speech',
theme: 'lumen',
default: {
outputSourceFiles: false
}
},
markdown: {
idInHeadings: true
}
};
29 changes: 29 additions & 0 deletions packages/google-cloud-speech/.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-speech/.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-speech/.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-speech/.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')
}
17 changes: 17 additions & 0 deletions packages/google-cloud-speech/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "speech",
"name_pretty": "Cloud Speech",
"product_documentation": "https://cloud.google.com/speech-to-text/docs/",
"client_documentation": "https://googleapis.dev/nodejs/speech/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559758",
"release_level": "stable",
"language": "nodejs",
"repo": "googleapis/google-cloud-node",
"distribution_name": "@google-cloud/speech",
"api_id": "speech.googleapis.com",
"requires_billing": false,
"codeowner_team": "@googleapis/ml-apis",
"default_version": "v1",
"api_shortname": "speech",
"library_type": "GAPIC_COMBO"
}
Loading