Create and dispatch to site-wide webhooks
Review Request #983 — Created Aug. 21, 2009 and discarded — Latest diff uploaded
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.
Changes between revision 3 and 4
orig
1
2
3
4
5
/trunk/buildbot/conf/master/public_html/buildbot.css |
---|
/trunk/buildbot/conf/master/public_html/index.html |
---|
/trunk/buildbot/conf/master/public_html/robots.txt |
---|
/trunk/buildbot/conf/master/scripts/gen_download_version_info.py |
---|
/trunk/buildbot/conf/master/scripts/rotate-files.py |
---|
/trunk/buildbot/conf/master/scripts/settings_local.py |
---|
/trunk/buildbot/conf/slave/scripts/build-svn.sh |
---|
/trunk/rbtools/AUTHORS |
---|
/trunk/rbtools/rbtools/postreview.py |
---|
/trunk/reviewboard/setup.py |
---|
/trunk/reviewboard/test.py |
---|
/trunk/reviewboard/urls.py |
---|
/trunk/reviewboard/accounts/backends.py |
---|
/trunk/reviewboard/admin/views.py |
---|
/trunk/reviewboard/diffviewer/views.py |
---|
/trunk/reviewboard/htdocs/media/rb/css/diffviewer.css |
---|
/trunk/reviewboard/htdocs/media/rb/js/repositoryform.js |
---|
/trunk/reviewboard/notifications/__init__.py |
---|
/trunk/reviewboard/reviews/models.py |
---|
/trunk/reviewboard/reviews/urls.py |
---|