zulip/zerver/data_import
Steve Howell bd9e4ef0c8 import: Use pub_date to sort message ids.
When we create new ids for message rows, we
now sort the new ids by their corresponding
pub_date values in the rows.

This takes a sizable chunk of memory.

This feature only gets turned on if you
set sort_by_date to True in realm.json.
2018-10-23 17:27:37 -05:00
..
__init__.py import: Add slack import files in zerver/data_import directory. 2018-08-01 11:52:14 -07:00
gitter.py import: Migrate from json to ujson for better perf. 2018-10-17 12:11:08 -07:00
hipchat.py import: Use pub_date to sort message ids. 2018-10-23 17:27:37 -05:00
hipchat_attachment.py hipchat import: Support attachments. 2018-10-15 10:54:23 -07:00
hipchat_user.py refactor: Rename build_user -> build_user_profile. 2018-10-23 17:27:37 -05:00
import_util.py refactor: Rename build_user -> build_user_profile. 2018-10-23 17:27:37 -05:00
sequencer.py import: Add sequencer library. 2018-10-13 16:47:39 -07:00
slack.py import: Migrate from json to ujson for better perf. 2018-10-17 12:11:08 -07:00
slack_message_conversion.py import: Add slack import files in zerver/data_import directory. 2018-08-01 11:52:14 -07:00