Juan David Martínez Cubillos

Results 10 issues of Juan David Martínez Cubillos

Clean up for https://github.com/discourse/discourse/pull/22697

**Context** While checking for issues in the reviewables claiming process I came across this N+1 query executed by this piece of code `reviewable.log_history(:claimed, current_user)` that ends up calling `reviewable_histories.create!` on...

**Description** As part of removing template overrides from plugins and themes we need to introduce these pluginOutlets.

**Description** When using a locale such as `en_GB` that should fallback to use `en`, the translations were missing from the automation plugin. This was happening because there wasn't proper fallback...