zulip/zerver/data_import
PieterCK 0d7199b22e data_import: Add migration status file to converted exports.
This commit updates all third-party importer tools (Slack, Mattermost,
and Rocket Chat) in the `zerver/data_import` directory to also output a
migration_status.json file in their output tarball.

This is required because all importable tarball will be checked for
migration compatibility during import.

Fixes #28443.
2024-11-08 15:52:45 -08:00
..
__init__.py
import_util.py import: Add function to normalize messages to import. 2024-11-04 12:22:30 -08:00
mattermost.py data_import: Add migration status file to converted exports. 2024-11-08 15:52:45 -08:00
rocketchat.py data_import: Add migration status file to converted exports. 2024-11-08 15:52:45 -08:00
sequencer.py data_import: Fix IdMapper typing. 2024-07-17 15:56:00 -07:00
slack.py data_import: Add migration status file to converted exports. 2024-11-08 15:52:45 -08:00
slack_message_conversion.py integrations: Refactor slack_incoming webhook. 2024-11-07 10:47:08 -08:00
user_handler.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00