zulip/zerver
PieterCK 4db7ea2296 migration_status: Add parse_migration_status.
This commit adds `parse_migration_status`, which takes in the string
output of `showmigrations` and parse it into key-value pair of installed
apps and a list of its migration status.

This is a prep commit to rework the check migrations function of
import/export which will parse the output of `showmigrations` to write
the `migration_status.json` file.
2025-01-24 17:08:37 -08:00
..
actions streams: Add can_add_subscribers_group as a setting. 2025-01-22 14:27:06 -08:00
data_import slack: Fetch workspace users from /users.list in the correct manner. 2025-01-24 16:41:53 -08:00
integration_fixtures/nagios
lib migration_status: Add parse_migration_status. 2025-01-24 17:08:37 -08:00
management migration_status: Move get_migration_status to a new file. 2025-01-24 17:08:37 -08:00
migrations streams: Add can_add_subscribers_group as a setting. 2025-01-22 14:27:06 -08:00
models streams: Use can_add_subscribers_group for permission check. 2025-01-22 14:27:06 -08:00
openapi get_stream_topics: Add support for empty topic name. 2025-01-22 15:54:11 -08:00
tests migration_status: Add parse_migration_status. 2025-01-24 17:08:37 -08:00
tornado mark_unread: Add support for empty topic name. 2025-01-07 17:24:00 -08:00
transaction_tests test_user_groups: Add durable=True to the independent transaction. 2024-11-21 14:55:15 -08:00
views message_summary: Add minor comment. 2025-01-23 16:29:42 -08:00
webhooks slack: Fetch workspace users from /users.list in the correct manner. 2025-01-24 16:41:53 -08:00
worker thumbnail: Show the first few frames of large animated images. 2025-01-15 09:56:19 -08:00
__init__.py
apps.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
context_processors.py portico: Replace "Find accounts" link with "Log in". 2025-01-24 14:55:47 -08:00
decorator.py queue: Rename queue_json_publish to queue_json_publish_rollback_unsafe. 2024-12-06 09:23:02 -08:00
filters.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
forms.py ruff: Partially reformat Python with Ruff 0.9 (2025 style). 2025-01-14 09:42:16 -08:00
logging_handlers.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
middleware.py test_classes: Refine assert_json_success output with exception chaining. 2024-12-04 11:38:45 -08:00
signals.py queue: Rename queue_json_publish to queue_json_publish_rollback_unsafe. 2024-12-06 09:23:02 -08:00