aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Consumer
Commit message (Collapse)AuthorAgeFilesLines
* Import: we now skip messages when user is nullNicolas LÅ“uillet2017-02-202-2/+4
|
* Add entry.saved event to import & restJeremy Benoist2016-11-022-6/+60
|
* Fix testJeremy Benoist2016-10-201-1/+1
|
* AMPQ -> AMQPJeremy Benoist2016-09-141-5/+5
|
* Add more testsJeremy Benoist2016-09-111-0/+1
| | | | And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests)
* Enable Redis async importJeremy Benoist2016-09-112-5/+229
| | | | | | | | - 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/+225
Also update Symfony deps