0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-07 13:19:19 +08:00
discourse/plugins/automation/spec/triggers
Joffrey JAFFEUX 217f538ffd
FIX: prevents error if retriggered_after is not set (#37140)
This fix this current exception:

```
Job exception: undefined method `match' for nil

iso8601-0.13.0/lib/iso8601/duration.rb:225:in `parse'
iso8601-0.13.0/lib/iso8601/duration.rb:197:in `atomize'
iso8601-0.13.0/lib/iso8601/duration.rb:32:in `initialize'
/var/www/discourse/plugins/automation/app/jobs/scheduled/discourse_automation/stalled_wiki_tracker.rb:29:in `new'
/var/www/discourse/plugins/automation/app/jobs/scheduled/discourse_automation/stalled_wiki_tracker.rb:29:in `block (2 levels) in execute'
```
2026-01-15 12:19:19 +01:00
..
after_post_cook_spec.rb DEV: Convert some files to autoloading and various improvements (#26860) 2024-05-06 23:12:55 +03:00
category_created_edited_spec.rb DEV: Convert some files to autoloading and various improvements (#26860) 2024-05-06 23:12:55 +03:00
pm_created_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
point_in_time_spec.rb DEV: Convert some files to autoloading and various improvements (#26860) 2024-05-06 23:12:55 +03:00
post_created_edited_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
post_flag_created_spec.rb FEATURE: New automation for emailing specific users when a post is flagged (#36580) 2025-12-11 10:31:13 +08:00
recurring_spec.rb DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
stalled_wiki_spec.rb FIX: prevents error if retriggered_after is not set (#37140) 2026-01-15 12:19:19 +01:00
topic_spec.rb DEV: Move array type custom fields to JSON type in automation (#26939) 2024-05-10 18:47:12 +03:00
topic_tags_changed_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
user_added_to_group_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
user_badge_granted_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
user_first_logged_in_spec.rb DEV: Convert some files to autoloading and various improvements (#26860) 2024-05-06 23:12:55 +03:00
user_promoted_spec.rb DEV: Convert some files to autoloading and various improvements (#26860) 2024-05-06 23:12:55 +03:00
user_removed_from_group_spec.rb DEV: Convert some files to autoloading and various improvements (#26860) 2024-05-06 23:12:55 +03:00
user_updated_spec.rb DEV: Move array type custom fields to JSON type in automation (#26939) 2024-05-10 18:47:12 +03:00