zulip/zerver/webhooks/github_webhook
Eeshan Garg 8ef18463d6 github_webhook: Use author's full name if username is not available.
In cases where the webhook payload doesn't have the username for the
author of a particular commit (this can happen if the author doesn't
have a GitHub account or the author's email is not associated with
their GitHub account), we now use the author's full name to format
messages.
2017-04-29 14:57:57 -07:00
..
fixtures github_webhook: Use author's full name if username is not available. 2017-04-29 14:57:57 -07:00
__init__.py Make webhooks as separate modules with view and tests. 2017-01-25 23:14:19 -08:00
doc.html github_webhook: Filter specific GitHub branches. 2017-03-26 13:32:24 -07:00
tests.py github_webhook: Use author's full name if username is not available. 2017-04-29 14:57:57 -07:00
view.py github_webhook: Use author's full name if username is not available. 2017-04-29 14:57:57 -07:00