discourse/plugins/automation/spec/models
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
..
automation_spec.rb DEV: Fix job serialization deprecation in d-automation (#39286) 2026-04-15 15:39:16 +02:00
field_spec.rb FEATURE: enhance post created edited trigger in automation (#31900) 2025-03-20 08:05:06 +11:00
stat_spec.rb FEATURE: Track automation errors and improve logging (#36938) 2026-01-19 18:50:13 +01:00
user_global_notice_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00