discourse/plugins/automation
Sérgio Saquetim 813b494730
DEV: Replace deprecated Ember's array filterBy with filter (#35018)
Replaces Ember's deprecated `filterBy` with the native JavaScript method
`filter`. This aligns with modern JavaScript practices, improves code
clarity, and prepares for future deprecations.

Changes involve various components, controllers, and models across the
codebase.
2025-09-29 16:42:38 -03:00
..
admin/assets/javascripts DEV: Replace deprecated Ember's array filterBy with filter (#35018) 2025-09-29 16:42:38 -03:00
app FIX: Improve automation on/off toggle (#33482) 2025-08-14 10:16:20 +03: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: add automation trigger on-close-topic (#34705) 2025-09-04 12:00:32 +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