discourse-assign/spec
Blake Erickson 32653be260
FEATURE: Trigger webhook when assigning and unassigning topics (#61)
* FEATURE: Trigger webhook when assigning and unassigning topics

This PR creates a custom webhook event that you can now select when
creating a webhook to trigger only when a topic has been assigned or
unassigned.

* removed unused file

* Removed functionality that was added to core

This PR into discourse core:

https://github.com/discourse/discourse/pull/9110

adds what was removed in this commit.

It is better to have this logic in core so that it is discoverable and
future webhooks won't end up accidentally using the same ID.
2020-03-06 11:57:46 -07:00
..
components Fix: Enforce new rules when assigning a topic. (#46) 2019-09-05 10:31:52 -03:00
fabricators FEATURE: Trigger webhook when assigning and unassigning topics (#61) 2020-03-06 11:57:46 -07:00
integration FEATURE: Trigger webhook when assigning and unassigning topics (#61) 2020-03-06 11:57:46 -07:00
jobs FIX: Skip enqueuing reminders if no groups are allowed. (#39) 2019-07-10 09:58:35 +02:00
lib FIX: If `fancy_title` was nil the job would fail 2020-01-27 12:54:50 -05:00
models DEV: Remove backward-compatibility code now that 2.4 is the new stable 2020-03-02 10:53:39 -03:00
requests DEV: Remove backward-compatibility code now that 2.4 is the new stable 2020-03-02 10:53:39 -03:00
serializers DEV: Specs were broken 2020-01-14 18:19:42 +01:00
support Fix: Enforce new rules when assigning a topic. (#46) 2019-09-05 10:31:52 -03:00