zulip/zerver/webhooks/gitlab
Eeshan Garg 9286a97c7f webhooks/gitlab: Stop filtering comments when description is null.
We filter out hidden comments out of Issue descriptions but this
breaks when description is null (which is unusual). So this commit
just checks to see if the description is None and if so, not to
filter anything out.
2018-03-23 11:20:21 -07:00
..
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 webhooks: Update macros to specify custom topics and default PMs. 2018-03-18 10:53:45 -07:00
tests.py webhooks/gitlab: Stop filtering comments when description is null. 2018-03-23 11:20:21 -07:00
view.py webhooks/gitlab: Stop filtering comments when description is null. 2018-03-23 11:20:21 -07:00