discourse-akismet/spec
Krzysztof Kotlarek 4a3338e2a8
Some checks failed
Discourse Plugin / ci (push) Has been cancelled
FEATURE: Link staff action log to originating reviewable (#217)
The staff action log records moderation actions (post deletions, user
approvals, etc.) as `UserHistory` rows, but entries triggered from the
reviewable queue had no reference back to the reviewable that caused
them. When auditing a decision in the log, staff could not jump to the
Akismet flag that produced it.

Core PR must be merged first: https://github.com/discourse/discourse/pull/39519
It adds a `reviewable:` option to `StaffActionLogger#new` that persists the
reviewable id on the resulting `UserHistory` record.
2026-04-30 09:50:04 +08:00
..
fabricators DEV: Update linting and add types (#199) 2026-01-29 14:36:40 +00:00
jobs DEV: Enable akismet plugin by default (#156) 2024-12-04 10:40:46 +10:00
lib DEV: Fix deprecations in specs (#215) 2026-04-14 17:10:21 +02:00
models FEATURE: Link staff action log to originating reviewable (#217) 2026-04-30 09:50:04 +08:00
system DEV: Remove legacy reviewable UI code (#203) 2026-02-24 13:58:39 +08:00
tasks DEV: Silence constant-reassignment warnings (#216) 2026-04-14 19:13:46 +02:00
plugin_spec.rb DEV: Fix Rubocop offenses 2024-02-29 12:19:41 +01:00