zulip/zerver/webhooks/bitbucket2/fixtures
Eeshan Garg 5b8f38f4e3 webhooks/bitbucket2: Ignore push events with no changes.
We now ignore payloads where payload['push']['changes'] is empty,
because an empty push doesn't really convey any useful information.

I couldn't find a way to replicate the action that would generate
such a payload, so I took one of our existing payloads and editted
out payload['push']['changes'] myself, so this payload is not
authentic.
2017-11-26 17:03:07 -08:00
..
commit_comment_created.json
commit_status_changed.json
force_push.json
fork.json
issue_commented.json
issue_created.json
issue_updated.json
more_than_one_push_event.json
pull_request_approved_or_unapproved.json
pull_request_comment_action.json
pull_request_created_or_updated.json
pull_request_fulfilled_or_rejected.json
push.json
push_commits_above_limit.json
push_more_than_one_tag.json
push_multiple_committers.json
push_multiple_committers_with_others.json
push_one_tag.json
push_remove_tag.json
push_without_changes.json webhooks/bitbucket2: Ignore push events with no changes. 2017-11-26 17:03:07 -08:00
remove_branch.json