0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Hannah Wolfe 20710b9eba Refactor importer with tests
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
2014-12-17 18:22:39 +00:00
..
client Merge pull request #4620 from jaswilli/ember19 2014-12-16 23:18:24 +00:00
server Refactor importer with tests 2014-12-17 18:22:39 +00:00
shared Adds complete url for Sitemap in robots.txt 2014-12-13 18:01:28 +00:00
test Refactor importer with tests 2014-12-17 18:22:39 +00:00
index.js