zulip/scripts/lib
Greg Price f73e898874 manage.py: Save an extra Django startup by converting one script to a library.
This saves us from spending 200-250ms of CPU time importing Django
again just to log that we're running a management command.  On
`scripts/restart-server`, this saves us from one thundering herd of
Django startups when all the queue workers are restarted; but there's
still the Django startup for the `manage.py` process itself for each
worker, so on a machine with e.g. 2 (virtual) cores the restart is
still painful.
2017-08-20 22:37:38 -07:00
..
third deps: Change npm to yarn for reliablity, security, and speed. 2017-08-05 12:29:06 -07:00
__init__.py Factor out venv-creating code from provision.py. 2016-06-21 11:25:41 -07:00
cd_exec scripts: Add cd_exec library helper. 2017-07-21 17:28:20 -07:00
check-upstart install: Add clear error message if upstart is installed on Xenial. 2016-11-29 19:16:26 -08:00
create-production-venv py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07:00
email-mirror-postfix py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07:00
hash_reqs.py py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07:00
install prod: Ensure the Zulip version of node is installed. 2017-01-06 16:18:29 -08:00
install-node deps: Change npm to yarn for reliablity, security, and speed. 2017-08-05 12:29:06 -07:00
node_cache.py Changes node_modules to default to the same args for generate_sha1sum. 2017-08-05 12:29:16 -07:00
pythonrc.py pep8: Add compliance with rule E261 scripts/lib/pythonrc.py. 2017-05-31 17:07:15 -07:00
queue_workers.py py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07:00
setup-apt-repo provision: Partially add zesty to supported systems. 2017-08-15 21:51:19 -07:00
setup_path_on_import.py Use zulip-py3-venv when running on Python 3 2016-11-26 13:20:22 -08:00
setup_venv.py provision: Install Python 3 versions of system dependencies. 2017-08-09 14:05:52 -07:00
unpack-zulip py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07:00
upgrade-zulip py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07:00
upgrade-zulip-stage-2 py3: Switch almost all shebang lines to use `python3`. 2017-08-16 17:54:43 -07:00
zulip_tools.py manage.py: Save an extra Django startup by converting one script to a library. 2017-08-20 22:37:38 -07:00