zulip/zerver/lib/webhooks
Eeshan Garg 67045d65a9 webhooks/gitlab: Include title in Issue Hook event messages.
We already include the issue title in the topic. But if one chooses
to group all gitlab notifications under one topic, the message body
is misleading in the sense that only the Issue ID and the description
are displayed, not the title, which isn't super helpful if the topic
doesn't tell you the title either.

I think we should err on the side of always including the title in
the main message body, which is what this commit does.

Fixes #9913.
2018-07-14 09:38:11 +05:30
..
__init__.py Add common git integration method to build message for push events. 2016-10-10 17:32:41 -07:00
common.py webhooks: Add generic exception for unexpected webhook events. 2018-05-22 08:30:19 -07:00
git.py webhooks/gitlab: Include title in Issue Hook event messages. 2018-07-14 09:38:11 +05:30