zulip/zerver
Anders Kaseorg 9339402541 messages: Sort IDs in the by_streams query deterministically.
This fixes a test flake after upgrading SQLAlchemy.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-09-23 11:56:52 -07:00
..
data_import mattermost: Support importing messages without team name. 2019-09-18 11:57:37 -07:00
lib user_activity: Skip an unnecessary database query for new entries. 2019-09-21 11:49:43 -07:00
management export: Refuse to overwrite an existing directory or tarball. 2019-09-12 16:04:55 -07:00
migrations models: Migration of UserMessage.id to bigint, part 2. 2019-08-26 21:25:19 -07:00
openapi populate_db: Extract internal realm creation into a function. 2019-08-23 12:57:24 -07:00
templatetags openapi: Pass api_url to curl example generation. 2019-08-17 11:35:08 -07:00
tests messages: Sort IDs in the by_streams query deterministically. 2019-09-23 11:56:52 -07:00
tornado messages: Add email/push notifications for wildcard mentions. 2019-08-26 14:39:53 -07:00
views messages: Sort IDs in the by_streams query deterministically. 2019-09-23 11:56:52 -07:00
webhooks integrations: Advertise our native Zapier integration. 2019-09-22 18:47:42 -07:00
worker user_activity: Use LoopQueueProcessingWorker strategy. 2019-09-21 11:48:24 -07:00
__init__.py
apps.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
context_processors.py auth: Rename any_oauth_backend_enabled to any_social_backend_enabled. 2019-09-19 12:35:27 -07:00
decorator.py zulip_otp_required: Avoid _user_is_authenticated compatibility shim. 2019-09-23 11:56:52 -07:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
logging_handlers.py zerver: Accept HEAD requests wherever GET requests are accepted. 2019-08-12 16:47:41 -07:00
middleware.py middleware: Fix exception typing. 2019-07-31 12:23:20 -07:00
models.py settings: Add FAKE_EMAIL_DOMAIN setting. 2019-08-30 14:59:00 -07:00
signals.py