Ghost/core/server/data/importer
Sam Lord a5484a0fe1 Fixed transaction logic in data importer
https://github.com/TryGhost/Toolbox/issues/130

The transaction no longer commits in the promise chain, which wasn't
valid logic for a transaction, since it is commited automatically when
the promise chain resolves, and rollsback automatically when the
promise chain rejects.

This makes code which fails during the transaction error in the right
place, instead of getting stuck here. (Especially good for writing
tests).

The tests for this code can now live in the integration folder.
2021-11-16 17:09:55 +00:00
..
handlers Made storage calls related to images use "images" feature 2021-10-21 20:22:45 +13:00
importers Fixed transaction logic in data importer 2021-11-16 17:09:55 +00:00
import-manager.js Fixed linting error from bad merge 2021-10-08 15:49:27 +01:00
index.js Brought back importer index.js file exposing a single thing 2021-09-22 20:10:23 +12:00