zulip/zerver/tornado
Alex Vandiver e5f62d083e tornado: Merge the TORNADO_SERVER and TORNADO_PORTS configs.
Having both of these is confusing; TORNADO_SERVER is used only when
there is one TORNADO_PORT.  Its primary use is actually to be _unset_,
and signal that in-process handling is to be done.

Rename to USING_TORNADO, to parallel the existing USING_RABBITMQ, and
switch the places that used it for its contents to using
TORNADO_PORTS.
2020-09-21 15:36:16 -07:00
..
__init__.py
application.py tornado: Remove a misleading comment and reformat. 2020-09-18 15:13:40 -07:00
autoreload.py docs: Fix capitalization of keyboard keys. 2020-08-11 10:25:53 -07:00
descriptors.py event_queue: Fix strict_optional errors. 2020-07-06 11:25:48 -07:00
django_api.py tornado: Merge the TORNADO_SERVER and TORNADO_PORTS configs. 2020-09-21 15:36:16 -07:00
event_queue.py python: Pre-fix a few spots for better Black formatting. 2020-09-03 17:51:09 -07:00
exceptions.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
handlers.py logging: Report stack_info on logging.exception calls. 2020-08-11 10:16:54 -07:00
ioloop_logging.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
sharding.py tornado: Merge the TORNADO_SERVER and TORNADO_PORTS configs. 2020-09-21 15:36:16 -07:00
views.py python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00