zulip/scripts/lib
Alex Vandiver f5f6a3789b restart-server: Default to running config and database checks.
If there is a syntax error in `settings.py`, `restart-server` should
provide a reasonable message about this.  It did so prior to
af08bcdb3f, becausde any invocation `./manage.py` without
`--skip-checks` will verify `settings.py`, among several other checks.
After af08bcdb3f, there are no `./manage.py` calls in most restarts,
which fa77be6e6c took further.

Add an explicit `./manage.py check` in the default case.
upgrade-zulip-stage-2 overrides this by passing `--skip-checks`, for
performance.  This also means that `upgrade-zulip-from-git` itself
picks up the same `--skip-checks` flag, since it inherits the same
flag parsing, though that is perhaps of dubious utility.
2022-10-14 13:10:46 -07:00
..
__init__.py
build-pgroonga build-pgroonga: Update PGroonga to 2.3.6. 2022-04-29 16:02:45 -07:00
build-wal-g puppet: Build wal-g from source for aarch64. 2022-03-22 15:02:35 -07:00
check-database-compatibility.py check-database-compatibility: Sort and prettify output. 2022-04-06 14:10:46 -07:00
check_rabbitmq_queue.py python: Use ‘not in’ for negated membership tests 2022-09-17 11:48:33 -07:00
clean_emoji_cache.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
clean_node_cache.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
clean_unused_caches.py clean_unused_caches: Allow the main function to accept `Namespace` args. 2021-06-12 07:28:16 -07:00
clean_venv_cache.py requirements: Remove Thumbor. 2021-05-06 20:07:32 -07:00
clean_yarn_cache.py zulip_tools: Rename may_be_perform_purging to maybe_perform_purging. 2022-01-12 13:21:35 -08:00
create-production-venv python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
email-mirror-postfix python: Remove default "utf8" argument for encode(), decode(). 2021-08-02 15:53:52 -07:00
fix-standalone-certbot puppet: Fix standalone certbot configurations. 2022-01-24 12:13:44 -08:00
hash_reqs.py python: Convert last type comments to annotations. 2022-03-24 20:32:39 -07:00
install install: Remove PostgreSQL 10 support. 2022-10-06 15:59:07 -07:00
install-node install-node: Upgrade Node.js from 16.17.0 to 18.10.0. 2022-10-11 10:50:57 -07:00
install-yarn install-yarn: Upgrade Yarn from 1.22.18 to 1.22.19. 2022-07-06 17:23:16 -07:00
node_cache.py node_cache: Remove node_modules/.cache when copying. 2022-05-04 09:56:07 -07:00
puppet_cache.py python: Replace universal_newlines with text. 2022-01-23 22:16:01 -08:00
pythonrc.py actions: Delete zerver.lib.actions. 2022-04-14 17:14:38 -07:00
queue_workers.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
setup-apt-repo setup-apt-repo: Make hashes file not contain full path. 2022-03-12 17:24:19 -08:00
setup-yum-repo provision: Add support for Fedora 34. 2021-07-20 12:10:41 -07:00
setup_path.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
setup_venv.py python: Convert last type comments to annotations. 2022-03-24 20:32:39 -07:00
sharding.py sharding: Support Tornado sharding by regexes. 2022-09-15 16:07:50 -07:00
supervisor.py supervisor: 'foo:*' also matches 'foo'. 2022-03-31 10:41:41 -07:00
unpack-zulip python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
upgrade-zulip python: Replace universal_newlines with text. 2022-01-23 22:16:01 -08:00
upgrade-zulip-from-git upgrade-zulip-from-git: init, then add remote. 2022-06-09 11:18:42 -07:00
upgrade-zulip-stage-2 restart-server: Default to running config and database checks. 2022-10-14 13:10:46 -07:00
warn-rabbitmq-nodename-change puppet: Always set the RabbitMQ nodename to zulip@localhost. 2022-01-25 01:48:02 +00:00
zulip_tools.py restart-server: Default to running config and database checks. 2022-10-14 13:10:46 -07:00