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-memcache #3412

Merged
merged 160 commits into from
Oct 13, 2022
Merged
Changes from 1 commit
Commits
Show all changes
160 commits
Select commit Hold shift + click to select a range
040140b
chore: add initial files for launch
bcoe Mar 31, 2020
9a4efa3
feat!: initial generation of library (#3)
bcoe Apr 3, 2020
afd9cae
chore: release 1.0.0 (#6)
release-please[bot] Apr 3, 2020
d412056
chore: remove duplicate mocha config (#9)
JustinBeckwith Apr 5, 2020
af24088
chore(deps): update dependency mocha to v7 (#7)
renovate-bot Apr 7, 2020
378bcb5
test: await assert.rejects (#8)
yoshi-automation Apr 7, 2020
d3706a9
chore(deps): update dependency gts to v2.0.0 (#12)
renovate-bot Apr 10, 2020
306d3c5
fix: remove eslint, update gax, fix generated protos, run the generat…
alexander-fenster Apr 11, 2020
5adecd1
build: remove unused codecov config (#15)
JustinBeckwith Apr 12, 2020
4e58f8d
chore: update lint ignore files (#16)
JustinBeckwith Apr 13, 2020
17b0d52
chore(deps): update dependency ts-loader to v7 (#17)
renovate-bot Apr 15, 2020
fa53aac
chore(deps): update dependency null-loader to v4 (#18)
renovate-bot Apr 15, 2020
1eabc7e
chore: run fix instead of lint in synthfile (#19)
JustinBeckwith Apr 15, 2020
232bf12
build: use codecov's action, now that it's authless
yoshi-automation Apr 20, 2020
b02eb45
build: adopt changes to generator formatter (#21)
yoshi-automation Apr 22, 2020
9598e3f
chore: update npm scripts and synth.py (#22)
alexander-fenster Apr 24, 2020
962a69b
feat: check status of long running operation by its name (#23)
alexander-fenster May 6, 2020
caab0ff
chore: linting rules (#25)
yoshi-automation May 7, 2020
90888da
build: do not fail builds on codecov errors (#528) (#26)
yoshi-automation May 8, 2020
7e85b01
build: update protos.js (#27)
yoshi-automation Jun 4, 2020
55c6bf8
chore: release 1.1.0 (#24)
release-please[bot] Jun 4, 2020
c61ba62
feat: move ts target to es2018 from es2016 (#30)
yoshi-automation Jun 10, 2020
64542ec
chore(deps): update dependency mocha to v8 (#32)
renovate-bot Jun 11, 2020
aefd365
chore(nodejs_templates): add script logging to node_library populate-…
yoshi-automation Jun 11, 2020
a62ce4e
fix: proper fallback option handling
yoshi-automation Jun 15, 2020
3261143
chore: update node issue template (#36)
yoshi-automation Jun 18, 2020
129721e
build: add config .gitattributes (#37)
yoshi-automation Jun 28, 2020
3f95cbe
chore: release 1.2.0 (#31)
release-please[bot] Jun 29, 2020
80bd9b4
docs: Change relative URLs to absolute URLs to fix broken links. (#33)
yoshi-automation Jul 1, 2020
fc3d45d
build: use bazel build (#38)
alexander-fenster Jul 6, 2020
3eb025a
build: typeo in nodejs .gitattribute (#41)
yoshi-automation Jul 10, 2020
5c2d46e
chore(deps): update dependency ts-loader to v8 (#40)
renovate-bot Jul 10, 2020
e4f32e9
chore(deps): update dependency @types/mocha to v8 (#42)
renovate-bot Jul 12, 2020
087fee8
build: fix typo in publish script (#45)
yoshi-automation Jul 15, 2020
4db574f
chore: add config files for cloud-rad for node.js (#46)
yoshi-automation Jul 17, 2020
cf8a251
chore: add dev dependencies for cloud-rad ref docs (#47)
fhinkel Jul 21, 2020
d8c29b4
build: rename _toc to toc (#48)
yoshi-automation Jul 23, 2020
9e7f303
chore: move gitattributes files to node templates (#49)
yoshi-automation Jul 24, 2020
09d875a
chore(node): fix kokoro build path for cloud-rad (#50)
yoshi-automation Jul 29, 2020
68eb066
build: update protos (#51)
yoshi-automation Jul 31, 2020
c683124
docs: add links to the CHANGELOG from the README.md for Java and Node…
yoshi-automation Aug 3, 2020
cb12063
build: --credential-file-override is no longer required (#54)
yoshi-automation Aug 10, 2020
f50a610
chore: update cloud rad kokoro build job (#56)
yoshi-automation Aug 12, 2020
6912ece
build: use gapic-generator-typescript v1.0.7. (#55)
yoshi-automation Aug 12, 2020
3d7d466
build: perform publish using Node 12 (#57)
yoshi-automation Aug 13, 2020
9eff711
chore: start tracking obsolete files (#58)
yoshi-automation Aug 19, 2020
b2fd5c1
build: move system and samples test from Node 10 to Node 12 (#59)
yoshi-automation Aug 21, 2020
76638f4
build: track flaky tests for "nightly", add new secrets for tagging (…
yoshi-automation Aug 28, 2020
cfaddbd
build(test): recursively find test files; fail on unsupported depende…
yoshi-automation Sep 12, 2020
ebfb47a
chore: update bucket for cloud-rad (#64)
yoshi-automation Oct 2, 2020
eeb1cdb
build(node_library): migrate to Trampoline V2 (#65)
yoshi-automation Oct 5, 2020
72537d0
chore(deps): update dependency webpack-cli to v4 (#68)
renovate-bot Oct 12, 2020
38cdd84
chore(deps): update dependency webpack to v5 (#67)
renovate-bot Oct 14, 2020
3c8b589
build: only check --engine-strict for production deps (#69)
yoshi-automation Oct 16, 2020
f42e0b6
chore: clean up Node.js TOC for cloud-rad (#70)
yoshi-automation Oct 21, 2020
db1cdf8
docs: updated code of conduct (includes update to actions) (#74)
yoshi-automation Oct 27, 2020
2bc0022
build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#75)
yoshi-automation Nov 2, 2020
3230db6
fix: do not modify options object, use defaultScopes (#76)
alexander-fenster Nov 6, 2020
affd04d
fix(browser): check for fetch on window
yoshi-automation Nov 23, 2020
c026f51
docs: spelling correction for "targetting" (#80)
yoshi-automation Nov 25, 2020
4a1063f
chore: release 1.2.1 (#79)
release-please[bot] Dec 2, 2020
21deff3
chore: generate GAPIC metadata JSON file (#81)
yoshi-automation Dec 4, 2020
bd43a1a
docs: add instructions for authenticating for system tests (#82)
yoshi-automation Dec 22, 2020
dab14fe
docs: update dates (#84)
yoshi-automation Jan 7, 2021
8d0a384
feat: adds style enumeration (#85)
yoshi-automation Jan 9, 2021
4eb145f
chore: release 1.3.0 (#86)
release-please[bot] Jan 12, 2021
5a8ef0f
refactor(nodejs): move build cop to flakybot (#87)
yoshi-automation Jan 27, 2021
291a713
feat: add v1 version (#88)
sofisl Jan 29, 2021
9d90489
build: adds UNORDERED_LIST enum (#90)
yoshi-automation Feb 4, 2021
f01d713
feat(docs): indicate ga status (#91)
bcoe Mar 1, 2021
5e1feba
chore: release 1.4.0 (#89)
release-please[bot] Mar 1, 2021
c91191c
build: update gapic-generator-typescript to v1.2.10. (#92)
yoshi-automation Mar 7, 2021
0364661
chore(deps): update dependency sinon to v10 (#94)
renovate-bot Mar 23, 2021
e2ebeab
chore: migrate to owl bot (#95)
SurferJeffAtGoogle Apr 2, 2021
ffaa79c
chore(deps): update dependency @types/sinon to v10 (#99)
renovate-bot Apr 14, 2021
586033d
chore(deps): update dependency ts-loader to v9 (#103)
renovate-bot Apr 19, 2021
1298a37
fix(deps): require google-gax v2.12.0 (#107)
alexander-fenster May 7, 2021
3c74df1
chore: new owl bot post processor docker image (#109)
gcf-owl-bot[bot] May 10, 2021
9b305fb
fix: use require() to load JSON protos (#110)
gcf-owl-bot[bot] May 11, 2021
444eaea
chore: update gapic-generator-typescript to v1.3.2 (#111)
gcf-owl-bot[bot] May 11, 2021
be944b6
chore: release 1.4.1 (#108)
release-please[bot] May 13, 2021
3920908
chore(deps): update dependency @types/node to v14 (#114)
renovate-bot May 21, 2021
fe19348
chore(deps): update dependency sinon to v11 (#115)
renovate-bot May 25, 2021
aa148f4
fix: GoogleAdsError missing using generator version after 1.3.0 (#116)
gcf-owl-bot[bot] May 25, 2021
fe7def0
chore: make generate_index_ts() deterministic (#118)
gcf-owl-bot[bot] May 29, 2021
44c2adf
chore: release 1.4.2 (#117)
release-please[bot] Jun 3, 2021
cbc9edb
chore(nodejs): remove api-extractor dependencies (#123)
fhinkel Jun 10, 2021
1ea1752
fix: make request optional in all cases (#125)
gcf-owl-bot[bot] Jun 22, 2021
667755c
chore: release 1.4.3 (#126)
release-please[bot] Jun 22, 2021
a7b7fcb
fix(deps): google-gax v2.17.0 with mTLS (#131)
bcoe Jun 29, 2021
e9b4d7d
chore: release 1.4.4 (#132)
release-please[bot] Jun 29, 2021
8d6cf3d
fix(deps): google-gax v2.17.1 (#134)
bcoe Jul 12, 2021
1f4e6a4
chore: release 1.4.5 (#135)
release-please[bot] Jul 12, 2021
e4eda6f
fix: Updating WORKSPACE files to use the newest version of the Typesc…
gcf-owl-bot[bot] Jul 16, 2021
9828624
chore: release 1.4.6 (#137)
release-please[bot] Jul 21, 2021
31b090d
chore(nodejs): update client ref docs link in metadata (#142)
fhinkel Aug 4, 2021
b50e794
fix(deps): google-gax v2.24.1 (#144)
bcoe Aug 17, 2021
e0ef8ad
chore: release 1.4.7 (#145)
release-please[bot] Aug 17, 2021
73fec79
feat: turns on self-signed JWT feature flag (#147)
gcf-owl-bot[bot] Aug 23, 2021
e81cc03
chore: release 1.5.0 (#148)
release-please[bot] Aug 23, 2021
cf579a4
chore: disable renovate dependency dashboard (#1194) (#149)
gcf-owl-bot[bot] Aug 25, 2021
6a538e2
fix(build): update branch to main (#150)
bcoe Sep 8, 2021
3cf7825
chore: release 1.5.1 (#151)
release-please[bot] Sep 8, 2021
306fcf5
chore: relocate owl bot post processor (#153)
SurferJeffAtGoogle Sep 21, 2021
1b615ff
build(node): update deps used during postprocessing (#1243) (#158)
gcf-owl-bot[bot] Oct 14, 2021
357aca4
chore(deps): update dependency @types/node to v16 (#159)
renovate-bot Oct 26, 2021
9bc6699
chore(cloud-rad): delete api-extractor config (#161)
fhinkel Nov 4, 2021
90a83cd
chore(deps): update dependency sinon to v12 (#160)
renovate-bot Nov 4, 2021
67b9920
docs(samples): add example tags to generated samples (#162)
gcf-owl-bot[bot] Nov 11, 2021
70696ae
build: add generated samples to .eslintignore (#163)
gcf-owl-bot[bot] Dec 9, 2021
5ccf9ad
docs(node): support "stable"/"preview" release level (#1312) (#166)
gcf-owl-bot[bot] Dec 29, 2021
f94b24a
docs(badges): tweak badge to use new preview/stable language (#1314) …
gcf-owl-bot[bot] Dec 30, 2021
f77025a
test(nodejs): remove 15 add 16 (#1322) (#169)
gcf-owl-bot[bot] Jan 11, 2022
c3eea36
chore(deps): update dependency sinon to v13 (#176)
renovate-bot Jan 31, 2022
4237568
build: update copyright year to 2022 (#172)
gcf-owl-bot[bot] Jan 31, 2022
a56a523
docs(nodejs): version support policy edits (#1346) (#178)
gcf-owl-bot[bot] Feb 3, 2022
2a5bba0
chore: add api_shortname and library_type to repo metadata (#165)
parthea Feb 5, 2022
4efd17a
docs(samples): include metadata file, add exclusions for samples to h…
gcf-owl-bot[bot] Feb 18, 2022
0ec81b3
chore: update v2.14.2 gapic-generator-typescript (#183)
gcf-owl-bot[bot] Mar 16, 2022
bf2fe1a
build(node): update client library version in samples metadata (#1356…
gcf-owl-bot[bot] Apr 21, 2022
3bb5930
chore(deps): update dependency @types/mocha to v9 (#191)
renovate-bot May 3, 2022
80abe90
chore(deps): update dependency sinon to v14 (#194)
renovate-bot May 9, 2022
abb7a2b
build!: update library to use Node 12 (#196)
alexander-fenster May 17, 2022
939b14f
chore(main): release 2.0.0 (#197)
release-please[bot] May 18, 2022
ed7da9f
chore(deps): update dependency jsdoc-region-tag to v2 (#200)
renovate-bot Jun 9, 2022
ae33c79
chore(deps): update dependency jsdoc-fresh to v2 (#199)
renovate-bot Jun 9, 2022
47e2603
feat: support regapic LRO (#201)
gcf-owl-bot[bot] Jun 30, 2022
f95ba15
chore(main): release 2.1.0 (#202)
release-please[bot] Jun 30, 2022
a2a43ae
chore(deps): update dependency linkinator to v4 (#205)
renovate-bot Jul 8, 2022
58615ec
fix: better support for fallback mode (#209)
gcf-owl-bot[bot] Aug 23, 2022
6b6bd39
fix: change import long to require (#211)
gcf-owl-bot[bot] Aug 23, 2022
516a281
fix: do not import the whole google-gax from proto JS (#1553) (#215)
gcf-owl-bot[bot] Aug 27, 2022
a90daab
chore(main): release 2.1.1 (#212)
release-please[bot] Sep 8, 2022
470bcec
fix: allow passing gax instance to client constructor (#216)
gcf-owl-bot[bot] Sep 8, 2022
fd0ff8a
fix: preserve default values in x-goog-request-params header (#218)
gcf-owl-bot[bot] Sep 21, 2022
ee9bafa
chore(main): release 2.1.2 (#217)
release-please[bot] Sep 22, 2022
4df8332
Merge remote-tracking branch 'migration/main' into nodejs-memcache-mi…
sofisl Oct 13, 2022
cc0c739
build: add release-please config, fix owlbot-config
sofisl Oct 13, 2022
13ab9fa
Update quickstart.js
sofisl Oct 13, 2022
779af7e
Update quickstart.js
sofisl Oct 13, 2022
befe0fa
Merge branch 'main' into nodejs-memcache-migration
sofisl Oct 13, 2022
042503f
Update quickstart.js
sofisl Oct 13, 2022
23df026
Update quickstart.js
sofisl Oct 13, 2022
d8cd5a1
lint
sofisl Oct 13, 2022
b786c9a
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Oct 13, 2022
516e6ff
Merge branch 'nodejs-memcache-migration' of https://github.com/google…
gcf-owl-bot[bot] Oct 13, 2022
72c9f46
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Oct 13, 2022
bf58f15
Update quickstart.js
sofisl Oct 13, 2022
33573a1
fix sample test
sofisl Oct 13, 2022
988bf87
run lint
sofisl Oct 13, 2022
0d0b9db
Update quickstart.js
sofisl Oct 13, 2022
6d81389
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Oct 13, 2022
4f82cae
Merge branch 'nodejs-memcache-migration' of https://github.com/google…
gcf-owl-bot[bot] Oct 13, 2022
ba2f3bb
Merge branch 'main' into nodejs-memcache-migration
sofisl Oct 13, 2022
ef3d314
run lint
sofisl Oct 13, 2022
7faca66
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Oct 13, 2022
5c03ca1
Merge branch 'nodejs-memcache-migration' of https://github.com/google…
gcf-owl-bot[bot] Oct 13, 2022
d74f6a7
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Oct 13, 2022
a2963d7
Merge branch 'nodejs-memcache-migration' of https://github.com/google…
gcf-owl-bot[bot] Oct 13, 2022
beb284f
Merge branch 'main' into nodejs-memcache-migration
sofisl Oct 13, 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
Prev Previous commit
Next Next commit
Update quickstart.js
  • Loading branch information
sofisl authored Oct 13, 2022
commit 23df0266ddce1079345ac9e1d540f613be7590ea
3 changes: 1 addition & 2 deletions packages/google-cloud-memcache/samples/test/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
'use strict';

const path = require('path');
// const {assert} = require('chai');
const {assert} = require('chai');
const cp = require('child_process');
const {before, describe, it} = require('mocha');
const { assert } = require('console');
const {CloudMemcacheClient} = require('@google-cloud/memcache').v1;
const memcacheClient = new CloudMemcacheClient();
const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
Expand Down