aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Tests/Import
Commit message (Collapse)AuthorAgeFilesLines
* updated testsNicolas LÅ“uillet2016-01-072-2/+2
|
* Fix tag related test for PocketJeremy Benoist2016-01-031-1/+3
|
* Add tagged services for importJeremy Benoist2016-01-024-2/+72
| | | | | | | | | - 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
|
* Rewrote Pocket ImportJeremy Benoist2016-01-021-17/+211
| | | | | | | For the moment, we won't do a queue system, just a plain synchronous import. We also use ContentProxy to grab content for each article from Pocket. Error from Pocket are now logged using the logger. The ImportInterface need to be simple and not related to oAuth (not all import will use that method).
* First test on PocketImportJeremy Benoist2016-01-021-0/+117
Giving ability to define the Client add abitliy to easliy test the import.