| | | (This is a preliminary code drop; needs more stuff to be ready)
|
| | | Allows admin to add multiple webhook URLs. These are dispatched to on publish events, with a payload of the published object and of the changedesc, when available. |
| | |
|
| ~ | | TODO:
|
| ~ | | - write serialization layout for Changedesc inside ReviewBoardAPIEncoder
|
| ~ | | - use djblets serialization for the payload (needs this patch http://reviews.review-board.org/r/982/)
|
| ~ | | - integrate interface for adding webhooks into the normal admin interface
|
| | ~ | TODO: |
| | ~ |
|
| | ~ | - integrate interface for adding webhooks into the normal admin interface (currently it's a naked form at /settings/notifications)
|
| | ~ | - write micro test app using djng to receive POSTs
|
| - | | - write micro test app using djng to receive POSTs |