dplewis / parse-server-mysql-adapter

MySQL Adapter for Parse Server
Apache License 2.0
47 stars 13 forks source link

An in-range update of mysql2 is breaking the build 🚨 #7

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 7 years ago

Version 1.4.0 of mysql2 just got published.

Branch Build failing 🚨
Dependency mysql2
Current Version 1.3.6
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

mysql2 is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/dplewis/parse-server-mysql-adapter/builds/261042860?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 16 commits.

  • 860f504 1.4.0
  • 581304d 1.4.0
  • 101d2c4 1.3.7
  • c22cb56 Merge pull request #622 from tsholmes/fix/prepared_promise_errors
  • 60f193f Fix error handling in promise prepared statement
  • 4b4f68e Add failing test
  • cebd9bd Merge pull request #620 from rhendric/fix/sidorares/node-mysql2#577
  • ddb7df6 redo event delegation in promise wrappers to be lazy, self-cleaning
  • 914c22c Merge pull request #618 from bencebalogh/617-datestrings-ms-precision
  • 674efe0 Read ms in Packet.prototype.readDateTimeString
  • 8cd97ec Merge pull request #615 from sidorares/promise-changeuser
  • e4009ae don't use destructuring assignment, node 4.8 can't handle it
  • 24c7724 lint
  • e1dbc2b fix promise argiments
  • c426924 added testChangeUser

There are 16 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

After pinning to 1.3.6 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 7 years ago

Version 1.4.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 7 commits ahead by 7, behind by 3.

  • 79fefdf 1.4.1
  • 51795e1 set version to 1.4.0 which I published but forgot to commit
  • b27e8ff add 1.4.0 and 1.4.1 changes
  • 4037dfd Merge pull request #630 from sidorares/extend-charset-mapping
  • f5eabbe Merge pull request #629 from Dieken/master
  • a9f9886 correctly parse microsecond in datetime type
  • 98687e4 add more charsets to charset code->charset name mapping. Fixes #628

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.4.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 9 commits.

  • 4c1a807 1.4.2
  • 973924f v1.4.2
  • f7afc64 Merge pull request #638 from sidorares/text-protocol-null-int
  • b6cac7b Modifed parseLengthCodedIntString to return null instead of empty string for null columns.
  • ee26b4e Temporarily changed to verify if '' is expected
  • c9e5926 build: bump to node 8.4
  • b00c128 update package-lock
  • 1266572 Merge pull request #632 from bencebalogh/631-promiseconnection-use-promise-implementation
  • f36b2be #631 PromiseConnection use promise implementation passed to PromisePool

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.5.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 31 commits.

  • 97a8853 1.5.0
  • 0a31726 1.5.0 changes
  • c5c8144 Merge pull request #676 from williamdes/patch-1
  • b83e1c1 Fixed indentation
  • 932261b Merge pull request #675 from sidorares/greenkeeper/lint-staged-5.0.0
  • 4aecf69 chore(package): update lint-staged to version 5.0.0
  • ef9fc1b Merge pull request #674 from c24w/master
  • db13c91 Merge pull request #667 from williamdes/master
  • 69115a2 Remove destroyed promise pool connections from pool
  • 5719e9f Merge pull request #671 from c24w/master
  • 97205c6 Remove console log in promise wrapper
  • 6288a4b Merge pull request #669 from c24w/master
  • 1c35d46 Expose escape & format methods on connection pool
  • 51f5b50 Update Changelog.md
  • cef70d8 minor version bump, changelog update, sqlState normalized

There are 31 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.5.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 6 commits.

  • 5f65614 1.5.1
  • 21dfe3d 1.5.1 changes
  • 64be6ed Merge pull request #682 from sidorares/promise-error
  • 5577d80 pass sqlMessage to error in promise wrapper. Fixes #678
  • a43e8da Merge pull request #681 from sidorares/null-buffer
  • 0059e66 Add support for NULL to readLengthCodedBuffer. Fixes #668

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.5.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 21 commits.

  • 9bfadcc 1.5.2
  • c8c0124 1.5.2 changes
  • b41de75 Merge pull request #723 from aikar/memleak
  • cbc68fb Merge pull request #725 from sidorares/greenkeeper/long-4.0.0
  • 967955d fix(package): update long to version 4.0.0
  • d500518 Store Compiled Packet Parsers in a global cache - Resolves #722
  • b6175d8 Merge pull request #689 from swftvsn/patch-2
  • 1ff8890 Merge pull request #718 from gazoakley/feat-source-param-type-ii
  • 0b87f38 feat(execute): Tidy up source param types, move toMysqlDateBuffer to packet.js, catch undefined params earlier
  • 9cfada5 Merge pull request #720 from aikar/fix-splice
  • 11a334b Improve performance of removing connections from pools
  • 7c55a07 Merge pull request #705 from gazoakley/feat-source-param-type
  • 4cc6250 Merge pull request #692 from sidorares/greenkeeper/lint-staged-6.0.0
  • 410af1b travis: use node 8.9
  • 8f5d8e9 feat(execute): Send bind parameter dates using MySQL DATETIME type, throw error when passing in undefined parameter

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.5.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 19 commits.

  • 5c5aa3a 1.5.3
  • 9729703 fix reame lint error
  • 3a4a7be update dev deps
  • 15b5f7e build: bump to node 8.10 and 6.16
  • d69a95a use exact dep versions for denqueue and lru-cache, bump sqlstring to 2.3.1
  • 1791191 1.5.3 changes
  • 5908b46 Merge pull request #752 from darksabrefr/darksabrefr-patch-1
  • ef263c5 Add timezone option to known incompatibilities
  • f960562 Merge pull request #748 from BridgeAR/master
  • 2da7492 fix(packet): remove noAssert
  • 34e46dd Merge pull request #743 from sidorares/greenkeeper/readable-stream-2.3.5
  • bef4b70 fix(package): update readable-stream to version 2.3.5
  • 61194ff Merge pull request #741 from exalted/patch-1
  • 3e86ab6 Calls unprepare on connection
  • 1ec0ec6 Fixes execute example

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.6.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 73 commits.

  • 75d97ae Merge pull request #824 from framp/master
  • ba17e98 Bump version
  • 23b9458 Added changelog for next release
  • f11fef9 Merge pull request #821 from sidorares/greenkeeper/assert-diff-2.0.2
  • 431bb79 chore(package): update assert-diff to version 2.0.2
  • eec43a9 Merge pull request #815 from CloudQuote/connectionconfig
  • 8b24b07 Merge pull request #813 from CloudQuote/pingthenfix
  • d6b50b7 This should fix CI test. I think.
  • 3069f94 trying to figure out why CI won't pass
  • 89c8111 Fixed a problem with the uri: unit test
  • 023342f Added a check to ConnectionConfig, which will output a warning if an invalid parameter is passed to the ConnectionConfig constructor
  • d919095 added a uri: parameter to the connection config, which allows passing in a mysql URI in addition to parameters in object form
  • 260a278 Fixed CI test that was timing out; alter error message to throw an Error instead of a string
  • 0f52877 updated error message when using .then() on non-promise query
  • bed9286 Added a .then() and .catch() function to query, which will throw an error if a Query is used as if it is a promise.

There are 73 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.6.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 72bba61 1.6.3
  • 43a3d5e Merge branch 'master' of github.com:sidorares/node-mysql2
  • 4cd1e02 1.6.3 changes
  • 3342916 Merge pull request #871 from sidorares/fix/poolcluster-selector-869
  • 2599df3 Don't treat selector-making function as a class. Fixes #869

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

See the full diff