aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests (again..)Jeremy Benoist2019-11-191-1/+1
|
* Added elCurator importNicolas Lœuillet2019-11-151-0/+13
|
* Liberation goes httpsJeremy Benoist2018-09-212-2/+2
|
* Replace SO url by lemondeJeremy Benoist2018-07-051-2/+2
| | | | Looks like we got a lot of random failing while grabing SO content, replacing it might fix the problem.
* Fix testsJeremy Benoist2018-06-061-1/+1
|
* Replace zataz urlFloran Brutel2018-03-301-2/+2
|
* 20 Minutes is now httpsJeremy Benoist2018-02-241-1/+1
|
* Jump to Symfony 3.3 & update others depsJeremy Benoist2017-10-093-4/+4
| | | | Also update tests urls
* Reduce imported entriesJeremy Benoist2017-05-314-470/+1
| | | | 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)
* Add support for tag in Instapaper importJeremy Benoist2017-05-311-0/+1
|
* Add testsJeremy Benoist2017-05-301-1/+1
|
* Add Pinboard importJeremy Benoist2016-11-041-0/+5
|
* Add Instapaper importJeremy Benoist2016-09-271-0/+4
| | | | Also update ImportController with latest import (chrome, firefox & instapaper).
* Added tags for Firefox importNicolas Lœuillet2016-09-261-0/+1
|
* Update Firefox fileJeremy Benoist2016-09-251-59/+60
| | | | | With real data, the previous looks more than a Chrome converted file. Also, fix date conversion (hope so).
* Added tests for Chrome bookmarks importNicolas Lœuillet2016-09-252-0/+36
|
* Indentation and renamed fixtures fileNicolas Lœuillet2016-09-251-0/+0
|
* Import Firefox & Chrome bookmarks into wallabagThomas Citharel2016-09-251-0/+61
|
* Enable Redis on TravisJeremy Benoist2016-09-111-8/+159
| | | | | Add generated files from `composer up` Add more articles for Readability tests
* Export dates from entriesJeremy Benoist2016-09-082-0/+52
|
* Add tests on ReadabilityImportJeremy Benoist2016-09-011-0/+25
|
* 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)
* Avoid breaking import when fetching failJeremy Benoist2016-08-201-0/+0
| | | | | | | | | graby will throw an Exception in some case (like a bad url, a restricted url or a secured pdf). Import doesn't handle that case and break the whole import. With that commit the import isn't stopped but the entry is just skipped. Also, as a bonus, I've added extra test on WallabagImportV2 when the json is empty.
* Change the way to login user in testsJeremy Benoist2016-06-241-0/+0
| | | | | | | | | 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-226-0/+496