aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Tests/Controller/WallabagV1ControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* import tags from v1 (#1657)Thomas Citharel2016-02-121-0/+15
|
* Add tagged services for importJeremy Benoist2016-01-021-0/+69
- 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