Ghost/core/server/data
Jason Williams 35e2387541 Run import run operations in order.
Closes #1977, Refs #3473
- Ensure that import operations are run in sequence.
  Previously the operations were started in order but subsequent
  ops were allowed to begin before the previous finished, which would
  result in out-of-order execution.
- Fix bug in attach() where a model property was being passed in
  instead of a transaction object.  If the call was made when a
  transaction was in process, it could cause bookshelf/knex to
  hang and never finish the transaction.
2014-08-28 00:21:13 +00:00
..
export Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
fixtures Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
import Run import run operations in order. 2014-08-28 00:21:13 +00:00
migration Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
utils Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
validation Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
versioning This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
default-settings.json Validation fix for number of posts/page 2014-08-13 12:08:09 -07:00
schema.js Author helpers 2014-07-20 17:57:59 +01:00