Implement the rest of the webhook events.

Review Request #6019 — Created June 23, 2014 and submitted — Latest diff uploaded

Information

Review Board
master
1bfa1e5...

Reviewers

This change includes webhook implementations for the following events: * review_request_closed * review_request_reopened * review_published * reply_published

The review and reply events include both the "review" data as well as all of
the comments. While this data is already available through the API, it's
inconvenient to have to do a bunch of extra fetches, so it's included here.

Did each of the operations and saw the results on requestb.in

    Loading...