Commit Graph

30 Commits

Author SHA1 Message Date
jeremystretch
174adf0bc0 Closes #6519: Avoid querying applicable webhooks for every object 2021-06-01 13:55:17 -04:00
jeremystretch
dcd51763a1 Update post-change snapshot for M2M changes 2021-06-01 09:30:54 -04:00
jeremystretch
a24e4780c6 Initial work on #6284 2021-05-28 16:07:27 -04:00
Jeremy Stretch
aa6fd54055 Closes #3451: Add pre-/post-change snapshots to webhooks 2021-03-09 13:03:44 -05:00
Jeremy Stretch
030909261d Closes #4711: Rename Webhook.obj_type to content_types 2020-12-02 14:49:07 -05:00
Jeremy Stretch
e3903c7971 Fixes #5309: Avoid extraneous database queries when manipulating objects 2020-11-20 15:40:09 -05:00
kobayashi
783dcb8797 Fix 4549 webhook body encode in utf-8 2020-04-29 01:48:53 -04:00
Jeremy Stretch
29345650c2 Standardize import statement as django_rq is no longer optional 2020-04-24 15:43:58 -04:00
John Anderson
067e92c1c2 rename FeatureQuery class 2020-03-16 11:58:35 -04:00
John Anderson
5b7a2f1002 closes #4368 - extras features model registration 2020-03-14 03:03:22 -04:00
Jeremy Stretch
9a1853e908 Enable custom templating for webhook request content 2020-02-24 16:12:46 -05:00
Jeremy Stretch
80b2660748 Closes #4005: Include timezone context in webhook timestamps 2020-01-24 12:00:24 -05:00
Jeremy Stretch
aed93cce24 Closes #3952: Add test for webhooks_worker; introduce generate_signature() 2020-01-23 15:05:27 -05:00
Jeremy Stretch
f506db78f6 #3892: Convert WEBHOOK_MODELS to a Q object 2020-01-15 16:18:47 -05:00
Jeremy Stretch
3eb2c631c7 Closes #3408: Remove WEBHOOKS_ENABLE configuration setting 2019-12-06 11:52:28 -05:00
Jeremy Stretch
0a72225ca9 ObjectChange.action to slug (#3569) 2019-12-05 16:30:15 -05:00
Jeremy Stretch
b4acade70d Miscellaneous cleanup 2019-10-04 12:59:10 -04:00
Jeremy Stretch
7fd56d9a06 Clean up, update Webhook models 2019-04-17 14:19:57 -04:00
John Anderson
b1351be750 implements #3025 - Add request ID to outbound webhook requests 2019-03-24 15:35:42 -04:00
John Anderson
a54d906be2 implements #2933 - username in webhooks 2019-03-24 15:31:12 -04:00
Jeremy Stretch
13edc47a4d Merge v2.5 work 2018-12-07 10:51:28 -05:00
John Anderson
12df37b155 fixes #2623 - model class being passed to rqworker 2018-12-04 00:40:54 -05:00
Jeremy Stretch
f6d4ea00df Cleaned up import statements 2018-11-02 15:20:08 -04:00
Jeremy Stretch
e107077192 Fixes #2322: Webhooks firing on non-enabled event types 2018-08-07 15:41:31 -04:00
Jeremy Stretch
fcdace0d70 Fixes #2284: Record object deletions before the request finishes 2018-07-30 16:33:37 -04:00
John Anderson
8c51fc86f4 Webhook signal refactor - fixes #2282 (#2260)
Refactor of webhook signaling system to use the same middleware mechanics of Changelogging
2018-07-30 14:23:49 -04:00
Jeremy Stretch
34a9573a0b Cleaned up imports 2018-07-16 17:09:21 -04:00
John Anderson
71a2b629b4 fixed #2203 2018-06-27 22:17:17 -04:00
Jeremy Stretch
8cfafc9f07 Tweaked webhooks and Redis settings 2018-05-30 14:51:59 -04:00
John Anderson
80a1b23f6f Implements #81 - webhook event backend (#1640)
* merge branch develop

* bugfix, signals for virtualization's class wasn't correctly defined

* updated webhooks for 2.4 and cleanup

* updated docs to cover changes to supervisor config

* review changes and further cleanup

* updated redis connection settings

* cleanup settings
2018-05-30 11:19:10 -04:00