aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Import/WallabagV1ImportTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-78/+78
|
* Rewrote code & fix testsJeremy Benoist2017-06-011-4/+4
|
* Replace Wallabag v1 error strings with v2 stringsJerome Charaoui2017-06-011-1/+10
|
* Add disableContentUpdate import optionJerome Charaoui2017-06-011-4/+4
| | | | | | This commit also decouples the "import" and "update" functions inside ContentProxy. If a content array is available, it must be passed to the new importEntry method.
* Reduce imported entriesJeremy Benoist2017-05-311-7/+7
| | | | Down from 2.2 minutes to 1.39 minutes
* Move Tags assigner to a separate fileThomas Citharel2017-05-271-1/+7
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add entry.saved event to import & restJeremy Benoist2016-11-021-4/+12
|
* Use scheduled entity insertions to avoid tag duplicateJeremy Benoist2016-09-251-0/+14
| | | | Using `getScheduledEntityInsertions()` we can retrieve not yet flushed but already persisted entities and then avoid tags duplication on import.
* Change flash message for queued articlesJeremy Benoist2016-09-131-4/+4
|
* Enable Redis async importJeremy Benoist2016-09-111-1/+44
| | | | | | | | - using javibravo/simpleue - internal config value are now `import_with_redis` & `import_with_rabbit` which are more clear - if both option are enable rabbit will be choosen - services imports related to async are now splitted into 2 files: `redis.yml` & `rabbit.yml` -
* Add test for RabbitMQJeremy Benoist2016-09-111-0/+40
| | | | Also update Symfony deps
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-0/+150