StellarFw / stellar

A modular action based Web Framework for Node.js
https://stellar-framework.com
MIT License
38 stars 4 forks source link

Update waterline to the latest version 🚀 #101

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 7 years ago

Version 0.13.1-3 of waterline just got published.

Dependency waterline
Current Version 0.11.12
Type dependency

The version 0.13.1-3 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of waterline. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 1280 commits ahead by 1280, behind by 62.

  • f740419 0.13.1-3
  • 41cf661 Add consistency check in replaceCollection(), and add some notes about a couple of optimizations.
  • 2450efa More stack trace improvements
  • 839e0f1 Fix typo in null out query caveat, and add more details
  • 79813bf Fix bug where replaceCollection() didn't work if you were trying to completely null out the other side of a 1..n association, where the singular association happened to be required, but where it still should have worked because there were no matching records (i.e. because the child records had already been cleaned up).
  • 801fda3 Improve a couple of stack traces
  • 4cf46ac Expand error message about improper use of replaceCollection/addToCollection with exclusive 2-way association. Also add notes about two things we should really be doing in replaceCollection().
  • 78444b7 Merge pull request #1467 from luislobo/fix-issue-required-model
  • 055f2eb Merge pull request #1469 from lizheming/patch-1
  • 0c9fa44 Re-order changelog
  • a420ebc Merge branch 'patch-1' of https://github.com/luislobo/waterline into luislobo-patch-1
  • 34fc39f Merge branch 'patch-1' of https://github.com/ehmicky/waterline into ehmicky-patch-1
  • dda4dd7 Add beforeCreate and afterCreate support to createEach method.
  • ebdbafb refs balderdashy/sails#4181
  • 3345b27 Update boilerplate

There are 250 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:

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-39.7%) to 31.576% when pulling d052e784a076be3371f0bb05411d2c08c50cf193 on greenkeeper/waterline-0.13.1-3 into 1ebbb716bd3515f40bc713f2dc7e2a6e0bef1d32 on dev.

greenkeeper[bot] commented 7 years ago

Version 0.13.1-4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 101 commits.

  • 598e9a7 0.13.1-4
  • 55146bc edgiest of the edge cases (corrected)
  • 7c68bd4 edgiest of the edge cases
  • 1b500de Add .decrypt()
  • d0bee1f Add validation for custom archive models.
  • 30cbb9c Use timestamp for Archive "createdAt" column
  • a781082 Add columnType to archive model attributes.
  • cc82ea8 [proposal] encryption at rest (#1530)
  • 2f6c6dd [patch] Add capitalized globalId to default archive model. (#1531)
  • cb7d2aa Update comments
  • e0ca82f Update tests.
  • 5fa3860 Clean up .initalize(), and improve errors
  • 771b46b Update notes and improve verbiage.
  • 0f54176 Construct actual waterline models 'wmds' (Note: we should make this step unnecessary asap-- it's too annoying! For now, Waterline.start() can be used to skip this anyway.) This commit also makes it so we set originalRecordId on new archived items.
  • b89b65b Automatically inject default archive if it's in use.

There are 101 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.13.1-5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.13.1-6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.13.1-7 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 0.13.1-8 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.13.1-9 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.13.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.13.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.13.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.13.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 257d87c 0.13.4
  • dc47820 Merge pull request #1555 from luislobo/PATCH-fix-typos-and-test-description-on-1554-related-to-4360
  • cfc141b [PATCH] Fixes typo and swapped unit test description misplaced in fix #1554 to issue #4360
  • a612c17 Merge pull request #1554 from balderdashy/fix-sails-issue-4360
  • 0e5af50 Hoist flag for determining whether or not to apply validation rules, and use it for both PKs and generic attributes.
  • c1cf8c0 Add test cases for validations on primary key
  • 969ec2b Fix test descriptions for update
  • 2324f00 Add create method to datastore fixture, and test "no validation errors" case.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.13.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • b3f18a6 0.13.5
  • bb61402 Merge pull request #1567 from balderdashy/update-and-destroy-one
  • 39a01b9 0.13.5-2
  • 42c1da6 Dont use skipEncryption for archiveOne() and destroyOne() -- doesn't make sense.
  • 13e3af5 0.13.5-1
  • 76d57c2 Error msg tweaks, plus slightly more meaningful error when attempting to use a too-generic WHERE clause with updateOne/destroyOne/archiveOne
  • 35bf008 Set up destroyOne() and archiveOne(), and use an omen in the 'found too many' error in findOne() to improve the stack trace.
  • 2f861cf Finish wiring up .updateOne()
  • 24c32ca Intermediate commit: initial setup of updateOne() method
  • cc758f4 0.13.5-0
  • 7fd0fed Add implementation-sniffing to .stream()
  • dce4c0f Stub out the spots where implementationSniffingTactic needs to apply
  • bc618d7 add link to drawing demonstrating how Waterline works underneath the hood

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 90b8a0a 0.13.6
  • 9dcb3ae Improve usage error msg for attempts to do .findOne({})
  • ae4827f Remove unused extra arg
  • bd1e7de minor clarifications
  • 2412446 update comment now that we have .updateOne, .destroyOne(), and .archiveOne() methods.
  • 59b3d90 Add note for future re: numericAttrName
  • 90d7113 Allow one-off use of .meta({cascade}) and .meta({fetch}) to override the relevant model settings on a case-by-case basis.

See the full diff

gil0mendes commented 5 years ago

This package only will be updated on the new core version!