zulip/zerver/webhooks/gitlab
Hemanth V. Alluri 4e1024da5c webhooks/gitlab: Add an option to exclude MR title from topics.
Since the title of a merge request can often change, it shouldn't be a
part of the topic that we send the message to. Otherwise things would
get messy and confusing.

But at the same time we don't want to make this mandatory. So we add
a new boolean GET parameter that can toggle whether or not the topic
should include the MR title (`use_merge_request_title`).

Fixes #15951.

Signed-off-by: Hemanth V. Alluri <hdrive1999@gmail.com>
2020-07-31 10:33:52 -07:00
..
fixtures gitlab: Added artifact link to pipeline event body 2020-06-07 14:01:04 -07:00
__init__.py
doc.md webhooks/gitlab: Add an option to exclude MR title from topics. 2020-07-31 10:33:52 -07:00
tests.py webhooks/gitlab: Add an option to exclude MR title from topics. 2020-07-31 10:33:52 -07:00
view.py webhooks/gitlab: Add an option to exclude MR title from topics. 2020-07-31 10:33:52 -07:00