discourse/plugins/automation
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
..
admin/assets/javascripts DEV: Convert @decorated macros to getters (#37955) 2026-04-09 22:38:55 -03:00
app DEV: Fix job serialization deprecation in d-automation (#39286) 2026-04-15 15:39:16 +02:00
assets FIX: append by should work for non admin (#38567) 2026-03-13 00:38:55 +01:00
config 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
db/migrate DEV: Tidy plugin API key scope resource names (#38640) 2026-03-17 13:03:42 +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
spec DEV: Fix job serialization deprecation in d-automation (#39286) 2026-04-15 15:39:16 +02:00
test/javascripts/integration/components FIX: Relative time field test (#37914) 2026-02-19 15:34:13 +10:00
package.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00
plugin.rb 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
tsconfig.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00