zulip/zerver/webhooks/gitlab
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
..
fixtures webhooks/gitlab: Stop filtering comments when description is null. 2018-03-23 11:20:21 -07:00
__init__.py Make webhooks as separate modules with view and tests. 2017-01-25 23:14:19 -08:00
doc.md gitlab: Document the local network security setting. 2018-04-20 08:34:38 -07:00
tests.py webhooks/gitlab: Include title in Issue Hook event messages. 2018-07-14 09:38:11 +05:30
view.py webhooks/gitlab: Include title in Issue Hook event messages. 2018-07-14 09:38:11 +05:30