- Change Summary:
-
- write serialization layout for Changedesc inside ReviewBoardAPIEncoder - use djblets serialization for the payload (needs this patch: http://reviews.review-board.org/r/982/ )
- Diff:
-
Revision 2 (+213 -18)
Create and dispatch to site-wide webhooks
Review Request #983 — Created Aug. 21, 2009 and discarded
MOVED! This review request is now at: http://reviews.review-board.org/r/993/ (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 micro test app using djng to receive POSTs
Ran test suite with a webhook pointing at http://www.postbin.org/14iso90 and everything worked fine.
HE
HE
- Change Summary:
-
updated TODO list.
- Description:
-
(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
HE
- Change Summary:
-
- integrate interface for adding webhooks into the normal admin interface (it was a naked form at /settings/notifications)
- Description:
-
(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:
~ - 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
- Diff:
-
Revision 3 (+8062 -1024)
HE
- Change Summary:
-
This is the right diff.
- Diff:
-
Revision 4 (+198 -18)
HE
- Change Summary:
-
Collapsed all publish signals into one, changed its name and interface. Made it look more like the built-in Django signals. Fixed formatting errors (according to review). Improved formatting for event_source_type in the event payload.
- Diff:
-
Revision 5 (+214 -48)
HE
- Change Summary:
-
MOVED.
- Description:
-
+ MOVED!
+ + This review request is now at: http://reviews.review-board.org/r/993/
+ + + (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 micro test app using djng to receive POSTs