0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
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
..
client Merge pull request #3882 from JohnONolan/fix-profile 2014-08-26 12:30:00 +01:00
server Run import run operations in order. 2014-08-28 00:21:13 +00:00
shared Removing prototypal i18n code 2014-08-16 17:29:54 +01:00
test Merge pull request #3855 from felixrieseberg/iss3844-importer 2014-08-26 16:51:49 +01:00
bootstrap.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
index.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
server.js