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

Scope to @keyv #16

Merged
merged 1 commit into from
Aug 11, 2017
Merged

Scope to @keyv #16

merged 1 commit into from
Aug 11, 2017

Conversation

lukechilds
Copy link
Contributor

@lukechilds lukechilds commented Aug 11, 2017

Resolves #14

@coveralls
Copy link

coveralls commented Aug 11, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 4fe5e6c on scope into 00fb1f2 on master.

@lukechilds lukechilds merged commit 0bee65a into master Aug 11, 2017
caseyWebb pushed a commit to caseyWebb/keyv that referenced this pull request Oct 10, 2019
caseyWebb pushed a commit to caseyWebb/keyv that referenced this pull request Oct 10, 2019
* fix(package): update @keyv/sql to version 1.0.6
@Kikobeats Kikobeats deleted the scope branch September 15, 2020 07:57
jaredwray pushed a commit that referenced this pull request Nov 21, 2021
jaredwray added a commit that referenced this pull request Nov 21, 2021
* Initial commit

* docs(readme): add Greenkeeper badge

* Setup entry schema

* Use key as primary key

* Ensure keys are unique and indexable

* Disable timestamps

* Add get/set/delete methods

* Add clear method

* Wait for connection before running queries

* Return Boolean for delete method

* clear method always resolves to undefined

* get method returns undefined on nonexistent keys

* Disable logging by default

* 0.1.0

* Make invalid connection string more clear

* Explicitly use memory for tests

* KeyvSQLite => KeyvSqlite

* Respect table name

* Don't run tests in memory

* Accept connection string as contructor argument

* Make sure clear only clears current namespace

* 0.2.0

* Remove Greenkeeper badge

* Test options have expected defaults

* Extract keyv-sequelize from keyv-sqlite

* Update metadata/readme for Sequelize

* Test against SQLite

* Set defaults for logging/table

* 0.1.0

* Test connection errors are emitted

* Extract keyv-sql from keyv-sequelize

* Add set method

* Add get method

* Add delete method

* Add clear method

* 0.1.0

* Test against SQLite

* Ensure keys are unique and indexed as primary keys

* Make sure set can update or insert

* Use our fork of sql until REPLACE support is merged

brianc/node-sql#368

* Keep XO happy

* Move back to sql

Our changes were merged 🎉

* 0.2.0

* Refactor query into method

* Use large busyTimeout with tests

    Stops 'SQLITE_BUSY: database is locked' errors from creating loads of connections

* 0.2.1

* Wrap upserts in if/else so we only run the correct functions

Otherwise node-sql will throw errors when building a query that Postgres can't handle

* 0.2.2

* Expose opts.dialect rather than sql.dialectName

* 0.2.3

* Update to requirable

* Lock dependency versions

* 0.2.4

* List keyv-postgres and keyv-mysql

* 1.0.0

* Fix old Sequelize wording

* 1.0.1

* Add keyv logo to header

* 1.0.2

* Update sql to the latest version 🚀 (#3)

* 1.0.3

* Scope to @keyv

* 1.0.4

* Update readme for new scope

* 1.0.5

* Update ava to the latest version 🚀 (#7)

* Fix JSON quotes in MySQL

* 1.0.6

* Allow setting custom VARCHAR key size

* Ensure opts.keySize is a number

* Test keySize option

* 1.1.0

* Add .npmignore

* 1.1.1

* Fix bad URLs in package.json (sqlite -> sql) (#10)

* 1.1.2

* Update coveralls to the latest version 🚀 (#11)

* Update ava to the latest version 🚀 (#12)

* Update ava to the latest version 🚀 (#13)

* Update ava to the latest version 🚀 (#14)

* Update sqlite3 to the latest version 🚀 (#16)

* upgrading sqlite3 to version 5.0.2

* creating build yaml for github actions

* removing travis ci from build process

* updating workflows naming

* upgrading pify to version 5.0.0

* updating license to include authors

* updating with build status badge

* upgrading xo to version 0.45.0

* fixing standard xo issues

* fixing standard xo issues

* upgrading nyc to version 15.1.0

* upgrading ava to version 3.15.0

* version bump to 1.1.3

* updating authors and github links to jaredwray

* updating to include coverage for sql

* adding in clean variables and removing rimraf

* removing rimraf

* removing sqlite

* removing sqlite file

* moving sql to mono

* adding in clean up of sqlite test db

* removing from main keyv since importing to mono

* validating value coming back

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
Co-authored-by: greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: MySidesTheyAreGone <mysidestheyaregone@protonmail.com>
jaredwray pushed a commit that referenced this pull request Nov 21, 2021
* fix(package): update @keyv/sql to version 1.0.6
jaredwray added a commit that referenced this pull request Nov 21, 2021
* Initial commit

* Fix Travis MySQL

* Mention MariaDB

* Fix invalid bad connection string

* 0.1.0

* Run MySQL setup commands as root

* Use keyv-sql instead of keyv-sequelize (#3)

* Update to requirable

* Pin dependency versions

* 0.2.0

* fix(package): update keyv-sql to version 0.2.4 (#4)

* 0.2.1

* Finish docs

* 1.0.0

* fix(package): update keyv-sql to version 1.0.2 (#6)

Closes #5

* 1.0.1

* Update mysql2 to the latest version 🚀 (#8)

* fix(package): update keyv-sql to version 1.0.3 (#9)

* 1.0.2

* Scope to @keyv

* 1.0.3

* Use scoped sql package

* 1.0.4

* Update ava to the latest version 🚀 (#13)

* Update mysql2 to the latest version 🚀 (#14)

* Update @keyv/sql to the latest version 🚀 (#16)

* fix(package): update @keyv/sql to version 1.0.6

* 1.0.5

* Install typo

* 1.0.6

* fix(package): update mysql2 to version 1.4.2 (#17)

* 1.0.7

* fix(package): update @keyv/sql to version 1.1.0 (#19)

* Update @keyv/sql to the latest version 🚀 (#20)

* Document opts.keySize

* Mention key size issue in readme

* 1.1.0

* Update @keyv/sql to the latest version 🚀 (#21)

* 1.1.1

* Update coveralls to the latest version 🚀 (#22)

* Update ava to the latest version 🚀 (#23)

* Update mysql2 to the latest version 🚀 (#24)

* 1.1.2

* Update mysql2 to the latest version 🚀 (#25)

* 1.1.3

* Update ava to the latest version 🚀 (#26)

* Update ava to the latest version 🚀 (#27)

* Update mysql2 to the latest version 🚀 (#28)

* 1.1.4

* chore(package): update xo to version 0.20.1 (#30)

Closes #29

* Update .gitignore

* upgrading @keyv/sql to version 1.1.3

* Delete .travis.yml

* adding in build for github actions

* removing files for testing mysql

* upgraded mysql2 to version 2.3.1 to get test working

* mysql docker compose file

* updated to use testing user / pass combo

* updating with build status badge

* upgrading @keyv/sql to version 1.1.3

* updating authors and licensing

* upgrading nyc to version 15.1.0

* upgrading ava to version 3.15.0

* updating to handle const instead of import for ava

* Revert "Upgrading ava to version 3.15.0"

* fixing logo on readme

* Update build.yaml

* Update build.yaml

* Update build.yaml

* Update build.yaml

* updating with all mysql values

* moving to root for testing

* updating to handle super user

* moving back to docker

* Update mysql.yaml

* using local container db

* Update build.yaml

* testing mariadb service

* Update build.yaml

* Update build.yaml

* moving to docker compose

* upgrading mysql2 to version 2.3.2

* upgrading xo to version 0.45.0

* updating fixes for xo formating

* upgrading ava to version 3.15.0

* moving to const for testing

* version bump for release

* moving to node 16

* updating to latest compose

* upgrading xo to version 0.46.4

* Update build.yaml

* upgraind mysql2 to version 2.3.3

* adding in codecov

* adding in code coverage

* updating for services

* upgrading keyv to version 4.0.4

* updating coverage reporting

* removing mysql dependency

* removing mysql dependency and fixing clean

* no longer need build in mono

* no longer needed

* importing mysql

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
Co-authored-by: greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants