aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Fixed testsNicolas Lœuillet2018-01-121-3/+3
|
* Fix testsadev2017-11-111-1/+1
|
* Jump to Symfony 3.3 & update others depsJeremy Benoist2017-10-096-3/+18
| | | | Also update tests urls
* Fix testsJeremy Benoist2017-08-271-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Tag: render tags case-insensitive by storing them in lowercaseKevin Decherf2017-08-271-1/+1
| | | | | | Fixes #2502 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add a real configuration for CS-FixerJeremy Benoist2017-07-019-158/+158
|
* 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-312-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)
* CS & improve tags assertionsJeremy Benoist2017-05-314-12/+29
|
* Add support for tag in Instapaper importJeremy Benoist2017-05-311-3/+17
|
* Add testsJeremy Benoist2017-05-301-0/+1
|
* Fix SO testsJeremy Benoist2017-05-241-4/+4
| | | | SO switched to http yesterday
* Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-207-8/+8
|
* Fix WallabagV1Controller testJerome Charaoui2016-12-031-4/+4
| | | | Account for URL redirection in refreshed entry.
* Fix testsJeremy Benoist2016-11-171-5/+5
|
* Put log in the most common failure testsJeremy Benoist2016-11-177-26/+26
| | | | So we’ll quickly be able to see what kind of test is failing when viewing Travis
* Fix testsJeremy Benoist2016-11-062-2/+2
|
* Add Pinboard importJeremy Benoist2016-11-041-0/+197
|
* Avoid error when Redis isn't here in testsJeremy Benoist2016-10-102-0/+2
|
* Add controller test for InstapaperJeremy Benoist2016-09-271-0/+196
|
* Add Instapaper importJeremy Benoist2016-09-271-1/+1
| | | | Also update ImportController with latest import (chrome, firefox & instapaper).
* Added tags for Firefox importNicolas Lœuillet2016-09-261-1/+1
|
* Update Firefox fileJeremy Benoist2016-09-251-2/+2
| | | | | With real data, the previous looks more than a Chrome converted file. Also, fix date conversion (hope so).
* Fix bad date format in Browser importJeremy Benoist2016-09-252-0/+8
|
* fix testsThomas Citharel2016-09-251-1/+0
|
* bring chrome and firefox as separate importsThomas Citharel2016-09-254-35/+213
|
* Added tests for Chrome bookmarks importNicolas Lœuillet2016-09-251-2/+39
|
* Indentation and renamed fixtures fileNicolas Lœuillet2016-09-251-1/+1
|
* Add Chrome path for Mac OSNicolas Lœuillet2016-09-251-1/+1
|
* Import Firefox & Chrome bookmarks into wallabagThomas Citharel2016-09-251-0/+94
|
* Avoid failing test for user who didn’t install RedisJeremy Benoist2016-09-244-0/+4
|
* Add more “real” testsJeremy Benoist2016-09-133-30/+87
|
* Fix testsJeremy Benoist2016-09-111-3/+3
|
* Add more testsJeremy Benoist2016-09-113-0/+51
| | | | 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-114-8/+71
| | | | | | | | - 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-114-0/+63
| | | | Also update Symfony deps
* Add ability to define created_at for all importJeremy Benoist2016-09-113-0/+15
| | | | | | 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.
* Add tests on ReadabilityImportJeremy Benoist2016-09-011-0/+122
|
* Fix import count testsJeremy Benoist2016-09-011-1/+1
|
* Change the way to login user in testsJeremy Benoist2016-06-241-7/+50
| | | | | | | | | Instead of using a HTTP request we just login user like FOSUser does. It allows us to mock service in container for functional tests. Also, fix a bad config name in fos_user for firewall And finally, add functional test to PocketImport
* Jump to Symfony 3.1Jeremy Benoist2016-06-224-0/+318