aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Import/PocketImportTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Use namespaced PHPUnit classesJeremy Benoist2017-12-181-1/+2
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-75/+75
|
* 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-8/+13
|
* 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.
* Avoid losing entry when fetching failJeremy Benoist2016-09-171-1/+3
| | | | Instead of just say “Failed to save entry” we’ll save the entry at all cost and try to fetch content. If fetching content failed, the entry will still be saved at least, but without content.
* Moved Pocket token to user configJeremy Benoist2016-09-161-11/+7
|
* Change flash message for queued articlesJeremy Benoist2016-09-131-5/+5
|
* Enable Redis async importJeremy Benoist2016-09-111-1/+85
| | | | | | | | - 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` -
* Retrieve created date from PocketJeremy Benoist2016-09-111-0/+27
|
* Add test for RabbitMQJeremy Benoist2016-09-111-0/+81
| | | | Also update Symfony deps
* Retrieve all items from PocketJeremy Benoist2016-09-111-9/+1
| | | | | 5000 by 5000. Also, retrieve newest item first.
* Send every imported item to the queueJeremy Benoist2016-09-111-25/+3
| | | | | Instead of queing real Entry to process, we queue all the item to import from Pocket in a raw format. Then, the worker retrieve that information, find / create the entry and save it.
* Replace RabbitMQ injection with CraueConfigurationNicolas Lœuillet2016-09-111-1/+0
|
* 1st draft for rabbitMQNicolas Lœuillet2016-09-111-2/+9
|
* Avoid breaking import when fetching failJeremy Benoist2016-08-201-0/+51
| | | | | | | | | graby will throw an Exception in some case (like a bad url, a restricted url or a secured pdf). Import doesn't handle that case and break the whole import. With that commit the import isn't stopped but the entry is just skipped. Also, as a bonus, I've added extra test on WallabagImportV2 when the json is empty.
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-0/+393