aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Tests
Commit message (Collapse)AuthorAgeFilesLines
* import tags from v1 (#1657)Thomas Citharel2016-02-122-3/+21
|
* add testsThomas Citharel2016-02-114-6/+70
|
* CSThomas Citharel2016-02-112-3/+2
|
* reimport v1 entries if they were not fetchedThomas Citharel2016-02-112-2/+13
|
* 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
|
* updated fixturesNicolas Lœuillet2016-02-051-1/+1
|
* Merge pull request #1612 from wallabag/v2-settings-pageNicolas Lœuillet2016-02-041-1/+10
|\ | | | | Settings page
| * Add CraueConfig for internal settingsJeremy Benoist2016-01-311-1/+10
| |
* | [#1590] Add JSON import from wallabag v2Nicolas Lœuillet2016-01-205-7/+174
|/
* Fix `findOneByUrl` side effect in testsJeremy Benoist2016-01-152-2/+2
| | | | Fix #1566
* 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-029-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 importJeremy Benoist2016-01-022-0/+146
|
* 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.