zulip/zerver/data_import
Rohitt Vashishtha 9506be0f4f slack-import: Downgrade Slack legacy-token check failure to warning.
Slack has disabled creation of legacy tokens, which means we have to use other
tokens for importing the data. Thus, we shouldn't throw an error if the token
doesn't match the legacy token format.

Since we do not have any other validation for those tokens yet, we log a warning
but still try to continue with the import assuming that the token has the right
scopes.

See https://api.slack.com/changelog/2020-02-legacy-test-token-creation-to-retire.
2020-05-11 13:41:50 -07:00
..
__init__.py
gitter.py gitter import: Subscribe every user to every stream. 2020-05-05 21:31:35 -07:00
hipchat.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
hipchat_attachment.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
hipchat_user.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
import_util.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
mattermost.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
mattermost_user.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
sequencer.py python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
slack.py slack-import: Downgrade Slack legacy-token check failure to warning. 2020-05-11 13:41:50 -07: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