discourse/plugins/automation/spec
Jarek Radosz 2018dfb149
DEV: Fix job serialization deprecation in d-automation (#39286)
🎶

```
DEPRECATION NOTICE: Jobs::DiscourseAutomation::Trigger was enqueued with argument values which do not cleanly serialize to/from JSON. This means that the job will be run with slightly different values than the ones supplied to `enqueue`. Argument values should be strings, booleans, numbers, or nil (or arrays/hashes of those value types). (deprecated since Discourse 2.9) (removal in Discourse 3.0)
At /__w/discourse/discourse/plugins/automation/app/models/discourse_automation/automation.rb:141:in `DiscourseAutomation::Automation#trigger_in_background!`
```
2026-04-15 15:39:16 +02:00
..
fabricators FIX: ensures global notices are destroyed on post created (#28684) 2024-09-02 21:17:10 +02:00
integration DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
jobs FEATURE: support target_user_ids for private messages (#37708) 2026-02-12 09:21:40 +11:00
lib DEV: Add automatically closed topics event trigger and adapt the automation plugin's auto tag_topic_script accordingly (#39235) 2026-04-14 14:50:36 -05:00
models DEV: Fix job serialization deprecation in d-automation (#39286) 2026-04-15 15:39:16 +02:00
requests FEATURE: Track automation errors and improve logging (#36938) 2026-01-19 18:50:13 +01:00
scripts DEV: Add automatically closed topics event trigger and adapt the automation plugin's auto tag_topic_script accordingly (#39235) 2026-04-14 14:50:36 -05:00
serializers DEV: Clean up state to prevent flaky tests (#27397) 2024-06-10 08:41:03 +08:00
services DEV: Refactor automation Update service per PR #36458 feedback (#36771) 2025-12-18 18:16:03 +01:00
system UX: let automation d-editor respect user's editor mode preference (#38622) 2026-04-09 14:49:51 -03:00
triggers DEV: fix a large amount of typos (#37428) 2026-02-02 16:31:58 +11:00
plugin_helper.rb DEV: Convert some files to autoloading and various improvements (#26860) 2024-05-06 23:12:55 +03:00