aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Tests/Controller
Commit message (Collapse)AuthorAgeFilesLines
* cs & tests for wllbg v1 importThomas Citharel2016-03-031-0/+45
|
* import tags from v1 (#1657)Thomas Citharel2016-02-121-0/+15
|
* an other test for non empty fieldsNicolas Lœuillet2016-02-051-3/+15
|
* add test to check empty fieldsNicolas Lœuillet2016-02-051-0/+12
|
* [#1590] Add JSON import from wallabag v2Nicolas Lœuillet2016-01-202-1/+70
|
* Add tagged services for importJeremy Benoist2016-01-023-0/+140
- 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