discourse/db/fixtures
Blake Erickson 43b54c631d
DEV: Reserve webhook event types to be used in plugins (#9110)
* DEV: Reserve webhook event types to be used in plugins

Based on feedback on the following PR's:

https://github.com/discourse/discourse-solved/pull/85

https://github.com/discourse/discourse-assign/pull/61

This commit reserves ID's to be used for webhook event types to ensure
that some other webhook or plugin doesn't end up using the same ID.

* Fix broken test

I don't think this test has to test ALL event types to verify that this
feature is working. Now that we added some event types that plugins are
using this test was failing for missing fabricators that exist in the
respective plugins.

* remove loop and just test first record
2020-03-06 10:16:19 -07:00
..
001_refresh.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
002_groups.rb FEATURE: Add new group visibility option for "logged on users" (#7814) 2019-07-08 15:09:50 -04:00
003_post_action_types.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
004_screened_ip_addresses.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
005_badge_types.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
006_badges.rb FIX: Rename deprecated icons, allow custom icons in badges 2019-07-16 11:13:44 -04:00
007_web_hook_event_types.rb DEV: Reserve webhook event types to be used in plugins (#9110) 2020-03-06 10:16:19 -07:00
009_users.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
010_uploads.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
500_categories.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
600_themes.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
990_settings.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
990_topics.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00