Add review_request in payload of review_published and reply_published event webhooks
Review Request #8562 — Created Dec. 5, 2016 and submitted
Add
review_request
in payload ofreview_published
andreply_published
event webhooks
Check in the existing unit tests that the
review_request
object was added in the payload, with a matching ID.
JH
- Change Summary:
-
Add documentation information for the added
review_request
element in the payload. - Commit:
-
0f3f3d5db2a9bbaeeeea3c5b14ca3c181211270aa6e31739d0643747409cad94f5c7561aaaf35fa3
-
Tool: Pyflakes Processed Files: reviewboard/notifications/webhooks.py reviewboard/notifications/tests.py Ignored Files: docs/manual/admin/configuration/webhooks.rst Tool: PEP8 Style Checker Processed Files: reviewboard/notifications/webhooks.py reviewboard/notifications/tests.py Ignored Files: docs/manual/admin/configuration/webhooks.rst
JH
- Change Summary:
-
Move
review_request
serialization call to method_serialize_(reply|response)
- Commit:
-
a6e31739d0643747409cad94f5c7561aaaf35fa3453c78dc9efa1144cd5ecabd4c7bd8ea0a321cc3
-
Tool: Pyflakes Processed Files: reviewboard/notifications/webhooks.py reviewboard/notifications/tests.py Ignored Files: docs/manual/admin/configuration/webhooks.rst Tool: PEP8 Style Checker Processed Files: reviewboard/notifications/webhooks.py reviewboard/notifications/tests.py Ignored Files: docs/manual/admin/configuration/webhooks.rst