aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Import/ReadabilityImportTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-57/+57
|
* Reduce imported entriesJeremy Benoist2017-05-311-7/+7
| | | | Down from 2.2 minutes to 1.39 minutes
* Allow other fields to be send using APIJeremy Benoist2017-05-311-7/+7
| | | | | | | | | | | | | | | | 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)
* Move Tags assigner to a separate fileThomas Citharel2017-05-271-1/+6
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add entry.saved event to import & restJeremy Benoist2016-11-021-4/+12
|
* Change flash message for queued articlesJeremy Benoist2016-09-131-4/+4
|
* Enable Redis on TravisJeremy Benoist2016-09-111-10/+10
| | | | | Add generated files from `composer up` Add more articles for Readability tests
* Enable Redis async importJeremy Benoist2016-09-111-1/+44
| | | | | | | | - using javibravo/simpleue - internal config value are now `import_with_redis` & `import_with_rabbit` which are more clear - if both option are enable rabbit will be choosen - services imports related to async are now splitted into 2 files: `redis.yml` & `rabbit.yml` -
* Add test for RabbitMQJeremy Benoist2016-09-111-0/+40
| | | | Also update Symfony deps
* Add tests on ReadabilityImportJeremy Benoist2016-09-011-0/+150