zulip/zerver/data_import
Steve Howell c44500175d database: Remove short_name from UserProfile.
A few major themes here:

    - We remove short_name from UserProfile
      and add the appropriate migration.

    - We remove short_name from various
      cache-related lists of fields.

    - We allow import tools to continue to
      write short_name to their export files,
      and then we simply ignore the field
      at import time.

    - We change functions like do_create_user,
      create_user_profile, etc.

    - We keep short_name in the /json/bots
      API.  (It actually gets turned into
      an email.)

    - We don't modify our LDAP code much
      here.
2020-07-17 11:15:15 -07:00
..
__init__.py
gitter.py database: Remove short_name from UserProfile. 2020-07-17 11:15:15 -07:00
hipchat.py python: Convert more percent formatting to Python 3.6 f-strings. 2020-06-14 23:27:22 -07:00
hipchat_attachment.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
hipchat_user.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
import_util.py database: Remove short_name from UserProfile. 2020-07-17 11:15:15 -07:00
mattermost.py python: Convert more percent formatting to Python 3.6 f-strings. 2020-06-14 23:27:22 -07:00
mattermost_user.py python: Sort imports with isort. 2020-06-11 16:45: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 database: Remove short_name from UserProfile. 2020-07-17 11:15:15 -07:00
slack_message_conversion.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00