mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
This results in a significant optimization in the performance of re-provisioning Zulip if all that you're doing is rebasing onto a newer version of master (which just adds new migrations). The change carries some risk of generating unpleasant-to-debug situations, because if we merge a buggy migration and then later fix it, some clients may not have a properly migrated database (and also, this changes how populate_db commutes with migrations). But it seems worth it, given how much time is currently wasted by not having this. Fixes: #9512. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| capitalization.py | ||
| css_parser.py | ||
| find_add_class.py | ||
| gitlint-rules.py | ||
| graph.py | ||
| html_branches.py | ||
| html_grep.py | ||
| pretty_print.py | ||
| provision.py | ||
| sanity_check.py | ||
| template_parser.py | ||
| test_script.py | ||
| test_server.py | ||