zulip/zerver
Conrad Dean 33dee43179 Annotate zerver/lib/socket.py.
Currently this uses a Union type for connection_id; we need to figure
out what actually sets that and what its type is and fix that later
(see https://github.com/zulip/zulip/issues/896).
2016-06-04 22:36:03 -07:00
..
fixtures Add Crashlytics integration. 2016-06-04 15:18:42 -07:00
lib Annotate zerver/lib/socket.py. 2016-06-04 22:36:03 -07:00
management Add mypy bug number for check_redis type: ignore. 2016-06-04 16:11:18 -07:00
migrations Add bot_type field to UserProfile. 2016-05-19 22:37:37 -07:00
templatetags Cleanup remaining usage of % comprehensions without explicit tuples. 2015-12-05 15:29:42 -08:00
tests Add Crashlytics integration. 2016-06-04 15:18:42 -07:00
views Added MyPy types to zerver/views/webhooks/codeship.py 2016-06-04 22:03:41 -07:00
worker Purge 'from typing import *' from zerver/. 2016-04-07 14:07:07 -07:00
__init__.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
context_processors.py enterprise => voyager 2015-08-21 10:33:35 -07:00
decorator.py [i18n] Make Json error messages translatable. 2016-06-04 18:48:36 -07:00
exceptions.py Enable absolute imports for non-third-party code where it was omitted previously 2013-10-25 14:13:30 -04:00
filters.py Add api_key to filtered variables. 2013-12-12 10:31:03 -05:00
finders.py Purge 'from typing import *' from zerver/. 2016-04-07 14:07:07 -07:00
forms.py Convert Zulip to use Jinja2 templates. 2016-05-09 09:55:18 -07:00
logging_handlers.py Rename zerver.handlers to zerver.logging_handlers for clarity. 2016-03-30 21:48:38 -07:00
middleware.py Annotate zerver.middleware. 2016-06-04 18:32:06 -07:00
models.py models: Fix use of non-lazy ugettext at import time. 2016-06-04 17:46:03 -07:00
static_header.txt Update copyright to 2014. 2014-02-04 15:51:53 -05:00
storage.py Add type: ignore for mypy super() bug. 2016-04-03 15:40:24 -07:00
tornadoviews.py Annotate debug.py, initial_password.py, narrow.py, response.py. 2016-06-04 12:56:36 -07:00