aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/fixtures/readability.json
Commit message (Collapse)AuthorAgeFilesLines
* Reduce imported entriesJeremy Benoist2017-05-311-140/+0
| | | | Down from 2.2 minutes to 1.39 minutes
* Allow other fields to be send using APIJeremy Benoist2017-05-311-7/+0
| | | | | | | | | | | | | | | | Entry API can now have these new fields: - content - language - preview_picture - published_at Re-use the ContentProxy to be able to do the same using the web UI (in the future). htmLawed is used to clean stuff from content, I hope it’ll be enough to avoid security breach. Lower content validation when we want to update an entry with content already defined. Before, language & content_type were required. If there weren’t provided, we re-fetched the content using graby. I think these fields aren’t required for an entry to be created. So I removed them. Which means some import from the v1 export won’t be re-fetched since they provide content, url & title. Also, remove liberation link from Readability import to avoid overlaping import (from wallabag v1, which had the same link)
* Enable Redis on TravisJeremy Benoist2016-09-111-8/+159
| | | | | Add generated files from `composer up` Add more articles for Readability tests
* Add Readability importJeremy Benoist2016-09-011-0/+25
Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016)