zulip/zerver/data_import
Anders Kaseorg e257253e64 emoji_codes: Replace JS module with JSON module.
webpack optimizes JSON modules using JSON.parse("{…}"), which is
faster than the normal JavaScript parser.

Update the backend to use emoji_codes.json too instead of the three
separate JSON files.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2020-02-12 10:09:12 -08:00
..
__init__.py
gitter.py slack_import: Support importing multiparty IMs. 2019-07-09 15:03:28 -07:00
hipchat.py models: Replace is_guest and is_realm_admin with UserProfile.role. 2019-10-06 16:24:37 -07:00
hipchat_attachment.py hipchat: Just skip over missing attachments. 2018-11-26 16:37:30 -08:00
hipchat_user.py models: Replace is_guest and is_realm_admin with UserProfile.role. 2019-10-06 16:24:37 -07:00
import_util.py mattermost: Add support for exporting DMs and huddles. 2019-10-10 16:37:03 -07:00
mattermost.py emoji_codes: Replace JS module with JSON module. 2020-02-12 10:09:12 -08:00
mattermost_user.py import: Add tool for importing teams from mattermost. 2019-04-05 17:53:03 -07:00
sequencer.py hipchat: Make conversion work with UUID ids from Stride. 2018-11-14 23:22:40 -08:00
slack.py emoji_codes: Replace JS module with JSON module. 2020-02-12 10:09:12 -08:00
slack_message_conversion.py slack: Rename added_users to slack_user_id_to_zulip_user_id. 2019-08-26 14:10:19 -07:00