Ghost/core/server/data/import
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
..
000.js Run import run operations in order. 2014-08-28 00:21:13 +00:00
001.js Replace cookieSession with session 2013-11-24 15:29:36 +01:00
002.js Fix posts.html and posts.markdown field type 2014-01-15 14:29:23 +01:00
003.js Implements Models & Data API for Apps 2014-04-16 18:14:56 +02:00
index.js Run import run operations in order. 2014-08-28 00:21:13 +00:00
utils.js Run import run operations in order. 2014-08-28 00:21:13 +00:00