discourse/app
Alan Guo Xiang Tan 1670ffe82d
DEV: Remove unnecessary thread in Jobs::Base::JobInstrumenter (#30179)
In `Jobs::Base::JobInstrumenter.raw_log`, we were creating an instance
of `Queue` and then pushing messages to the queue before popping it off
the queue in a thread. However, this complexity is not necessary when
we can just write directly to the logger without much overhead. This is
how all logging is done in other parts of the app as well.
2024-12-10 06:29:46 +08:00
..
assets DEV: add transformers to navigation bar for theme dev (#30190) 2024-12-09 17:20:45 -05:00
controllers FIX: corrently handle hidden tags when checking for edit conflicts 2024-12-09 19:17:16 +01:00
helpers
jobs DEV: Remove unnecessary thread in Jobs::Base::JobInstrumenter (#30179) 2024-12-10 06:29:46 +08:00
mailers
models FIX: freeze_original for moved_post notifications for OP moves, link to destination topic (#30147) 2024-12-06 09:50:53 -06:00
serializers FEATURE: Show when a badge has been granted for a post (#29696) 2024-12-03 13:43:27 +11:00
services FEATURE: Add an option to block IPs and emails to bulk user delete (#29993) 2024-12-09 14:25:31 +03:00
views DEV: admin-login submit should be a button, not an input (#30156) 2024-12-06 11:48:15 -05:00