0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/data/importer
kirrg001 eb0a11d53a Fixed import test: post duplication detection within a file to import
no issue

- with 29e143fa9a import queries no longer run in parallel
- this commit simply adds a small code snippet to reflect the importer behaviour

1) duplicate slugs *within* a file are getting ignored
2) existing posts in the database and posts to import with the same slug, result in duplicates

Further improvements regarding duplication detection will happen via #8717.
2018-01-03 13:34:15 +00:00
..
handlers Use Promise support which was added in fs-extra 3.x 2017-12-13 20:57:11 +01:00
importers Fixed import test: post duplication detection within a file to import 2018-01-03 13:34:15 +00:00
index.js Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00