zulip/zerver/data_import
userAdityaa 354a16fb0a migration: Rename 'populate_db' Client to 'ZulipDataImport'.
This commit:

* Creates a migration to rename any existing Client with
name="populate_db" to "ZulipDataImport".
* Updates populate_db.py to use ZulipDataImport for new
message creation

These changes should make code to identify imported messages
considerably more readable.

Fixes #33909.
2025-05-08 12:18:34 -07:00
..
__init__.py import: Add slack import files in zerver/data_import directory. 2018-08-01 11:52:14 -07:00
import_util.py migration: Rename 'populate_db' Client to 'ZulipDataImport'. 2025-05-08 12:18:34 -07:00
mattermost.py import_data: Make sure converted DMs don't have topic name. 2025-03-25 16:38:21 -07:00
rocketchat.py import_data: Make sure converted DMs don't have topic name. 2025-03-25 16:38:21 -07:00
sequencer.py data_import: Fix IdMapper typing. 2024-07-17 15:56:00 -07:00
slack_message_conversion.py slack_incoming: Use Slack text reformatters from data import. 2025-04-28 20:49:10 -07:00
slack.py slack_import: Fix thread conversion condition. 2025-03-25 16:38:21 -07:00
user_handler.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00