Vinoth Kannan
|
8430ea927e
|
FIX: Generate webhook payloads before destroy events (#6325)
|
2018-10-05 16:53:59 +08:00 |
Vinoth Kannan
|
af5b88f8e2
|
Rename approval web hook event type to queued post
|
2018-07-26 10:29:38 +05:30 |
Vinoth Kannan
|
5059dad8f0
|
FEATURE: Webhook for post approval events
|
2018-07-25 23:43:19 +05:30 |
Vinoth Kannan
|
84ab825e41
|
FEATURE: Webhook for user destroyed event (#6124)
|
2018-07-23 13:19:49 +05:30 |
Guo Xiang Tan
|
7fc8a36529
|
DEV: Take 2 Queue jobs in tests by default.
On my machine this cuts the time taken to run our test suite
from ~11mins to ~9mins.
|
2018-05-31 16:23:23 +08:00 |
Guo Xiang Tan
|
56e9ff6853
|
Revert "DEV: Queue jobs in tests by default."
Too risky for now
This reverts commit be28154d3b .
|
2018-05-31 15:34:46 +08:00 |
Guo Xiang Tan
|
be28154d3b
|
DEV: Queue jobs in tests by default.
|
2018-05-31 14:45:47 +08:00 |
Guo Xiang Tan
|
467d91347a
|
Missing specs for `Group`, `Tag`, `Category` and `Flag` web hooks.
|
2018-05-21 17:29:58 +08:00 |
Guo Xiang Tan
|
bf84037f79
|
FIX: Payload for webhooks should be current as of the time the event was triggered.
https://meta.discourse.org/t/group-category-tag-user-deleted-webhooks-not-firing/87752
|
2018-05-21 17:29:58 +08:00 |
Guo Xiang Tan
|
66d620f7b1
|
FEATURE: Trigger topic webhook when topic status is updated.
|
2018-02-27 11:07:37 +08:00 |
scossar
|
9d0807224b
|
Don't enqueue topic webhook unless a post has a topic
|
2018-02-22 14:34:59 +08:00 |
Sam
|
47058b29d3
|
FEATURE: emit external_id field with user webhook
|
2018-01-22 10:09:26 +11:00 |
Guo Xiang Tan
|
9644569a28
|
FIX: Wildcard webhooks could send duplicated events.
|
2018-01-03 17:00:44 +08:00 |
Guo Xiang Tan
|
6c4ee9d5b5
|
FEATURE: Trigger user webhook when a user logs in/out.
https://meta.discourse.org/t/how-do-you-learn-how-to-build-these-plugins/57946/10?u=tgxworld
|
2017-12-20 17:47:30 +08:00 |
Arpit Jalan
|
3c56c9b637
|
FIX: strip webhook payload_url
|
2017-12-11 13:48:11 +05:30 |
Guo Xiang Tan
|
5012d46cbd
|
Add rubocop to our build. (#5004)
|
2017-07-28 10:20:09 +09:00 |
Guo Xiang Tan
|
7cf0f39066
|
Require `Sidekiq::Testing` in rails helper.
|
2017-03-29 11:10:25 +08:00 |
Guo Xiang Tan
|
bf78c228f4
|
FIX: User created web hook being enqueued before record has been saved.
* Improve web hook tests as well.
|
2017-03-16 14:44:09 +08:00 |
Guo Xiang Tan
|
69330f8bc2
|
Add user_updated event to webhooks.
|
2016-12-13 11:26:26 +08:00 |
Erick Guan
|
8c8549b27b
|
FIX: missing post and topic edited webhooks
|
2016-11-30 20:49:45 +01:00 |
Erick Guan
|
c463cf63d4
|
FEATURE: Webhook for user creation and approval
|
2016-09-19 10:12:55 +08:00 |
Erick Guan
|
9ce61b4586
|
FEATURE: Webhooks.
|
2016-09-05 18:44:00 +08:00 |