zulip/zerver/webhooks/pagerduty
Eeshan Garg a1994122ca webhooks/pagerduty: Refactor and make minor improvements.
This commit improves a couple of things:

* All of the message templates are now at the top, a convention
  we follow in a lot of our webhooks.
* Messages are not prefixed with any emojis. We don't do this in
  any of our other webhooks. Plus, the emojis were outdated.
* Remove some superfluous code.
* Use ```quote <quote goes here> ``` style formatting for
  quoted text instead of the `>` character.
2019-01-13 19:09:11 -08:00
..
fixtures webhooks/pagerduty: Support events from webhook v2. 2019-01-13 19:09:11 -08:00
__init__.py
doc.md webhooks/pagerduty: Update docs to conform to style guide. 2018-05-31 23:48:42 -04:00
tests.py webhooks/pagerduty: Refactor and make minor improvements. 2019-01-13 19:09:11 -08:00
view.py webhooks/pagerduty: Refactor and make minor improvements. 2019-01-13 19:09:11 -08:00