discourse/plugins/chat/app
Loïc Guitaut b8762172e4 DEV: Allow `with_service` in jobs
This patch introduces a new `ServiceJob` class allowing the use of
`with_service` in jobs.

This way, it’s easier to use the chat service objects in jobs and
provides the same level of functionality than the one we have in
controllers.
2023-02-23 09:28:53 +01:00
..
controllers DEV: Allow `with_service` in jobs 2023-02-23 09:28:53 +01:00
core_ext
helpers DEV: Allow `with_service` in jobs 2023-02-23 09:28:53 +01:00
jobs DEV: Allow `with_service` in jobs 2023-02-23 09:28:53 +01:00
models REFACTOR: Fix pluralized strings in chat plugin (#20357) 2023-02-20 10:31:02 +01:00
queries
serializers REFACTOR: Fix pluralized strings in chat plugin (#20357) 2023-02-20 10:31:02 +01:00
services DEV: Enable `unless` cops 2023-02-21 10:30:48 +01:00
views