zulip/tools/lib
Aman Agrawal 6950d8d769 provision: Don't run migrations on `zulip` db in CircleCI.
The automated tests running in CircleCI don't actually use the `zulip`
db, so we can skip running migrations on it in some CircleCI shards to
save time.

NOTE: This only effects build jobs that run provision, except the
`production-build` job where we skip building the dbs altogether.
Migrations still run on `focal-backend` build job to ensure
we are testing all our development setup code.
2020-06-16 15:37:32 +05:30
..
__init__.py Extract tools/lib/template_parser.py. 2016-08-01 16:27:50 -07:00
capitalization.py python: Convert percent formatting to .format for translated strings. 2020-06-15 16:24:46 -07:00
git-tools.bash tools: Give `require_clean_work_tree` our nice UI touches. 2020-04-06 17:52:10 -07:00
gitlint-rules.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
html_branches.py python: Convert more "".format to Python 3.6 f-strings. 2020-06-13 15:39:00 -07:00
pretty_print.py python: Manually convert more percent-formatting to f-strings. 2020-06-14 23:27:22 -07:00
provision.py provision: Don't run migrations on `zulip` db in CircleCI. 2020-06-16 15:37:32 +05:30
provision_inner.py provision: Don't run migrations on `zulip` db in CircleCI. 2020-06-16 15:37:32 +05:30
sanity_check.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
template_parser.py python: Convert more percent formatting to Python 3.6 f-strings. 2020-06-14 23:27:22 -07:00
test_script.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
test_server.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00