zulip/zerver/webhooks/teamcity
Eeshan Garg 857569cbf7 webhooks/teamcity: Use check_send_webhook_message.
For a personal build, the teamcity webhook still sends a private
message using check_send_private_message since a personal build
should never trigger a public notification.

For a non-personal build, check_send_webhook_message is used,
which can either send a PM or a stream message based on whether
a stream is specified in the webhook URL or not.
2018-03-18 10:44:09 -07:00
..
fixtures webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
__init__.py
doc.md webhooks/teamcity: Migrate docs to Markdown. 2017-06-01 22:16:12 -07:00
tests.py Add underscores to thumbs_up and thumbs_down emoji 2018-02-07 11:55:02 -08:00
view.py webhooks/teamcity: Use check_send_webhook_message. 2018-03-18 10:44:09 -07:00