Ghost/core/server/models/base
Nazar Gargol 84c8bcc457 Extracted ordering into separate bookshelf plugin
refs #11729

- Having a plugin allows to reason about ordering better and gives way
to further extraction away form the core.
- Just like with filtering, ordering falls into similar category of having effect on knex'es query builder object extension through additional statements - ORDER BY in this case.
- Because there were bugs associated with use of permittedAttributes inside of `parseOrderOption` method, introduced separate `orderAttributes` function which returns only those fields which are orderable (https://github.com/TryGhost/Ghost/issues/11729#issuecomment-685740836)
2020-09-22 16:27:12 +12:00
..
bulk-operations.js Added error handling for failed member imports 2020-08-26 17:11:35 +12:00
index.js Extracted ordering into separate bookshelf plugin 2020-09-22 16:27:12 +12:00
listeners.js Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00
utils.js Refactored common lib import to use destructuring (#11835) 2020-05-22 19:22:20 +01:00