discourse/plugins/automation
Jarek Radosz a54e3208cb
DEV: Hand-pick Rails/WhereNot autofixes (#35117)
We can't enable `Rails/WhereNot` lint/autofix, because it would break
code that uses mini_sql instead of AR (which rubocop, and tbh also we,
can't easily differentiate)

Those are safe because they either:
* are executed in AR model scope definitions
* are clearly chained starting from a AR model
* are less-clearly chained, but still can be traced to a AR model/scope

---------

Co-authored-by: Loïc Guitaut <loic@discourse.org>
2025-10-03 13:29:22 +02:00
..
admin/assets/javascripts DEV: Replace deprecated Ember's array filterBy with filter (#35018) 2025-09-29 16:42:38 -03:00
app DEV: Clean up scope resolution operators in plugins (#34979) 2025-09-30 14:36:34 +02:00
assets FIX: Improve automation on/off toggle (#33482) 2025-08-14 10:16:20 +03:00
config Update translations (#35031) 2025-09-29 10:26:53 +02:00
db FEATURE: Add automation statistics tracking to Automation (#31921) 2025-03-21 12:53:26 +11:00
lib DEV: Hand-pick Rails/WhereNot autofixes (#35117) 2025-10-03 13:29:22 +02:00
spec DEV: add automation trigger on-close-topic (#34705) 2025-09-04 12:00:32 +02:00
test/javascripts/integration/components FIX: ensures empty fields don't store an empty array (#33274) 2025-06-19 20:46:48 +02:00
plugin.rb DEV: add automation trigger on-close-topic (#34705) 2025-09-04 12:00:32 +02:00