discourse/plugins/chat/spec
Alan Guo Xiang Tan ed6c9d1545
DEV: Call Discourse.redis.flushdb after the end of each test (#29117)
There have been too many flaky tests as a result of leaking state in
Redis so it is easier to resolve them by ensuring we flush Redis'
database.

Locally on my machine, calling `Discourse.redis.flushdb` takes around
0.1ms which means this change will have very little impact on test
runtimes.
2024-10-09 07:19:31 +08:00
..
components/chat FIX: chat mailer log noise (#28616) 2024-08-29 11:39:08 -03:00
fabricators DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
integration PERF: Reduce overhead from chat message excerpt (#26712) 2024-04-25 14:29:00 +02:00
jobs DEV: Call Discourse.redis.flushdb after the end of each test (#29117) 2024-10-09 07:19:31 +08:00
lib DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
mailers FIX: show group based notifications in chat summary email (#27641) 2024-07-01 12:47:38 +04:00
models UX: remove alias from chat direct message channel titles (#28958) 2024-09-18 22:18:46 +04:00
queries/chat FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
requests DEV: Call Discourse.redis.flushdb after the end of each test (#29117) 2024-10-09 07:19:31 +08:00
serializer DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
services DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
support DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
system UX: new sidebar styling (#29119) 2024-10-08 11:28:36 +02:00
validators FIX: Remove chat default channel setting (#28170) 2024-07-31 14:12:10 -03:00
plugin_helper.rb DEV: Block accidental serialization of entire AR models (#27668) 2024-07-01 17:08:48 -03:00
plugin_spec.rb FIX: adds post_quote as placeholder (#29083) 2024-10-08 21:55:11 +09:00