aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Added 'wallabag' in page titleNicolas Lœuillet2016-03-081-1/+1
|
* Adding testJeremy Benoist2016-03-041-0/+33
| | | | Reformat json file (thanks pro.jsonlint.com)
* add testsThomas Citharel2016-02-111-3/+12
|
* CSThomas Citharel2016-02-111-2/+1
|
* reimport v1 entries if they were not fetchedThomas Citharel2016-02-111-1/+7
|
* [#1590] Add JSON import from wallabag v2Nicolas Lœuillet2016-01-201-6/+6
|
* Fix `findOneByUrl` side effect in testsJeremy Benoist2016-01-151-1/+1
| | | | Fix #1566
* updated testsNicolas Lœuillet2016-01-071-1/+1
|
* Add tagged services for importJeremy Benoist2016-01-021-1/+2
| | | | | | | | | - list services in /import - add url to import service - ImportBundle routing are now prefixed by /import - optimize flush in each import (flushing each 20 contents) - improve design of each import - add more tests
* Rewrote Wallabag v1 importJeremy Benoist2016-01-021-0/+96