discourse/plugins/automation/spec
Joffrey JAFFEUX 0a1432e1cc
FIX: ensures global notices are destroyed on post created (#28684)
Prior to this fix we could exit early if tags was `[]` as `tags && (tags & post.topic.tags.map(&:name)).empty?` would have returned true. This commit ensures it's not the case anymore and adds a test for it.

Co-Authored-By: Martin Brennan <mjrbrennan@gmail.com>
2024-09-02 21:17:10 +02:00
..
fabricators FIX: ensures global notices are destroyed on post created (#28684) 2024-09-02 21:17:10 +02:00
integration DEV: Move array type custom fields to JSON type in automation (#26939) 2024-05-10 18:47:12 +03:00
jobs DEV: Convert some files to autoloading and various improvements (#26860) 2024-05-06 23:12:55 +03:00
lib FIX: ensures global notices are destroyed on post created (#28684) 2024-09-02 21:17:10 +02:00
models DEV: Move array type custom fields to JSON type in automation (#26939) 2024-05-10 18:47:12 +03:00
requests DEV: Clean up state to prevent flaky tests (#27397) 2024-06-10 08:41:03 +08:00
scripts FIX: prevents creating post from impacting the app (#28518) 2024-08-23 15:17:16 +02:00
serializers DEV: Clean up state to prevent flaky tests (#27397) 2024-06-10 08:41:03 +08:00
services DEV: Convert some files to autoloading and various improvements (#26860) 2024-05-06 23:12:55 +03:00
system UX: Change admin plugins list to follow UI guidelines (#28478) 2024-08-30 14:53:36 +10:00
triggers FIX: change `eq` to `match_array` in `topic_tags_changed_spec.rb` to solve flaky test (#28640) 2024-08-29 11:25:58 -03:00
plugin_helper.rb DEV: Convert some files to autoloading and various improvements (#26860) 2024-05-06 23:12:55 +03:00