aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Controller/WallabagV2ControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Liberation goes httpsJeremy Benoist2018-09-211-4/+4
|
* php-cs-fixerKevin Decherf2018-09-051-2/+2
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Jump to Symfony 3.3 & update others depsJeremy Benoist2017-10-091-0/+3
| | | | Also update tests urls
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-20/+20
|
* Reduce imported entriesJeremy Benoist2017-05-311-0/+1
| | | | Down from 2.2 minutes to 1.39 minutes
* Allow other fields to be send using APIJeremy Benoist2017-05-311-3/+3
| | | | | | | | | | | | | | | | 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)
* CS & improve tags assertionsJeremy Benoist2017-05-311-2/+11
|
* Add testsJeremy Benoist2017-05-301-0/+1
|
* Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-201-2/+2
|
* Put log in the most common failure testsJeremy Benoist2016-11-171-6/+6
| | | | So we’ll quickly be able to see what kind of test is failing when viewing Travis
* Avoid failing test for user who didn’t install RedisJeremy Benoist2016-09-241-0/+1
|
* Add more “real” testsJeremy Benoist2016-09-131-10/+29
|
* Fix testsJeremy Benoist2016-09-111-3/+3
|
* Add more testsJeremy Benoist2016-09-111-0/+17
| | | | And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests)
* Enable Redis async importJeremy Benoist2016-09-111-2/+18
| | | | | | | | - 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/+16
| | | | Also update Symfony deps
* Add ability to define created_at for all importJeremy Benoist2016-09-111-0/+2
| | | | | | At the moment only Readability & wallabag v2 import allow created_at import. Pocket removed `time_added` field from their API v2 to v3... And wallabag v1 doesn't export that value.
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-0/+95