zulip/zerver/data_import
Tim Abbott 539e84e9a1 hipchat import: Stop setting last_modified=None.
The last_modified field is intended to support setting the
orig-last-modified field in the S3 backend when importing, basically
to keep track of this bit of pre-export data for debugging.  In the
event that it isn't available, the correct thing to do is not write
out an invalid `last_modified` field; we should just not write it out
at all.
2018-11-06 12:50:36 -08:00
..
__init__.py import: Add slack import files in zerver/data_import directory. 2018-08-01 11:52:14 -07:00
gitter.py conversions: Use subscriber_map for Slack/Gitter. 2018-10-29 13:24:50 -07:00
hipchat.py hipchat import: Handle deactivated users without an email address. 2018-11-01 10:09:19 -07:00
hipchat_attachment.py hipchat import: Stop setting last_modified=None. 2018-11-06 12:50:36 -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 conversion: Generate attachment_ids with helpers. 2018-10-29 13:24:50 -07:00
sequencer.py conversions: Make NEXT_ID a true singleton. 2018-10-25 08:31:01 -05:00
slack.py slack import: Generate message_id/reaction_id with NEXT_ID. 2018-10-29 13:24:50 -07:00
slack_message_conversion.py import: Add slack import files in zerver/data_import directory. 2018-08-01 11:52:14 -07:00