Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ghost Importer: accept and handle zip files #4607

Closed
ErisDS opened this issue Dec 9, 2014 · 0 comments · Fixed by #4626
Closed

Ghost Importer: accept and handle zip files #4607

ErisDS opened this issue Dec 9, 2014 · 0 comments · Fixed by #4626
Assignees
Labels
import / upgrade life-cycle stuff: Importing, exporting, upgrading and migrating
Milestone

Comments

@ErisDS
Copy link
Member

ErisDS commented Dec 9, 2014

This is part of the epic #4605


The first step in the march towards an improved uploader with more options, is making the importer accept a zip file as well as a JSON file.

If the zip file contains a JSON file, that file should be used to attempt the normal import process.

All other files can be ignored for now.

@ErisDS ErisDS added the import / upgrade life-cycle stuff: Importing, exporting, upgrading and migrating label Dec 9, 2014
@ErisDS ErisDS added this to the Next Backlog milestone Dec 9, 2014
@ErisDS ErisDS self-assigned this Dec 10, 2014
ErisDS added a commit to ErisDS/Ghost that referenced this issue Dec 10, 2014
fixes TryGhost#4607

- moves file checks from db and upload API endpoints to api utils
- adds code to accept and then extract a zip and pull out a JSON file
- zip handling requires a lot of dependencies - this needs a good refactor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
import / upgrade life-cycle stuff: Importing, exporting, upgrading and migrating
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant