Review request changed
- Change Summary:
-
Accidentally clobbered needed import.
- Description:
-
Allows admin to add multiple webhook URLs. These are POSTed to on publish events, with a JSON payload of:
~ - event_type (only publish for now)
~ - event_name (only "post_publish" for now)
- event_source (model instance that got published)
- event_source_type (model class: reviewrequest, review)
- changedesc (when available)
TODO:
- write micro test app using wsgi to receive POSTs
- Diff:
-
Revision 2 (+190 -47)