zulip/zerver
Mateusz Mandera 6bd34afa0d models: Migration of UserMessage.id to bigint, part 2.
This requires part 1 (which can take hours to run but generally
doesn't require downtime) to be completed first.

This portion of the migration will require the server to be completely
down for a brief period; for chat.zulip.org with 250M UserMessage
rows, it took about 60s to run; that time will vary depending on
hardware details like whether the server has an SSD, but fundamentally
shouldn't be long.

Our upgrade-zulip and upgrade-zulip-from-git tools can apply this
migration correctly; nothing special needs to be done.

Fixes #13040.
2019-08-26 21:25:19 -07:00
..
data_import slack: Remove unnecessary comments. 2019-08-26 14:10:19 -07:00
lib i18n: Tag push notification subtitles for translation. 2019-08-26 15:02:04 -07:00
management lint: Add a rule to avoid msgid as a Python variable name. 2019-08-17 12:47:13 -07:00
migrations models: Migration of UserMessage.id to bigint, part 2. 2019-08-26 21:25:19 -07:00
openapi populate_db: Extract internal realm creation into a function. 2019-08-23 12:57:24 -07:00
templatetags openapi: Pass api_url to curl example generation. 2019-08-17 11:35:08 -07:00
tests urls: Tighten many unintentionally broad URL patterns. 2019-08-26 20:51:49 -07:00
tornado messages: Add email/push notifications for wildcard mentions. 2019-08-26 14:39:53 -07:00
views development: Accept ToS for create user buttons. 2019-08-26 13:55:55 -07:00
webhooks integrations: Update instructions for AppFollow. 2019-08-22 13:17:06 -07:00
worker emails: Send invitation reminder email two days before expiry. 2019-08-23 12:53:11 -07:00
__init__.py
apps.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
context_processors.py open graph: Uploaded realm icon URL is absolute for some backends. 2019-05-20 13:14:28 -07:00
decorator.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
logging_handlers.py zerver: Accept HEAD requests wherever GET requests are accepted. 2019-08-12 16:47:41 -07:00
middleware.py middleware: Fix exception typing. 2019-07-31 12:23:20 -07:00
models.py models: Migration of UserMessage.id to bigint, part 2. 2019-08-26 21:25:19 -07:00
signals.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00