zulip/zerver
Umair Khan df8fc30b75 Create MockRedis class.
Redis is not available on Travis and creating a mock Redis server looks
easier than using `mock` module.
2016-08-05 10:36:57 -07:00
..
fixtures Add HelloWorld webhook integration + Walkthough. 2016-07-29 21:38:40 -07:00
lib Push to APNS in a loop. 2016-08-05 10:36:57 -07:00
management process_queue: Add missing type annotation. 2016-08-04 15:57:03 -07:00
migrations Remove old MitUser model and related code. 2016-07-26 20:30:12 -07:00
templatetags Add TERMS_OF_SERVICE setting. 2016-07-29 20:47:31 -07:00
tests Create MockRedis class. 2016-08-05 10:36:57 -07:00
views views/__init__: Add missing annotations. 2016-08-04 15:57:03 -07:00
worker Annotate queue_processors.py. 2016-08-04 15:57:03 -07:00
__init__.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
context_processors.py Re-enable mobile app advertisements in /apps.html. 2016-08-02 16:45:11 -07:00
decorator.py decorator: Add missing annotation. 2016-08-04 15:57:03 -07:00
exceptions.py Annotate zerver.exceptions, zerver.filters, zerver.logging_handlers. 2016-06-04 22:51:18 -07:00
filters.py Annotate zerver.exceptions, zerver.filters, zerver.logging_handlers. 2016-06-04 22:51:18 -07:00
forms.py Clean up and document clean_email code path. 2016-07-26 20:30:12 -07:00
logging_handlers.py settings: Extract settings.STAGING_ERROR_NOTIFICATIONS. 2016-07-19 15:28:41 -07:00
middleware.py slow queries: Include full log line in slow query log. 2016-07-12 19:12:49 -07:00
models.py Remove old MitUser model and related code. 2016-07-26 20:30:12 -07:00
static_header.txt Update copyright to 2014. 2014-02-04 15:51:53 -05:00
storage.py Remove templates, styles and js through storage. 2016-07-09 07:33:35 -07:00
tornadoviews.py zerver/tornado.py: Convert queue_id to str. 2016-07-04 02:58:57 +05:30