mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
refs #4605 - Move as much code as possible out of the DB API - Split the importer into 2 concepts, code which handles different filetypes and code which takes the content of files and imports it into Ghost in some way - Split the import process into 4 steps, load the file into a useful format, preprocess the data, do the import, generate a report - Reporting is currently a no-op - Adds a basic level of testing |
||
---|---|---|
.. | ||
export | ||
fixtures | ||
import | ||
importer | ||
migration | ||
sitemap | ||
utils | ||
validation | ||
versioning | ||
default-settings.json | ||
schema.js |