discourse/plugins/automation
David Taylor 4d0c56d272
DEV: Switch to official tracked-built-ins
We were previously using `@ember-compat/tracked-built-ins`, which had some extra logic for intercompatibility for computed properties.

Unfortunately that version is not maintained, and is diverging from the upstream version. We're going to prioritise following upstream, and deal with any inter-compatibility issues by refactoring dependent code to use autotracking.

The released version of tracked-built-ins also includes the fix for the memory leak, so we can drop our custom patch.
2024-12-02 17:51:01 +00:00
..
admin/assets/javascripts/admin DEV: Switch to official tracked-built-ins 2024-12-02 17:51:01 +00:00
app DEV: Refactor DiscourseAutomation::DestroyAutomation a bit 2024-11-22 16:05:31 +01:00
assets/stylesheets/common UX: simplify and shorten new script flow for automations (#29178) 2024-10-23 14:04:17 -04:00
config Update translations (#29934) 2024-11-26 23:14:56 +01:00
db UX: simplify and shorten new script flow for automations (#29178) 2024-10-23 14:04:17 -04:00
lib FIX: TopicTagsChanged trigger not working with multiple tags (#29961) 2024-11-27 14:16:29 -03:00
spec FIX: TopicTagsChanged trigger not working with multiple tags (#29961) 2024-11-27 14:16:29 -03:00
test/javascripts/integration/components DEV: Autofix (w/ manual follow up) various qunit lints (#29950) 2024-11-27 13:02:55 +01:00
plugin.rb FEATURE: Add user to topic_tags_changed event (#28714) 2024-09-06 11:23:30 -03:00