Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
280 commits
Select commit Hold shift + click to select a range
e5917f1
chores(build): run codecov on continuous builds (#36)
jkwlui Oct 23, 2018
17a25e2
build: run tests on node11 (#39)
jkwlui Oct 24, 2018
d4fc5f0
chore: remove old issue template (#40)
JustinBeckwith Oct 24, 2018
088071a
chore: update issue templates (#42)
JustinBeckwith Oct 25, 2018
967bbf1
fix: call limiter.makeRequest() instead of original method (#43)
jkwlui Oct 26, 2018
319006a
Release v0.1.2 (#44)
JustinBeckwith Oct 26, 2018
ce69339
chore: include build in eslintignore (#49)
JustinBeckwith Oct 30, 2018
3418044
chore: update CircleCI config (#52)
JustinBeckwith Nov 1, 2018
61a5a1e
chore(deps): update dependency through2 to v3 (#53)
renovate[bot] Nov 7, 2018
00c3e79
chore: use latest npm on Windows (#54)
jkwlui Nov 7, 2018
9c67e65
chore(deps): update dependency @types/is to v0.0.21 (#55)
renovate[bot] Nov 8, 2018
4406722
chore: update eslintignore config (#56)
JustinBeckwith Nov 12, 2018
b7ca2a0
chore(deps): update dependency gts to ^0.9.0 (#57)
renovate[bot] Nov 13, 2018
4f157dc
chore: add synth.metadata
yoshi-automation Nov 19, 2018
86babfa
fix: Pin @types/sinon to last compatible version (#61)
stephenplusplus Nov 20, 2018
074c990
refactor: trim a few dependencies (#60)
JustinBeckwith Nov 21, 2018
bae1849
chore(deps): update dependency @types/sinon to v5.0.7 (#62)
renovate[bot] Nov 22, 2018
baecaa2
fix(build): fix system key decryption (#64)
jkwlui Dec 2, 2018
e289d5e
chore: update license file (#68)
JustinBeckwith Dec 4, 2018
4e54170
chore(build): update prettier config (#69)
yoshi-automation Dec 5, 2018
f14875d
chore: nyc ignore build/test by default (#71)
JustinBeckwith Dec 5, 2018
e121ca1
chore: always nyc report before calling codecov (#72)
JustinBeckwith Dec 6, 2018
3ba6152
build: add Kokoro configs for autorelease (#75)
jkwlui Dec 10, 2018
093c2c3
fix(build): fix Kokoro release script (#76)
jkwlui Dec 11, 2018
e631552
chore: fix publish.sh permission +x (#77)
jkwlui Dec 11, 2018
8c9ec0a
chore: update nyc and eslint configs (#79)
JustinBeckwith Dec 11, 2018
b7d65d5
chore(build): inject yoshi automation key (#80)
jkwlui Dec 12, 2018
e58516f
chore(deps): update dependency @types/sinon to v7 (#81)
renovate[bot] Dec 13, 2018
fee3305
build: check broken links in generated docs (#82)
jkwlui Jan 9, 2019
da09647
build: ignore googleapis.com in doc link check (#84)
jkwlui Jan 24, 2019
b501d5a
docs: add lint/fix example to contributing guide (#85)
callmehiphop Feb 5, 2019
7fd1088
chore: move CONTRIBUTING.md to root (#87)
jkwlui Feb 7, 2019
93ed24a
docs: update contributing path in README (#88)
callmehiphop Feb 8, 2019
5411042
build: test using @grpc/grpc-js in CI (#89)
jkwlui Feb 9, 2019
702d8d0
build: create docs test npm scripts (#90)
JustinBeckwith Feb 11, 2019
db49203
docs: update contributing path in README (#92)
AVaksman Feb 13, 2019
a6942c5
docs: update links in contrib guide (#94)
JustinBeckwith Feb 14, 2019
20ed886
build: use linkinator for docs test (#93)
JustinBeckwith Feb 14, 2019
8c8db36
chore(deps): update dependency mocha to v6
renovate[bot] Feb 19, 2019
609c688
build: update release configuration
yoshi-automation Mar 5, 2019
86df058
build: fix types for sinon (#98)
JustinBeckwith Mar 7, 2019
848db46
build: use node10 to run samples-test, system-test etc (#97)
jkwlui Mar 7, 2019
ace80fa
build: Add docuploader credentials to node publish jobs (#99)
jkwlui Mar 8, 2019
f786be9
feat: handle promise based functions (#91)
AVaksman Mar 8, 2019
4036681
refactor(ts): create generic for object streams (#101)
callmehiphop Mar 8, 2019
5042873
Release v0.2.0 (#102)
callmehiphop Mar 8, 2019
4415f76
build: use per-repo npm publish token (#103)
jkwlui Mar 15, 2019
49ef352
chore: publish to npm using wombat (#105)
jkwlui Mar 20, 2019
1b27480
fix(deps): update dependency arrify to v2 (#109)
renovate[bot] Apr 5, 2019
ed704c0
chore(deps): update dependency nyc to v14
renovate[bot] Apr 16, 2019
c4fb016
docs: use repo-metadata to generate the README (#112)
JustinBeckwith Apr 27, 2019
0a9a0f3
update to .nycrc with --all enabled (#113)
Apr 29, 2019
1538aec
chore: removing node6 CI (#116)
alexander-fenster May 2, 2019
a2e6b8f
build!: upgrade engines field to >=8.10.0 (#115)
May 2, 2019
48f4942
chore(deps): update dependency gts to v1 (#111)
renovate[bot] May 2, 2019
c4adc51
chore: do not run CI on grpc-js (#118)
alexander-fenster May 3, 2019
6a2ce02
chore: release 1.0.0 (#117)
May 3, 2019
d178253
build: patch Windows container, fixing Node 10 (#120)
May 6, 2019
2c9138c
build: allow Node 10 to push to codecov (#121)
May 6, 2019
3682cd5
build: allow Node 10 on presubmit to push to codecov (#122)
May 7, 2019
1d71d0f
build: only pipe to codecov if tests run on Node 10
yoshi-automation May 7, 2019
a283b7f
build: add new kokoro config for coverage and release-please (#123)
May 17, 2019
2443f67
build: updated kokoro config for coverage and release-please (#124)
May 17, 2019
bfb1265
build: add configuration for automated doc deployment (#125)
May 23, 2019
3c99fe1
build: ignore proto files in test coverage (#126)
JustinBeckwith May 28, 2019
37c937f
build: remove verbose logging from test scripts (#127)
May 29, 2019
9ce1dad
build: remove unused clang format (#128)
JustinBeckwith Jun 10, 2019
ed668cf
fix(docs): move to new client docs URL (#129)
Jun 13, 2019
85453e6
chore: release 1.0.1 (#130)
yoshi-automation Jun 14, 2019
0455445
build: switch to GitHub magic proxy (#131)
Jun 18, 2019
ba750f1
fix(docs): link to reference docs section on googleapis.dev (#132)
Jun 25, 2019
68b904d
chore: release 1.0.2 (#133)
yoshi-automation Jun 26, 2019
20368e4
build: use config file for linkinator (#135)
JustinBeckwith Jun 28, 2019
930a6f4
refactor!: rewrite streaming logic (#136)
callmehiphop Jul 12, 2019
0dfafcf
chore: release 2.0.0 (#137)
yoshi-automation Jul 12, 2019
2a258ab
chore(deps): drop dependency on through2 (#138)
JustinBeckwith Jul 20, 2019
9c6299f
docs: use the jsdoc-fresh theme (#139)
JustinBeckwith Jul 31, 2019
8fdf30a
build: add Node 12 remove Node 11 (#140)
Aug 1, 2019
3ba437e
fix(deps): use the latest extend (#141)
JustinBeckwith Aug 17, 2019
4140265
chore: release 2.0.1 (#142)
yoshi-automation Aug 26, 2019
e1f70f0
docs: update link to client docs (#144)
yoshi-automation Aug 28, 2019
f99a97b
update .nycrc ignore rules (#145)
Sep 6, 2019
c98a4d2
build: switch to GitHub app for releases (#146)
Sep 18, 2019
b75125c
chore: add protos/ to .eslintignore
alexander-fenster Sep 27, 2019
4d1f8ef
chore: update pull request template
JustinBeckwith Sep 27, 2019
c9af7e4
chore: update pull request template
yoshi-automation Oct 7, 2019
a7c1675
chore: update CONTRIBUTING.md and make releaseType node (#153)
Oct 9, 2019
7ec4318
test: don't exclude src in coverage
yoshi-automation Oct 31, 2019
4f761ba
fix(docs): add jsdoc-region-tag plugin (#155)
Nov 13, 2019
6547fad
chore: release 2.0.2 (#156)
release-please[bot] Nov 13, 2019
e309c39
chore: add gitattributes to kokoro
JustinBeckwith Nov 14, 2019
73efbea
chore: update license headers
JustinBeckwith Nov 25, 2019
4e03e7d
fix(deps): pin TypeScript below 3.7.0
Dec 5, 2019
0f1be76
chore: release 2.0.3 (#160)
release-please[bot] Dec 5, 2019
b9c024d
docs: update jsdoc license/samples-README (#161)
Dec 26, 2019
df25ccb
chore(deps): update dependency sinon to v8 (#164)
Dec 27, 2019
50f68cf
refactor: use explicit mocha imports
JustinBeckwith Dec 30, 2019
1b29fd3
build: add list of tracked files to synth.metadata
yoshi-automation Dec 30, 2019
eeb6661
build: use c8 for coverage (#165)
JustinBeckwith Dec 31, 2019
3f5aaee
build: add **/*.d.ts to coverage ignore list
yoshi-automation Jan 3, 2020
1505338
chore(deps): update dependency mocha to v7
renovate-bot Jan 6, 2020
8f50097
build: update windows configuration to match new vm
Jan 21, 2020
338482a
chore: clear synth.metadata
JustinBeckwith Jan 24, 2020
bcaf4e1
chore: regenerate synth.metadata (#172)
yoshi-automation Jan 28, 2020
98101a5
chore(deps): update dependency @types/mocha to v7
renovate-bot Jan 30, 2020
62b8fd6
chore: skip img.shields.io in docs test
JustinBeckwith Feb 1, 2020
146d36d
test: modernize mocha config (#174)
JustinBeckwith Feb 1, 2020
8fc1dad
chore(deps): update dependency linkinator to v2
renovate-bot Feb 10, 2020
d1182ef
chore(deps): update dependency sinon to v9
renovate-bot Feb 20, 2020
45897cf
chore(deps): update dependency uuid to v7
renovate-bot Feb 26, 2020
a086564
build: add publish.yml enabling GitHub app for publishes
Feb 27, 2020
3b584c3
chore: update jsdoc.js (#183)
summer-ji-eng Feb 27, 2020
ddb9995
chore: correct .jsdoc.js protos and double quotes (#185)
summer-ji-eng Feb 28, 2020
461d4db
chore(deps): update dependency @types/uuid to v7 (#182)
renovate-bot Mar 3, 2020
01a0321
build: update linkinator config (#186)
JustinBeckwith Mar 6, 2020
fac7371
build(tests): fix coveralls and enable build cop (#187)
Mar 6, 2020
e3c613e
docs: mention templates in contributing section of README (#189)
Mar 18, 2020
1dc1ecb
chore(deps)!: deprecated node 8 to 10; upgrade typescript
summer-ji-eng Mar 19, 2020
9455f23
chore(dep)!: upgrade gts 2.0.0 (#194)
summer-ji-eng Mar 23, 2020
10eb9c4
docs: document version support goals (#197)
Mar 24, 2020
57f8fce
chore: update github actions configuration (#196)
yoshi-automation Mar 25, 2020
ece50cd
chore: release 3.0.0 (#193)
release-please[bot] Mar 25, 2020
4c750f1
build: set AUTOSYNTH_MULTIPLE_COMMITS=true for context aware commits …
Apr 1, 2020
b320395
build: update templates for Node.js libraries (#203)
yoshi-automation Apr 1, 2020
0a02b3c
chore(deps): update dependency @types/sinon to v9 (#202)
renovate-bot Apr 1, 2020
d1cb7d6
chore: remove duplicate mocha config (#204)
JustinBeckwith Apr 5, 2020
2d587f9
build: remove unused codecov config (#206)
JustinBeckwith Apr 12, 2020
3d79efe
chore: upgrade to gts v2 (#208)
JustinBeckwith Apr 12, 2020
3933844
chore: update lint ignore files (#210)
JustinBeckwith Apr 13, 2020
62ad593
fix: apache license URL (#468) (#211)
yoshi-automation Apr 14, 2020
c2dd4f5
build: use codecov's action, now that it's authless (#213)
yoshi-automation Apr 20, 2020
24eb2e4
chore: update npm scripts and synth.py (#214)
alexander-fenster Apr 24, 2020
caf36ad
chore(deps): update dependency uuid to v8 (#215)
renovate-bot May 1, 2020
748c1b2
build: do not fail builds on codecov errors (#528) (#216)
yoshi-automation May 8, 2020
47c8fea
chore(deps): update dependency @types/uuid to v8 (#217)
renovate-bot May 20, 2020
1208f8f
chore: release 3.0.1 (#212)
release-please[bot] Jun 4, 2020
ac02c0b
build(secrets): begin migration to secret manager from keystore (#218)
yoshi-automation Jun 9, 2020
4b42a6f
chore(deps): update dependency mocha to v8 (#219)
renovate-bot Jun 11, 2020
8329351
chore(nodejs_templates): add script logging to node_library populate-…
yoshi-automation Jun 11, 2020
acd60cc
fix: update node issue template (#221)
yoshi-automation Jun 18, 2020
612e7b4
build: add config .gitattributes (#223)
yoshi-automation Jun 29, 2020
3d62877
chore: update CODEOWNERS (#224)
JustinBeckwith Jul 6, 2020
a962e18
chore: release 3.0.2 (#222)
release-please[bot] Jul 7, 2020
a15efad
build: typeo in nodejs .gitattribute (#225)
yoshi-automation Jul 10, 2020
cc4a49f
chore(deps): update dependency @types/mocha to v8 (#226)
renovate-bot Jul 12, 2020
b5b0e16
chore: delete Node 8 presubmit tests (#227)
fhinkel Jul 14, 2020
904a1a7
build: add Node 8 tests (#230)
yoshi-automation Jul 17, 2020
89aa16e
build: missing closing paren in publish script, delete template for N…
yoshi-automation Jul 17, 2020
20f4107
chore: add dev dependencies for cloud-rad ref docs (#232)
fhinkel Jul 21, 2020
44f6d08
build: rename _toc to toc (#233)
yoshi-automation Jul 23, 2020
e7ab3c8
fix: move gitattributes files to node templates (#234)
yoshi-automation Jul 24, 2020
533dac6
chore: release 3.0.3 (#235)
release-please[bot] Jul 24, 2020
6d6c031
fix: destroy ResourceStream with pre-flight error (#236)
stephenplusplus Aug 6, 2020
1e72e75
chore: release 3.0.4 (#239)
release-please[bot] Aug 6, 2020
9f842b4
fix: add configs by running synthtool (#241)
sofisl Sep 1, 2020
75d8109
chore(node): fix kokoro build path for cloud-rad (#237)
yoshi-automation Sep 1, 2020
a924374
chore: start tracking obsolete files (#243)
yoshi-automation Sep 2, 2020
68024ec
chore: release 3.0.5 (#242)
release-please[bot] Sep 2, 2020
3516ccc
build(test): recursively find test files; fail on unsupported depende…
yoshi-automation Sep 12, 2020
cd511d2
chore: update bucket for cloud-rad (#246)
yoshi-automation Oct 2, 2020
21ea5e7
build(node_library): migrate to Trampoline V2 (#247)
yoshi-automation Oct 5, 2020
1991c14
chore(deps): update dependency gts to v3 (#248)
renovate-bot Oct 9, 2020
9604036
build: only check --engine-strict for production deps (#249)
yoshi-automation Oct 16, 2020
9840508
chore: clean up Node.js TOC for cloud-rad (#250)
yoshi-automation Oct 21, 2020
cf7d6fc
docs: updated code of conduct (includes update to actions) (#253)
yoshi-automation Nov 2, 2020
e7c847e
build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#254)
yoshi-automation Nov 2, 2020
fdf2545
docs: spelling correction for "targetting" (#255)
yoshi-automation Nov 25, 2020
7560aa2
docs: add instructions for authenticating for system tests (#256)
yoshi-automation Dec 22, 2020
93a018b
refactor(nodejs): move build cop to flakybot (#258)
yoshi-automation Jan 27, 2021
946704e
chore: regenerate common templates (#260)
yoshi-automation Apr 20, 2021
8115530
build: add generated-files bot config (#262)
yoshi-automation Apr 29, 2021
5965b2a
chore: migrate to owl bot (#267)
SurferJeffAtGoogle May 20, 2021
5a20f59
chore(deps): update dependency @types/node to v14 (#269)
renovate-bot May 21, 2021
ec65951
chore(deps): update dependency sinon to v10 (#261)
renovate-bot May 24, 2021
1c6419f
chore(deps): update dependency sinon to v11 (#270)
renovate-bot May 25, 2021
eb838b9
sample: sample for streamify (#271)
alexander-fenster May 25, 2021
935d653
chore: Report warning on `.github/workflows/ci.yaml` (#272)
gcf-owl-bot[bot] Jun 7, 2021
a02d232
chore(nodejs): use cloud-rad publication process (#1112) (#274)
gcf-owl-bot[bot] Jun 9, 2021
3e75c1d
build: add auto-approve to Node libraries (#1100) (#275)
gcf-owl-bot[bot] Jun 10, 2021
60ca768
chore(nodejs): remove api-extractor dependencies (#276)
fhinkel Jun 10, 2021
98332e3
build: remove errant comma (#1113) (#277)
gcf-owl-bot[bot] Jun 11, 2021
e20c6b5
build(node): do not throw on deprecation (#1140) (#279)
gcf-owl-bot[bot] Jun 25, 2021
eef4bac
build: auto-approve renovate-bot PRs for minor updates (#1145) (#280)
gcf-owl-bot[bot] Jun 30, 2021
2b2de0e
build: switch to release-please release tagging (#1129) (#281)
gcf-owl-bot[bot] Jul 21, 2021
450904a
build: update auto-approve config for new validation (#1169) (#282)
gcf-owl-bot[bot] Jul 30, 2021
ff25a8b
chore(nodejs): update client ref docs link in metadata (#283)
fhinkel Aug 4, 2021
87607b4
chore: disable renovate dependency dashboard (#1194) (#286)
gcf-owl-bot[bot] Aug 25, 2021
9185f4e
fix(build): switch primary branch to main (#287)
Sep 9, 2021
d1225b5
chore: release 3.0.6 (#288)
release-please[bot] Sep 9, 2021
c27e825
build: enable release-trigger bot (#1212) (#289)
gcf-owl-bot[bot] Sep 13, 2021
3707c1f
build(node): run linkinator against index.html (#1227) (#292)
gcf-owl-bot[bot] Sep 30, 2021
6466c8c
chore: fix the wrong post processor image (#294)
Oct 27, 2021
3982740
chore(deps): update dependency @types/node to v16 (#293)
renovate-bot Oct 27, 2021
2e687a7
chore(cloud-rad): delete api-extractor config (#296)
fhinkel Nov 4, 2021
dd77904
chore(deps): update dependency sinon to v12 (#295)
renovate-bot Nov 4, 2021
71b77d3
build: add generated samples to .eslintignore (#297)
gcf-owl-bot[bot] Dec 9, 2021
746b8bf
docs(node): support "stable"/"preview" release level (#1312) (#300)
gcf-owl-bot[bot] Dec 29, 2021
42effdc
chore: add api_shortname and library_type to repo metadata (#299)
parthea Dec 30, 2021
effd70f
docs(badges): tweak badge to use new preview/stable language (#1314) …
gcf-owl-bot[bot] Dec 30, 2021
a0717f9
test(nodejs): remove 15 add 16 (#1322) (#303)
gcf-owl-bot[bot] Jan 11, 2022
ea32164
chore: update github issue templates (#1085) (#304)
gcf-owl-bot[bot] Jan 13, 2022
4c84cf5
build(node): switch back to keystore for publication (#1328) (#305)
gcf-owl-bot[bot] Jan 19, 2022
c1be6b3
docs(nodejs): version support policy edits (#1346) (#310)
gcf-owl-bot[bot] Feb 3, 2022
0cee3d7
chore(deps): update dependency sinon to v13 (#307)
renovate-bot Feb 5, 2022
f407ff5
fix: update signature of end to comply with update node types definit…
ddelgrosso1 Feb 14, 2022
f659505
chore(main): release 3.0.7 (#312)
release-please[bot] Feb 14, 2022
b6eb859
chore: Enable Size-Label bot in all googleapis NodeJs repositories (#…
gcf-owl-bot[bot] Apr 4, 2022
cc20a89
chore(deps): update actions/setup-node action to v3 (#1393) (#316)
gcf-owl-bot[bot] Apr 6, 2022
3cb9af8
chore(deps): update actions/checkout action to v3 (#1392) (#317)
gcf-owl-bot[bot] Apr 6, 2022
5e82370
build: add srs yaml file (#320)
gcf-owl-bot[bot] Apr 14, 2022
274fab8
chore(deps): update dependency @types/mocha to v9 (#321)
renovate-bot May 3, 2022
48b0ec3
build: update auto approve to v2, remove release autoapproving (#1432…
gcf-owl-bot[bot] May 6, 2022
500e114
chore(deps): update dependency sinon to v14 (#324)
renovate-bot May 9, 2022
dad6c04
build!: update library to use Node 12 (#325)
alexander-fenster May 17, 2022
e12e6b7
chore(main): release 4.0.0 (#326)
release-please[bot] May 17, 2022
ec1fd40
build(node): add new jsteam + enforce branches up-to-date (#1451) (#327)
gcf-owl-bot[bot] Jun 7, 2022
4dc0b76
chore(deps): update dependency linkinator to v4 (#328)
renovate-bot Jul 8, 2022
c0ebddf
fix: remove pip install statements (#1546) (#329)
gcf-owl-bot[bot] Aug 23, 2022
41bfdb1
chore(deps): update dependency uuid to v9 (#331)
renovate-bot Sep 9, 2022
78b7a85
chore(main): release 4.0.1 (#330)
release-please[bot] Sep 26, 2022
0c57c7e
chore(deps): update dependency @types/node to v18 (#332)
renovate-bot Nov 10, 2022
c1148ab
build: have Kokoro grab service account credentials from secret that …
gcf-owl-bot[bot] Dec 6, 2022
88648b9
build: have Kokoro grab service account credentials from secret that …
gcf-owl-bot[bot] Dec 19, 2022
65e18d3
chore(deps): update dependency sinon to v15 (#333)
renovate-bot Feb 9, 2023
d085cfa
chore(deps): update dependency @types/uuid to v9 (#334)
renovate-bot Feb 9, 2023
be8f70c
chore: store nodejs build artifacts in placer (#337)
gcf-owl-bot[bot] Mar 16, 2023
eed1d63
docs: update docs-devsite.sh to use latest node-js-rad version (#338)
gcf-owl-bot[bot] May 25, 2023
d9e3b54
chore!: update to Node 14 (#346)
gcf-owl-bot[bot] Aug 9, 2023
9bb4ba1
chore(main): release 5.0.0 (#347)
release-please[bot] Aug 9, 2023
a6ed3ea
chore: correct path to node_modules (#352)
gcf-owl-bot[bot] Sep 22, 2023
1fecd26
chore(nodejs): Add `system-test/fixtures` to `.eslintignore` (#353)
gcf-owl-bot[bot] Oct 26, 2023
8d6bd1b
chore: remove compile protos from post processor (#358)
gcf-owl-bot[bot] Nov 15, 2023
35a4240
chore(deps): update dependency c8 to v9 (#359)
renovate-bot Jan 16, 2024
3f4e740
chore(deps): update dependency sinon to v17 (#354)
renovate-bot Feb 6, 2024
22ddbc0
chore: update cloud-rad version to ^0.4.0 (#357)
gcf-owl-bot[bot] Feb 28, 2024
ff3920f
build: pin compodoc (#362)
alvarowolfx May 21, 2024
20fef27
fix: should pass extra callback arguments back to consumer (#361)
alvarowolfx May 22, 2024
6cfd1a9
chore(main): release 5.0.1 (#364)
release-please[bot] May 22, 2024
ebcf851
fix: query should be on the list of extra args (#365)
alvarowolfx May 23, 2024
bf32391
chore(main): release 5.0.2 (#366)
release-please[bot] May 23, 2024
246e225
chore(deps): update dependency sinon to v18 (#360)
renovate-bot May 27, 2024
432a0f5
chore: [node] add auto-approve templates, and install dependencies wi…
gcf-owl-bot[bot] Jun 6, 2024
6492bd6
ci: Enable `constraintsFiltering` for Node.js Libraries (#374)
gcf-owl-bot[bot] Jun 26, 2024
adce397
chore: update links in github issue templates (#377)
gcf-owl-bot[bot] Oct 23, 2024
f1c185f
chore: fix `npm` for Node v18 samples tests (#385)
gcf-owl-bot[bot] Mar 4, 2025
6785620
chore!: migrate to node 18 (#386)
leahecole Mar 4, 2025
309dc37
chore(main): release 6.0.0 (#387)
release-please[bot] Mar 4, 2025
93e1d63
chore: update owlbot-nodejs dependencies (#392)
gcf-owl-bot[bot] May 24, 2025
a0cc221
Merge remote-tracking branch 'migration/main' into nodejs-paginator-m…
codyoss Mar 9, 2026
e0324e0
build: add release-please config, fix owlbot-config
codyoss Mar 9, 2026
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 .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
/handwritten/firestore @googleapis/firestore-team
/handwritten/spanner @googleapis/spanner-team
/handwritten/bigquery-storage @googleapis/bigquery-team
/core/paginator jsteam-handwritten-libraries
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"core/paginator": "6.0.0",
"handwritten/bigquery": "8.2.0",
"handwritten/bigquery-storage": "5.1.0",
"handwritten/cloud-profiler": "6.0.4",
"handwritten/datastore": "10.1.0",
"handwritten/firestore": "8.3.0",
"handwritten/error-reporting": "3.0.5",
"handwritten/firestore": "8.3.0",
"handwritten/logging-bunyan": "5.1.1",
"handwritten/logging-winston": "6.0.1",
"handwritten/spanner": "8.6.0",
Expand Down
17 changes: 17 additions & 0 deletions core/paginator/.OwlBot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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.


begin-after-commit-hash: 397c0bfd367a2427104f988d5329bc117caafd95

10 changes: 10 additions & 0 deletions core/paginator/.compodocrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
tsconfig: ./tsconfig.json
output: ./docs
theme: material
hideGenerator: true
disablePrivate: true
disableProtected: true
disableInternal: true
disableCoverage: true
disableGraph: true
8 changes: 8 additions & 0 deletions core/paginator/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
**/node_modules
**/coverage
test/fixtures
build/
docs/
protos/
samples/generated/
system-test/**/fixtures
3 changes: 3 additions & 0 deletions core/paginator/.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 core/paginator/.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
8 changes: 8 additions & 0 deletions core/paginator/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
node_modules
.nyc_output
build
package-lock.json
docs/
.coverage
__pycache__
.DS_Store
51 changes: 51 additions & 0 deletions core/paginator/.jsdoc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
// Copyright 2019 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.
//

'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',
],
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2019 Google, LLC.',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/paginator',
theme: 'lumen',
default: {
outputSourceFiles: false
}
},
markdown: {
idInHeadings: true
}
};
1 change: 1 addition & 0 deletions core/paginator/.kokoro/.gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions core/paginator/.kokoro/common.cfg

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions core/paginator/.kokoro/continuous/node18/common.cfg

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions core/paginator/.kokoro/continuous/node18/lint.cfg

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions core/paginator/.kokoro/continuous/node18/samples-test.cfg

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions core/paginator/.kokoro/continuous/node18/system-test.cfg

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
25 changes: 25 additions & 0 deletions core/paginator/.kokoro/docs.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions core/paginator/.kokoro/lint.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 76 additions & 0 deletions core/paginator/.kokoro/populate-secrets.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions core/paginator/.kokoro/presubmit/node18/common.cfg

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions core/paginator/.kokoro/presubmit/node18/samples-test.cfg

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading