zulip/zerver/data_import
Steve Howell ea26372083 hipchat: Make conversion work with UUID ids from Stride.
Normal hipchat exports use integer ids for their
users and "rooms," which we just borrowed during
conversion.

Atlassian Stride uses stride UUIDs for these instead, but otherwise
has the same export format.

We now introduce IdMapper to handle external ids
that aren't integer.  The IdMapper will map UUID
ids to ints and remember them.  For ints it just
leaves them alone.

Fixes #10805.
2018-11-14 23:22:40 -08:00
..
__init__.py import: Add slack import files in zerver/data_import directory. 2018-08-01 11:52:14 -07:00
gitter.py gitter/slack/hipchat: Remove "subject" from conversions. 2018-11-12 15:47:11 -08:00
hipchat.py hipchat: Make conversion work with UUID ids from Stride. 2018-11-14 23:22:40 -08:00
hipchat_attachment.py hipchat: Skip attachments without paths. 2018-11-14 23:14:13 -08:00
hipchat_subscriber.py hipchat import: Support private stream subscribers. 2018-10-25 08:31:01 -05:00
hipchat_user.py refactor: Rename build_user -> build_user_profile. 2018-10-23 17:27:37 -05:00
import_util.py gitter/slack/hipchat: Remove "subject" from conversions. 2018-11-12 15:47:11 -08:00
sequencer.py hipchat: Make conversion work with UUID ids from Stride. 2018-11-14 23:22:40 -08:00
slack.py gitter/slack/hipchat: Remove "subject" from conversions. 2018-11-12 15:47:11 -08:00
slack_message_conversion.py import: Add slack import files in zerver/data_import directory. 2018-08-01 11:52:14 -07:00