zulip/zerver/tornado
Alex Vandiver 823f732132 narrow: Move python-only implemenation into its own file.
Tornado uses this, and none of the heavy-weight SQLAlchemy code; so it
just adds to the startup time of the Tornado server.
2024-04-16 09:48:11 -07:00
..
__init__.py
application.py ruff: Fix PLW0108 Lambda may be unnecessary. 2024-03-01 09:30:04 -08:00
descriptors.py tornado: Support sharding by user ID. 2022-11-15 17:27:01 -08:00
django_api.py tornado: Move the /notify-tornado endpoint, and document it better. 2024-02-15 15:42:50 -08:00
event_queue.py narrow: Move python-only implemenation into its own file. 2024-04-16 09:48:11 -07:00
exceptions.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
handlers.py tornado: Handle the handler having been cleared by connection close. 2023-12-12 10:29:37 -08:00
ioloop_logging.py tornado: Remove instrument_tornado_ioloop. 2022-05-02 17:41:49 -07:00
sharding.py tornado_url: Replace occurrences of `uri` with `url`. 2023-04-26 16:37:16 -07:00
views.py tornado: Add a web_reload_clients endpoint to notify web clients. 2024-02-15 15:42:50 -08:00