zulip/zerver
Eklavya Sharma a7d2dab28f Fix non-deterministic output from Taiga integration.
Taiga's webhook integration would give output events in a random
order which caused test failures on python 3 (seems like python
3 is more prone to non-deterministic failures).  Fix that by
sorting the outputs obtained from events before concatenating them.
2016-07-13 16:00:46 -07:00
..
fixtures Add bitbucket2 integration. 2016-07-12 17:34:34 -07:00
lib zerver/lib/notifications.py: Fix string encoding/decoding. 2016-07-13 16:00:46 -07:00
management zerver: Fix lines with length greater than 120. 2016-07-08 11:41:43 -07:00
migrations Change all default values in models to unicode. 2016-07-11 21:30:32 -07:00
templatetags Cleanup remaining usage of % comprehensions without explicit tuples. 2015-12-05 15:29:42 -08:00
tests Fix non-deterministic output from Taiga integration. 2016-07-13 16:00:46 -07:00
views Fix non-deterministic output from Taiga integration. 2016-07-13 16:00:46 -07:00
worker Decode response.content everywhere except in tests. 2016-07-12 14:06:29 -07:00
__init__.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
context_processors.py Mention emails are printed in run-dev.py console. 2016-06-20 11:07:20 -07:00
decorator.py decorators: Extract is_local_addr(). 2016-07-09 17:58:48 -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 forms: Wrap some very long lines. 2016-06-25 10:52:03 -07:00
logging_handlers.py Annotate zerver.exceptions, zerver.filters, zerver.logging_handlers. 2016-06-04 22:51:18 -07:00
middleware.py slow queries: Include full log line in slow query log. 2016-07-12 19:12:49 -07:00
models.py Change all default values in models to unicode. 2016-07-11 21:30:32 -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