zulip/zerver
Tim Abbott 75e48459b5 tornado: Support using a port-aware file for dumping event queues.
This should make it possible for there to safely be multiple Tornado
processes running on different ports on the same system.

It may also fix a rare race bug in development, where previously, it
was possible for the Tornados processes for Casper and the main
development server to interfere; I haven't investigated whether this
was a real bug or not, but now those two services will use independent
Tornado files.

We still need to add something to direct traffic between the different
Tornado processes.
2018-11-02 16:47:39 -07:00
..
data_import hipchat import: Handle deactivated users without an email address. 2018-11-01 10:09:19 -07:00
lib error_notify: Stringify QUERY_STRING values directly. 2018-10-31 16:30:38 -07:00
management tornado: Support using a port-aware file for dumping event queues. 2018-11-02 16:47:39 -07:00
migrations Revert "Change if(realm.domain == mit.edu) to use Realm.is_zephyr_..." 2018-11-02 13:16:45 -07:00
openapi messages: Add history_limited flag to messages response. 2018-10-26 17:41:07 -07:00
templatetags api docs: Rename webhook-walkthrough to incoming-webhooks-walkthrough. 2018-10-16 21:07:00 -07:00
tests tornado: Support using a port-aware file for dumping event queues. 2018-11-02 16:47:39 -07:00
tornado tornado: Support using a port-aware file for dumping event queues. 2018-11-02 16:47:39 -07:00
views /json/users/: Add user profile data variable to update values. 2018-10-31 15:36:44 -07:00
webhooks webhooks/github: Handle empty 'requested_reviewers' key. 2018-10-23 14:41:24 -07:00
worker queue_processors: Remove unnecessary spammy logging output. 2018-10-31 16:31:35 -07:00
__init__.py
apps.py zerver: Use Python 3 syntax for typing. 2017-11-28 16:49:36 -08:00
context_processors.py portico: Change buttons on /plans to reflect current plan. 2018-09-05 13:44:35 -07:00
decorator.py billing: Improve error message for require_billing_access. 2018-11-01 14:17:36 -07:00
filters.py error reports: Ensure we filter API keys from query strings. 2018-10-19 15:03:14 -07:00
forms.py password reset: Deduplicate code for reset URL generation. 2018-08-23 12:06:02 -07:00
logging_handlers.py bugdown: Improve exception handler for BugdownRenderingException. 2018-07-26 09:27:55 -07:00
middleware.py middleware: Fix logging of query counts in websockets requests. 2018-10-31 16:22:17 -07:00
models.py billing: Set message_visibility_limit to 10000 for Limited. 2018-10-26 17:10:38 -07:00
signals.py emails: Add detection for ChromeOS User-Agents. 2018-09-21 10:41:05 -07:00
static_header.txt