Merge remote-tracking branch 'origin/2.6' into port/2.6.10

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf
2024-11-11 09:25:31 +01:00
46 changed files with 1306 additions and 375 deletions

View File

@ -58,6 +58,11 @@ services:
$rabbitMqProducer: '@old_sound_rabbit_mq.import_elcurator_producer'
$redisProducer: '@wallabag.producer.redis.elcurator'
Wallabag\Controller\Import\OmnivoreController:
arguments:
$rabbitMqProducer: '@old_sound_rabbit_mq.import_omnivore_producer'
$redisProducer: '@wallabag.producer.redis.omnivore'
Wallabag\Controller\Import\FirefoxController:
arguments:
$rabbitMqProducer: '@old_sound_rabbit_mq.import_firefox_producer'
@ -324,6 +329,10 @@ services:
tags:
- { name: wallabag.import, alias: delicious }
Wallabag\Import\OmnivoreImport:
tags:
- { name: wallabag.import, alias: omnivore }
Wallabag\Import\FirefoxImport:
tags:
- { name: wallabag.import, alias: firefox }