mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
**Features:**
Improving `./manage.py convert_gitter_data`
- If messages have been post-processed to add a 'room' field, we
create as many streams as existing rooms.
- Messages with a 'room' field go to the corresponding stream.
- This modification is backward compatible. I.e.
+ messages that have no 'room' field go to the default stream/topic
+ messages that do, go to a specific stream
**Implementation:**
- adding a map `stream_map` to map room names to stream ids
- create as many streams as room field messages + 1 default streamFeatures:
- If messages have been post-processed to add a 'room' field to messages,
we create as many streams as existing rooms.
- Up to renaming of the default stream/topic, this modification is
backwards compatible.
I.e. messages that have no 'room' field go to the default stream/topic
messages that do, go to a specific stream
Implementation:
- adding a map stream_map to map room names to stream ids
- create as many streams as room field messages + 1 default stream
Takes advantage of https://github.com/minrk/archive-gitter/pull/5.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| gitter.py | ||
| hipchat_attachment.py | ||
| hipchat_user.py | ||
| hipchat.py | ||
| import_util.py | ||
| mattermost_user.py | ||
| mattermost.py | ||
| sequencer.py | ||
| slack_message_conversion.py | ||
| slack.py | ||