zulip/analytics/management/commands
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
analyze_mit.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
analyze_user_activity.py python: Manually convert more percent-formatting to f-strings. 2020-06-14 23:27:22 -07:00
check_analytics_state.py python: Manually convert more percent-formatting to f-strings. 2020-06-14 23:27:22 -07:00
clear_analytics_tables.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
clear_single_stat.py python: Convert percent formatting to Python 3.6 f-strings. 2020-06-10 15:02:09 -07:00
client_activity.py python: Convert more percent formatting to Python 3.6 f-strings. 2020-06-14 23:27:22 -07:00
populate_analytics_db.py database: Remove short_name from UserProfile. 2020-07-17 11:15:15 -07:00
realm_stats.py python: Convert more percent formatting to Python 3.6 f-strings. 2020-06-14 23:27:22 -07:00
stream_stats.py python: Convert more percent formatting to Python 3.6 f-strings. 2020-06-14 23:27:22 -07:00
update_analytics_counts.py python: Manually convert more percent-formatting to f-strings. 2020-06-14 23:27:22 -07:00
user_stats.py python: Convert more percent formatting to Python 3.6 f-strings. 2020-06-14 23:27:22 -07:00