zulip/zerver/webhooks/gitlab/fixtures
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
..
add_tag.json
build_created.json
build_started.json
build_succeeded.json
commit_note.json
issue_closed.json
issue_created_with_assignee.json
issue_created_with_hidden_comment_in_description.json webhooks/gitlab: Filter out hidden comments from issue descriptions. 2018-01-24 10:48:55 -08:00
issue_created_without_assignee.json
issue_note.json
issue_opened_with_null_description.json webhooks/gitlab: Stop filtering comments when description is null. 2018-03-23 11:20:21 -07:00
issue_reopened.json
issue_test_payload.json webhooks/gitlab: Support test payloads without an "action" attribute. 2017-11-19 20:56:10 -08:00
issue_updated.json
merge_request_added_commit.json
merge_request_approved.json webhooks/gitlab: Support Merge Request Hook approved event type. 2017-12-18 19:12:54 -05:00
merge_request_closed.json
merge_request_created_with_assignee.json
merge_request_created_without_assignee.json
merge_request_merged.json
merge_request_note.json
merge_request_reopened.json webhooks/gitlab: Support Merge Request Hook reopen event. 2017-05-30 22:11:37 -07:00
merge_request_updated.json
pipeline_pending.json
pipeline_started.json
pipeline_succeeded.json
push.json
push_commits_more_than_limit.json
push_local_branch_without_commits.json
push_multiple_committers.json
push_multiple_committers_with_others.json
remove_branch.json
remove_tag.json
snippet_note.json
wiki_page_edited.json
wiki_page_opened.json