zulip/zerver/data_import
PieterCK 6289a551aa data_import: Add email validation to third-party data converters.
This commit makes the third-party data converters check for invalid user
emails. If it finds any, it’ll raise an Exception and show an error
message with all the bad emails listed out.

Fixes: #31783
2024-10-15 16:04:43 -07:00
..
__init__.py
import_util.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00
mattermost.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00
rocketchat.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00
sequencer.py data_import: Fix IdMapper typing. 2024-07-17 15:56:00 -07:00
slack.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00
slack_message_conversion.py ruff: Fix UP035 Import from `collections.abc`, `typing` instead. 2024-07-13 22:28:22 -07:00
user_handler.py data_import: Add email validation to third-party data converters. 2024-10-15 16:04:43 -07:00