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-bigquery-data-transfer #3399

Merged
merged 349 commits into from
Oct 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
349 commits
Select commit Hold shift + click to select a range
f795f3f
build: create docs test npm scripts (#166)
JustinBeckwith Feb 11, 2019
e90b8c8
fix: throw on invalid credentials (#167)
yoshi-automation Feb 14, 2019
d766d56
docs: update links in contrib guide (#169)
JustinBeckwith Feb 14, 2019
0d495a5
build: use linkinator for docs test (#168)
JustinBeckwith Feb 15, 2019
f20c5ca
chore(deps): update dependency mocha to v6
renovate[bot] Feb 19, 2019
8f3eeef
docs: update API doc comments (#171)
yoshi-automation Feb 26, 2019
e66b3eb
docs: update comments on protos (#172)
yoshi-automation Mar 1, 2019
60e812d
build: update release configuration
yoshi-automation Mar 5, 2019
15ec28a
build: Add docuploader credentials to node publish jobs (#175)
jkwlui Mar 8, 2019
3f49ccb
chore: update require statement code style
yoshi-automation Mar 12, 2019
9084308
Release v0.5.1 (#178)
JustinBeckwith Mar 12, 2019
514de97
build: remove kokoro.keystore_resource configuration (#180)
yoshi-automation Mar 15, 2019
9387b1e
build: update kokoro release configuration
yoshi-automation Mar 16, 2019
5a9e983
refactor: use execSync for tests (#186)
JustinBeckwith Apr 4, 2019
f51a0a8
docs: update jsdoc strings to reflect reality of API (#189)
yoshi-automation Apr 24, 2019
0ff6ef2
chore(deps): update dependency nyc to v14 (#188)
renovate[bot] Apr 25, 2019
760dfbc
update to .nycrc with --all enabled (#191)
bcoe Apr 29, 2019
965c762
fix(deps): update dependency google-gax to ^0.26.0 (#192)
renovate[bot] May 2, 2019
955df13
build!: upgrade engines field to >=8.10.0 (#194)
bcoe May 2, 2019
67d84f7
chore(deps): update dependency eslint-plugin-node to v9 (#196)
renovate[bot] May 3, 2019
27d52da
chore: alphabetize template methods (#190)
yoshi-automation May 7, 2019
0c94bbc
build: only push to codecov with Node 10
yoshi-automation May 7, 2019
22e935f
fix: DEADLINE_EXCEEDED is no longer retried
yoshi-automation May 9, 2019
667c20a
fix: DEADLINE_EXCEEDED retry code is idempotent (#203)
yoshi-automation May 10, 2019
5aeaac5
fix(deps): update dependency google-gax to v1 (#202)
renovate[bot] May 10, 2019
82d8c6d
refactor: use repo-metadata to generate readme (#204)
JustinBeckwith May 15, 2019
ce7690f
docs: update readme to match quickstart (#205)
yoshi-automation May 16, 2019
bc0c41f
build: add new kokoro config for coverage and release-please (#206)
bcoe May 17, 2019
bc71c80
build: updated kokoro config for coverage and release-please (#207)
bcoe May 17, 2019
da0efcb
chore: release 1.0.0 (#211)
yoshi-automation May 20, 2019
e170f4e
refactor: drop dependency on lodash.merge and update links (#213)
yoshi-automation May 21, 2019
e915e28
chore: use published jsdoc-baseline package (#214)
JustinBeckwith May 23, 2019
14b1761
build: ignore proto files in test coverage (#216)
JustinBeckwith May 28, 2019
a079e35
feat: support apiEndpoint override in client constructor (#219)
yoshi-automation Jun 5, 2019
8922ceb
chore: release 1.1.0 (#220)
yoshi-automation Jun 5, 2019
ac27a68
feat: adds startManualTransferRuns, enableDataTransferService, and is…
yoshi-automation Jun 7, 2019
9134bdd
chore: release 1.2.0 (#222)
yoshi-automation Jun 7, 2019
47b0110
docs: update character used for quotations (#223)
yoshi-automation Jun 11, 2019
4793a37
fix(docs): move to new client docs URL (#225)
bcoe Jun 13, 2019
348ae74
chore: release 1.2.1 (#226)
yoshi-automation Jun 14, 2019
683c5ee
fix(docs): link to reference docs section on googleapis.dev (#229)
bcoe Jun 25, 2019
d035034
chore: release 1.2.2 (#230)
yoshi-automation Jun 26, 2019
eafa826
build: use config file for linkinator (#231)
JustinBeckwith Jun 28, 2019
7a866a6
fix: update to the latest version of the service (#232)
JustinBeckwith Jul 15, 2019
4e98832
chore: release 1.2.3 (#233)
yoshi-automation Jul 16, 2019
0988c8b
chore(deps): update linters (#234)
renovate-bot Jul 26, 2019
a856337
docs: use the jsdoc-fresh theme (#235)
JustinBeckwith Jul 31, 2019
a9f0b96
docs: document apiEndpoint over servicePath (#236)
JustinBeckwith Jul 31, 2019
8eed3e6
fix: allow calls with no request, add JSON proto
yoshi-automation Aug 2, 2019
04c45fa
chore: release 1.2.4 (#240)
yoshi-automation Aug 8, 2019
c38a6a5
fix: populate correct version # in x-goog-api-client header
yoshi-automation Aug 26, 2019
59d4d84
chore: release 1.2.5 (#242)
yoshi-automation Aug 26, 2019
7698d0b
docs: update function documentation
yoshi-automation Aug 27, 2019
71dc097
docs: update link to client docs (#244)
yoshi-automation Aug 28, 2019
19c3c97
feat: load protos from JSON, grpc-fallback support
yoshi-automation Sep 3, 2019
5d96483
chore(deps): update dependency eslint-plugin-node to v10 (#247)
renovate-bot Sep 5, 2019
cf9bd86
chore: release 1.3.0 (#246)
yoshi-automation Sep 6, 2019
02fbd75
update .nycrc ignore rules (#248)
bcoe Sep 6, 2019
be8c993
chore: add protos/ to .eslintignore
alexander-fenster Sep 27, 2019
73e1a7d
feat: support new proto field options (#252)
yoshi-automation Sep 27, 2019
c8a4aad
fix: use compatible version of google-gax
alexander-fenster Oct 2, 2019
f85307f
chore: update pull request template
yoshi-automation Oct 8, 2019
3d7fb86
chore: update CONTRIBUTING.md and make releaseType node (#260)
bcoe Oct 9, 2019
e02d3f8
chore: release 1.4.0 (#253)
release-please[bot] Oct 12, 2019
40143b6
fix(deps): bump google-gax to 1.7.5 (#261)
JustinBeckwith Oct 22, 2019
109f9dc
chore: release 1.4.1 (#262)
release-please[bot] Oct 22, 2019
b16e804
chore: exclude gapic files from code coverage (#265)
yoshi-automation Nov 5, 2019
35c0a66
fix(docs): snippets are now replaced in jsdoc comments (#266)
bcoe Nov 13, 2019
26ed909
feat(docs): bump release level to beta (#268)
JustinBeckwith Nov 13, 2019
7fc0727
chore: release 1.5.0 (#269)
release-please[bot] Nov 13, 2019
1dabb01
docs: additional license headers (#271)
yoshi-automation Nov 20, 2019
71a36e2
chore: release 1.5.1 (#274)
release-please[bot] Dec 5, 2019
f253bf0
fix: change resource type TransferRun to Run to be consistent with ga…
yoshi-automation Dec 9, 2019
9b20532
chore: release 1.5.2 (#276)
release-please[bot] Dec 15, 2019
7cc05df
docs: update jsdoc license/samples-README (#279)
bcoe Dec 23, 2019
6d45ce2
build: use c8 for coverage (#282)
JustinBeckwith Dec 26, 2019
2c1a96e
build: track files in synth.metadata
yoshi-automation Dec 26, 2019
f9b4dc2
chore(deps): update dependency eslint-plugin-node to v11 (#283)
renovate-bot Dec 27, 2019
c4b288d
refactor: use explicit mocha imports (#284)
JustinBeckwith Dec 30, 2019
48e9fb5
chore: update .nycrc
yoshi-automation Jan 4, 2020
809f2a8
chore(deps): update dependency mocha to v7 (#287)
renovate-bot Jan 6, 2020
8bd7a49
fix: proto resource annotation removed, no code change
yoshi-automation Jan 9, 2020
84843b5
docs: update license header
yoshi-automation Jan 17, 2020
c183147
chore: release 1.5.3 (#289)
release-please[bot] Jan 22, 2020
2e4b1cb
docs: update docstrings and metadata (#294)
yoshi-automation Jan 23, 2020
148340e
feat: bump release level to GA (#296)
JustinBeckwith Jan 24, 2020
4f1dbdf
feat!: move API to typescript code generation (#300)
xiaozhenliu-gg5 Jan 29, 2020
1ead3cf
chore(deps): update dependency c8 to v7 (#302)
renovate-bot Jan 30, 2020
9c25d05
chore: skip img.shields.io in docs test
JustinBeckwith Feb 1, 2020
18cfee2
test: modernize mocha config (#303)
JustinBeckwith Feb 1, 2020
d6da6a2
fix: pass x-goog-request-params header for streaming calls
yoshi-automation Feb 7, 2020
896c736
chore(deps): update dependency linkinator to v2
renovate-bot Feb 10, 2020
2d8661b
build: add GitHub actions config for unit tests
bcoe Feb 12, 2020
d7dab7b
feat: export protos in src/index.ts
xiaozhenliu-gg5 Feb 26, 2020
2126947
chore: update jsdoc.js (#317)
summer-ji-eng Feb 27, 2020
b791e9f
chore: update .jsdoc.js by add protos and remove double quotes (#318)
summer-ji-eng Feb 27, 2020
1520797
chore: update jsdoc with macro license (#320)
summer-ji-eng Feb 29, 2020
fc9687f
feat: deferred client initialization (#321)
gcf-merge-on-green[bot] Mar 6, 2020
41f29d7
build: update linkinator config (#322)
gcf-merge-on-green[bot] Mar 6, 2020
fbe9982
build(tests): fix coveralls and enable build cop (#323)
bcoe Mar 6, 2020
0e856a1
docs: mention templates in contributing section of README (#325)
bcoe Mar 18, 2020
698be0a
docs: document version support goals (#331)
bcoe Mar 24, 2020
81ae440
chore: regenerate the code (#330)
yoshi-automation Mar 25, 2020
18fee90
chore: fix compileProtos call (#332)
alexander-fenster Mar 25, 2020
6d4f4f5
feat!: drop node8 support, support for async iterators (#335)
alexander-fenster Mar 31, 2020
f854e8a
feat: use first party client oauth
yoshi-automation Apr 1, 2020
aee0bc7
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits …
bcoe Apr 1, 2020
45e5eea
chore(deps): update dependency @types/sinon to v9 (#337)
renovate-bot Apr 1, 2020
1dae17a
chore: remove duplicate mocha config (#340)
JustinBeckwith Apr 5, 2020
2d74416
fix: export explicit version from protos.js (#339)
yoshi-automation Apr 7, 2020
f3b1ea6
build: new mocha configuration; await assert.rejects in tests (#341)
yoshi-automation Apr 7, 2020
692f8f8
chore: set Ruby namespace in proto options (#342)
yoshi-automation Apr 8, 2020
4c9c9e3
chore(deps): update dependency gts to v2.0.0 (#343)
renovate-bot Apr 10, 2020
554a43d
chore: release 2.0.0 (#301)
release-please[bot] Apr 10, 2020
487fbcd
fix: remove eslint, update gax, fix generated protos, run the generat…
alexander-fenster Apr 11, 2020
0d1102d
build: remove unused codecov config (#346)
JustinBeckwith Apr 12, 2020
2b53811
chore: update lint ignore files (#347)
JustinBeckwith Apr 13, 2020
7d334d4
chore: remove tslint.json (#348)
JustinBeckwith Apr 14, 2020
b8e92d0
chore: remove unused dev packages (#349)
JustinBeckwith Apr 14, 2020
73c7e17
chore(deps): update dependency ts-loader to v7 (#350)
renovate-bot Apr 15, 2020
cd707b2
chore(deps): update dependency null-loader to v4 (#352)
renovate-bot Apr 15, 2020
85e74b7
chore: run fix instead of lint in synthfile (#353)
JustinBeckwith Apr 15, 2020
5d519f1
chore: linting
yoshi-automation Apr 20, 2020
33574fd
build: adopt linting changes from generator
yoshi-automation Apr 21, 2020
ad6a936
build: use codecov's action, now that it's authless (#499)
yoshi-automation Apr 21, 2020
325dacd
chore: update npm scripts and synth.py (#356)
alexander-fenster Apr 24, 2020
1c3d68e
fix: regen protos and unit test (#358)
alexander-fenster May 6, 2020
bb98efd
fix: synth clean for src/index (#357)
summer-ji-eng May 6, 2020
9ffea0c
build: do not fail builds on codecov errors (#528) (#359)
yoshi-automation May 8, 2020
4a20a6c
build: update protos.js (#360)
yoshi-automation Jun 4, 2020
217009e
feat: move ts target to es2018 from es2016 (#363)
yoshi-automation Jun 10, 2020
c91233a
chore(deps): update dependency mocha to v8 (#366)
renovate-bot Jun 11, 2020
d673fdd
chore(nodejs_templates): add script logging to node_library populate-…
yoshi-automation Jun 11, 2020
8086795
chore(deps): update dependency @types/mocha to v7 (#365)
renovate-bot Jun 12, 2020
4382026
fix: proper fallback option handling
yoshi-automation Jun 15, 2020
fd496ea
chore: release 2.1.0 (#364)
release-please[bot] Jun 16, 2020
1346016
chore: update node issue template (#369)
yoshi-automation Jun 18, 2020
d760616
build: add config .gitattributes (#370)
yoshi-automation Jun 28, 2020
df84ccf
build: use bazel build (#371)
alexander-fenster Jul 6, 2020
5054c58
fix: typeo in nodejs .gitattribute (#374)
yoshi-automation Jul 9, 2020
3a8a888
chore: release 2.1.1 (#375)
release-please[bot] Jul 10, 2020
d26fddd
chore(deps): update dependency ts-loader to v8 (#373)
renovate-bot Jul 10, 2020
9038d37
chore(deps): update dependency @types/mocha to v8 (#376)
renovate-bot Jul 12, 2020
8cd42ce
chore: update generated protos.js (#378)
yoshi-automation Jul 15, 2020
1daa82a
build: missing closing paren in publish script (#379)
yoshi-automation Jul 15, 2020
57d01e2
chore: add config files for cloud-rad for node.js, delete Node 8 temp…
yoshi-automation Jul 17, 2020
adbf512
chore: add dev dependencies for cloud-rad ref docs (#384)
fhinkel Jul 21, 2020
341d05c
build: rename _toc to toc (#385)
yoshi-automation Jul 22, 2020
fb92997
build: move gitattributes files to node templates (#386)
yoshi-automation Jul 23, 2020
14ab9f7
chore(node): fix kokoro build path for cloud-rad (#387)
yoshi-automation Jul 29, 2020
5880cd5
build: update protos (#388)
yoshi-automation Jul 31, 2020
a878172
docs: add links to the CHANGELOG from the README.md for Java and Node…
yoshi-automation Jul 31, 2020
49d361d
build: --credential-file-override is no longer required (#391)
yoshi-automation Aug 8, 2020
0d00224
build: use gapic-generator-typescript v1.0.7. (#392)
yoshi-automation Aug 11, 2020
28bc74f
chore: update cloud rad kokoro build job (#393)
yoshi-automation Aug 12, 2020
152bb91
build: perform publish using Node 12 (#394)
yoshi-automation Aug 14, 2020
909e056
chore: start tracking obsolete files (#395)
yoshi-automation Aug 19, 2020
b5c1038
build: move system and samples test from Node 10 to Node 12 (#396)
yoshi-automation Aug 21, 2020
cd426e9
build: track flaky tests for "nightly", add new secrets for tagging (…
yoshi-automation Aug 28, 2020
6bdff61
build(test): recursively find test files; fail on unsupported depende…
yoshi-automation Sep 12, 2020
13a8dcb
chore: update bucket for cloud-rad (#401)
yoshi-automation Oct 1, 2020
7c06af4
build(node_library): migrate to Trampoline V2 (#402)
yoshi-automation Oct 8, 2020
8ce78a0
chore(deps): update dependency webpack-cli to v4 (#405)
renovate-bot Oct 12, 2020
33da11c
chore(deps): update dependency webpack to v5 (#404)
renovate-bot Oct 14, 2020
ef81dba
build: only check --engine-strict for production deps (#406)
yoshi-automation Oct 16, 2020
236a3a3
chore: clean up Node.js TOC for cloud-rad (#407)
yoshi-automation Oct 21, 2020
9e82882
docs: updated code of conduct (includes update to actions) (#410)
yoshi-automation Oct 27, 2020
e699aea
build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#411)
yoshi-automation Nov 2, 2020
746a751
fix: do not modify options object, use defaultScopes (#413)
alexander-fenster Nov 6, 2020
4cf9733
changes without context (#416)
yoshi-automation Nov 23, 2020
2712590
build: stop tracking generated files
yoshi-automation Nov 24, 2020
f795bb5
docs: spelling correction for "targetting" (#418)
yoshi-automation Nov 25, 2020
3ee5903
chore: release 2.1.2 (#414)
release-please[bot] Dec 2, 2020
03de954
chore: generate GAPIC metadata JSON file (#419)
yoshi-automation Dec 4, 2020
814ae89
docs: add instructions for authenticating for system tests (#420)
yoshi-automation Dec 22, 2020
4a77530
chore: update license headers (#421)
yoshi-automation Jan 2, 2021
dea8b49
feat: introduce style enumeration (#422)
yoshi-automation Jan 9, 2021
c11cb11
chore: release 2.2.0 (#423)
release-please[bot] Jan 12, 2021
0fc4fe4
refactor(nodejs): move build cop to flakybot (#426)
yoshi-automation Jan 27, 2021
02b9361
chore: update CODEOWNERS config (#427)
JustinBeckwith Feb 3, 2021
1ff60f2
build: adds UNORDERED_LIST enum (#428)
yoshi-automation Feb 4, 2021
a645502
build: update gapic-generator-typescript to v1.2.10. (#429)
yoshi-automation Mar 7, 2021
5f5378c
chore: migrate to owl bot (#430)
SurferJeffAtGoogle Mar 18, 2021
3db7fe2
chore(deps): update dependency sinon to v10 (#434)
renovate-bot Mar 23, 2021
52c69fc
chore(deps): update dependency @types/sinon to v10 (#441)
renovate-bot Apr 14, 2021
941e0db
fix(deps): require google-gax v2.12.0 (#450)
alexander-fenster May 7, 2021
4691bc8
chore: new owl bot post processor docker image (#452)
gcf-owl-bot[bot] May 10, 2021
bb53c35
fix: use require() to load JSON protos (#453)
gcf-owl-bot[bot] May 11, 2021
f378a91
chore: update gapic-generator-typescript to v1.3.2 (#454)
gcf-owl-bot[bot] May 11, 2021
ec5ccc0
chore(deps): update dependency @types/node to v14 (#458)
renovate-bot May 21, 2021
b3dec11
chore(deps): update dependency sinon to v11 (#459)
renovate-bot May 25, 2021
7ffdc1e
fix: GoogleAdsError missing using generator version after 1.3.0 (#460)
gcf-owl-bot[bot] May 25, 2021
179bb73
chore: release 2.2.1 (#451)
release-please[bot] Jun 7, 2021
e766518
chore(nodejs): remove api-extractor dependencies (#465)
fhinkel Jun 10, 2021
c67a358
fix: make request optional in all cases (#467)
gcf-owl-bot[bot] Jun 25, 2021
4ee8ee9
chore: release 2.2.2 (#469)
release-please[bot] Jun 30, 2021
74f7d2a
fix(deps): google-gax v2.17.0 with mTLS (#472)
bcoe Jun 30, 2021
90d2fe5
chore: release 2.2.3 (#474)
release-please[bot] Jun 30, 2021
1ec52dd
fix(deps): google-gax v2.17.1 (#475)
bcoe Jul 12, 2021
2988d3c
chore: release 2.2.4 (#476)
release-please[bot] Jul 12, 2021
43ad8c9
fix: Updating WORKSPACE files to use the newest version of the Typesc…
gcf-owl-bot[bot] Jul 16, 2021
09ee0f4
chore: release 2.2.5 (#478)
release-please[bot] Jul 21, 2021
4cb9b70
chore(nodejs): update client ref docs link in metadata (#483)
fhinkel Aug 4, 2021
510f798
fix(build): migrate to using main branch (#485)
bcoe Aug 11, 2021
6096402
chore: release 2.2.6 (#486)
release-please[bot] Aug 11, 2021
94b3fbc
fix(deps): google-gax v2.24.1 (#487)
bcoe Aug 17, 2021
4865017
chore: release 2.2.7 (#488)
release-please[bot] Aug 17, 2021
74ecd8f
docs: Improvements to various message and field descriptions (#489)
gcf-owl-bot[bot] Aug 19, 2021
da7afd1
feat: turns on self-signed JWT feature flag (#490)
gcf-owl-bot[bot] Aug 23, 2021
735fe99
chore: release 2.3.0 (#491)
release-please[bot] Aug 23, 2021
ac595cf
chore: relocate owl bot post processor (#496)
SurferJeffAtGoogle Sep 21, 2021
ec62e9b
build(node): update deps used during postprocessing (#1243) (#502)
gcf-owl-bot[bot] Oct 14, 2021
ffe5e89
docs(samples): add auto-generated samples for Node with api short nam…
gcf-owl-bot[bot] Oct 19, 2021
e983488
chore(cloud-rad): delete api-extractor config (#503)
fhinkel Oct 21, 2021
fb27b6a
chore(deps): update dependency @types/node to v16 (#504)
renovate-bot Oct 26, 2021
99fa48a
chore(deps): update dependency sinon to v12 (#506)
renovate-bot Nov 4, 2021
4401dcd
docs(samples): add example tags to generated samples (#507)
gcf-owl-bot[bot] Nov 11, 2021
cb6e462
build: add generated samples to .eslintignore (#508)
gcf-owl-bot[bot] Dec 9, 2021
7d07f35
docs(node): support "stable"/"preview" release level (#1312) (#511)
gcf-owl-bot[bot] Dec 29, 2021
407a638
docs(badges): tweak badge to use new preview/stable language (#1314) …
gcf-owl-bot[bot] Dec 30, 2021
f59a480
chore: add api_shortname and library_type to repo metadata (#510)
parthea Dec 31, 2021
7412141
test(nodejs): remove 15 add 16 (#1322) (#514)
gcf-owl-bot[bot] Jan 11, 2022
c9fa9a6
chore: update v2.12.0 gapic-generator-typescript (#520)
gcf-owl-bot[bot] Jan 26, 2022
4b3135f
chore(deps): update dependency gts to v3 (#515)
renovate-bot Feb 2, 2022
b5aa13b
docs(nodejs): version support policy edits (#1346) (#525)
gcf-owl-bot[bot] Feb 3, 2022
d996283
chore(deps): update dependency sinon to v13 (#522)
renovate-bot Feb 5, 2022
d620d0d
docs(samples): include metadata file, add exclusions for samples to h…
gcf-owl-bot[bot] Feb 18, 2022
5efdffe
chore: update v2.14.2 gapic-generator-typescript (#531)
gcf-owl-bot[bot] Mar 17, 2022
18d320a
chore: remove unused imports (#532)
gcf-owl-bot[bot] Apr 7, 2022
61ccf00
build(node): update client library version in samples metadata (#1356…
gcf-owl-bot[bot] Apr 21, 2022
8aa5381
chore(deps): update dependency @types/mocha to v9 (#540)
renovate-bot May 3, 2022
6a5ab43
chore(deps): update dependency sinon to v14 (#543)
renovate-bot May 9, 2022
7bf23e9
build!: update library to use Node 12 (#545)
alexander-fenster May 17, 2022
29d6be3
chore(main): release 3.0.0 (#546)
release-please[bot] May 18, 2022
b729b41
chore(deps): update dependency jsdoc-region-tag to v2 (#549)
renovate-bot Jun 9, 2022
d19673c
chore(deps): update dependency jsdoc-fresh to v2 (#548)
renovate-bot Jun 9, 2022
77f3ea7
feat: support regapic LRO (#550)
gcf-owl-bot[bot] Jun 29, 2022
d863ce8
chore(main): release 3.1.0 (#551)
release-please[bot] Jun 30, 2022
1c34cc8
chore(deps): update dependency linkinator to v4 (#555)
renovate-bot Jul 8, 2022
068a4e9
fix: better support for fallback mode (#558)
gcf-owl-bot[bot] Aug 23, 2022
d032f97
fix: change import long to require (#559)
gcf-owl-bot[bot] Aug 23, 2022
e382f2c
chore(main): release 3.1.1 (#560)
release-please[bot] Aug 23, 2022
0c894f7
fix: do not import the whole google-gax from proto JS (#1553) (#563)
gcf-owl-bot[bot] Aug 27, 2022
593b7b3
fix: allow passing gax instance to client constructor (#564)
gcf-owl-bot[bot] Sep 1, 2022
2c337ba
chore(main): release 3.1.2 (#565)
release-please[bot] Sep 8, 2022
0bc6564
fix: preserve default values in x-goog-request-params header (#566)
gcf-owl-bot[bot] Sep 14, 2022
f5c5286
build: use fully qualified request type name in tests (#568)
gcf-owl-bot[bot] Sep 22, 2022
42d7e92
chore(main): release 3.1.3 (#567)
release-please[bot] Oct 6, 2022
c8e5064
Merge remote-tracking branch 'migration/main' into nodejs-bigquery-da…
sofisl Oct 11, 2022
bff8823
build: add release-please config, fix owlbot-config
sofisl Oct 12, 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 @@ -9,6 +9,7 @@
"packages/google-cloud-beyondcorp-clientgateways": "0.2.1",
"packages/google-cloud-bigquery-analyticshub": "0.1.0",
"packages/google-cloud-bigquery-datapolicies": "0.1.0",
"packages/google-cloud-bigquery-datatransfer": "3.1.3",
"packages/google-cloud-gkemulticloud": "0.1.2",
"packages/google-cloud-language": "5.1.0",
"packages/google-cloud-oslogin": "4.0.2",
Expand Down
21 changes: 21 additions & 0 deletions packages/google-cloud-bigquery-datatransfer/.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/bigquery/datatransfer/(.*)/.*-nodejs
dest: /owl-bot-staging/google-cloud-bigquery-datatransfer/$1

7 changes: 7 additions & 0 deletions packages/google-cloud-bigquery-datatransfer/.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-bigquery-datatransfer/.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-bigquery-datatransfer/.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-bigquery-datatransfer/.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-bigquery-datatransfer/.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/bigquery-data-transfer',
theme: 'lumen',
default: {
outputSourceFiles: false
}
},
markdown: {
idInHeadings: true
}
};
29 changes: 29 additions & 0 deletions packages/google-cloud-bigquery-datatransfer/.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
5 changes: 5 additions & 0 deletions packages/google-cloud-bigquery-datatransfer/.mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"enable-source-maps": true,
"throw-deprecation": true,
"timeout": 10000
}
24 changes: 24 additions & 0 deletions packages/google-cloud-bigquery-datatransfer/.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-bigquery-datatransfer/.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-bigquery-datatransfer/.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-bigquery-datatransfer/.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": true,
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/bigquery-data-transfer/latest",
"codeowner_team": "@googleapis/api-bigquery",
"language": "nodejs",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559654",
"product_documentation": "https://cloud.google.com/bigquery/transfer/",
"name": "bigquery-data-transfer",
"distribution_name": "@google-cloud/bigquery-data-transfer",
"name_pretty": "Google BigQuery Data Transfer Service",
"api_id": "bigquerydatatransfer.googleapis.com",
"repo": "googleapis/google-cloud-node",
"api_shortname": "bigquerydatatransfer",
"library_type": "GAPIC_AUTO"
}
Loading