aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Tests/Import
Commit message (Collapse)AuthorAgeFilesLines
* Tags were not imported in wallabag v2 importJeremy Benoist2016-03-272-1/+12
| | | | Also, simplify exportAs matching format
* Fix some Scrutinizer issuesJeremy Benoist2016-03-271-1/+7
|
* Convert english translation fileJeremy Benoist2016-03-203-3/+3
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* Improve testsJeremy Benoist2016-03-111-4/+0
| | | | | | - add more tests for coverage - add a test on annotation deletion - fix post annontation with ranges
* Added 'wallabag' in page titleNicolas Lœuillet2016-03-083-3/+3
|
* Adding testJeremy Benoist2016-03-043-8/+132
| | | | Reformat json file (thanks pro.jsonlint.com)
* cs & tests for wllbg v1 importThomas Citharel2016-03-031-0/+30
|
* Move assignTagsToEntry in ContentProxy helperJeremy Benoist2016-02-191-16/+2
|
* add testsThomas Citharel2016-02-112-5/+14
|
* CSThomas Citharel2016-02-112-3/+2
|
* reimport v1 entries if they were not fetchedThomas Citharel2016-02-112-2/+13
|
* 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-202-6/+103
|/
* 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-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.