Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `findOneByUrl` side effect in tests | Jeremy Benoist | 2016-01-15 | 2 | -2/+2 |
| | | | | Fix #1566 | ||||
* | updated tests | Nicolas LÅ“uillet | 2016-01-07 | 2 | -2/+2 |
| | |||||
* | Fix tag related test for Pocket | Jeremy Benoist | 2016-01-03 | 1 | -1/+3 |
| | |||||
* | Add tagged services for import | Jeremy Benoist | 2016-01-02 | 9 | -2/+212 |
| | | | | | | | | | - 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 import | Jeremy Benoist | 2016-01-02 | 2 | -0/+146 |
| | |||||
* | Rewrote Pocket Import | Jeremy Benoist | 2016-01-02 | 1 | -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 PocketImport | Jeremy Benoist | 2016-01-02 | 1 | -0/+117 |
Giving ability to define the Client add abitliy to easliy test the import. |