zulip/zerver
Robert Hönig 9a15c4e3ff Add bot services to page_params.
This is the first step for allowing users
to edit a bot's service entries, name the
outgoing webhook configuration entries. The
chosen data structures allow for a future
with multiple services per bot; right now,
only one service per bot is supported.
2018-01-23 07:29:00 -05:00
..
fixtures slack importer: Add unit tests for slack message conversions. 2018-01-17 09:38:53 -05:00
lib Add bot services to page_params. 2018-01-23 07:29:00 -05:00
management scheduledmessages: Start using/expecting delivery_type as a param. 2018-01-19 11:33:11 -05:00
migrations scheduledmessages: Add delivery_type field to the table. 2018-01-19 11:33:11 -05:00
templatetags api docs: Generate Arguments table from JSON. 2017-12-29 17:03:36 -05:00
tests Add bot services to page_params. 2018-01-23 07:29:00 -05:00
tornado mypy: Use Python 3 type syntax in several files. 2017-12-30 07:34:51 -05:00
views Add bot services to page_params. 2018-01-23 07:29:00 -05:00
webhooks beeminder: Fix buggy coding tag at top of file. 2018-01-18 09:07:06 -08:00
worker queue_processors.py: Remove unecessary imports. 2018-01-16 08:16:43 -05:00
__init__.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
apps.py zerver: Use Python 3 syntax for typing. 2017-11-28 16:49:36 -08:00
context_processors.py integrations/email: Render settings.EMAIL_GATEWAY_EXAMPLE correctly. 2018-01-22 18:05:20 -05:00
decorator.py mypy: Use Python 3 type syntax in decorator.py. 2017-12-26 08:29:30 -05:00
filters.py zerver: Use Python 3 syntax for typing. 2017-11-28 16:49:36 -08:00
forms.py mypy: Use Python 3 type syntax in zerver/forms.py 2017-12-26 08:30:33 -05:00
logging_handlers.py Fix mypy error in AdminNotifyHandler.emit(). 2017-12-22 15:02:18 -05:00
middleware.py mypy: Use Python 3 type syntax in zerver/middleware.py. 2017-12-11 18:43:24 -08:00
models.py Add bot services to page_params. 2018-01-23 07:29:00 -05:00
signals.py emails: Fix notify_new_login emails have unserializable context. 2017-12-22 16:34:18 -05:00
static_header.txt Update static_header.txt with new license information. 2016-08-13 00:37:21 -07:00
storage.py mypy: Improve typing for ManifestStaticFilesStorage monkeypatch. 2017-12-08 19:00:18 -08:00