discourse/plugins/automation/spec
Chris Alberti 0b65360094
FIX: Make post created/edited automation trigger regexes more specific (#32944)
- For `with_images`, ignore `<img>` tags representing emoji or a quote
avatar
- For `with_links` and `with_uploads`, exclude tags starting with the
letter "a" other than `<a>` (like `<aside>`)
- For `with_code`, the `<pre>` tag wasn't being detected because it was
expecting an extra char before the ">"
2025-05-27 15:40:00 -05:00
..
fabricators FIX: ensures global notices are destroyed on post created (#28684) 2024-09-02 21:17:10 +02:00
integration DEV: Change hide_email_address_taken default to true (#30293) 2024-12-17 10:46:04 +08:00
jobs DEV: Convert some files to autoloading and various improvements (#26860) 2024-05-06 23:12:55 +03:00
lib FIX: adds post_quote as placeholder (#29083) 2024-10-08 21:55:11 +09:00
models FIX: attempts to fix flaky in stat spec (#32784) 2025-05-18 21:55:46 +02:00
requests FEATURE: Add automation statistics tracking to Automation (#31921) 2025-03-21 12:53:26 +11:00
scripts FIX: relax automation restrictions (#32238) 2025-04-11 07:27:43 +08:00
serializers DEV: Clean up state to prevent flaky tests (#27397) 2024-06-10 08:41:03 +08:00
services DEV: Update rubocop-discourse (#30552) 2025-01-04 13:48:21 +01:00
system FIX: destroy automation not working (#31945) 2025-03-21 15:22:33 +11:00
triggers FIX: Make post created/edited automation trigger regexes more specific (#32944) 2025-05-27 15:40:00 -05:00
plugin_helper.rb DEV: Convert some files to autoloading and various improvements (#26860) 2024-05-06 23:12:55 +03:00