Commit Graph

11 Commits

Author SHA1 Message Date
74a98aaae2 Rename wallabag_core to wallabag 2024-02-23 07:42:48 +01:00
0b44170e83 Remove the CoreBundle namespace 2024-02-23 07:42:48 +01:00
bda26c21cf Rename wallabag_import to wallabag_core 2024-01-25 20:34:40 +01:00
47b3a08284 Move Import importers to Core 2024-01-25 20:34:40 +01:00
ed4b20f27f Move Import consumers to Core 2024-01-25 20:34:40 +01:00
423f2f792d Make RabbitMQConsumerTotalProxy non-lazy
It's not supported by the bundle, see https://github.com/php-amqplib/RabbitMqBundle/tree/2.13.2?tab=readme-ov-file#important-notice---lazy-connections
2024-01-22 19:15:54 +01:00
2af48b8174 Add Shaarli and Pocket HTML imports 2023-08-22 08:02:07 +02:00
0a6e6abdc4 Add RabbitMQConsumerTotalProxy to lazy RabbitMQ services for messages
This is just a simple proxy because we can't lazy load RabbitMQ service just to count number of messages in the queue.
As they are automatically injected in the controller now, we can't lazy load them.

Also forgot to use `AbstractController` in previous PR about _controller as a service_.
2022-12-19 13:23:56 +01:00
1c479d6b97 Autowire Redis and RabbitMQ services 2022-08-31 02:05:30 +02:00
76a5133545 Enable autowire and autoconfigure 2022-08-31 02:05:29 +02:00
73bdd66c84 Move services and parameters to app services 2022-08-31 02:05:29 +02:00