zulip/analytics/management/commands
Tim Abbott b9fa7d7b6d populate_analytics_db: Flush memcached after deleting analytics realm.
This fixes a subtle bug where if you reran populate_analytics_db
directly, we'd end up in a weird state where memcached fetched the
"old" pre-flush UserProfile object for shylock when loading /stats,
which ultimately would result in /stats appearing totally broken.
2018-07-09 15:13:59 +05:30
..
__init__.py Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00
analyze_mit.py analytics: Use python 3 syntax for typing. 2017-11-17 13:16:49 -08:00
analyze_user_activity.py analytics: Use python 3 syntax for typing. 2017-11-17 13:16:49 -08:00
check_analytics_state.py mypy: Final small migrations to python3.5 annotations in many files. 2018-03-12 11:23:30 -07:00
clear_analytics_tables.py analytics: Use python 3 syntax for typing. 2017-11-17 13:16:49 -08:00
clear_single_stat.py analytics: Use python 3 syntax for typing. 2017-11-17 13:16:49 -08:00
client_activity.py analytics: Use python 3 syntax for typing. 2017-11-17 13:16:49 -08:00
populate_analytics_db.py populate_analytics_db: Flush memcached after deleting analytics realm. 2018-07-09 15:13:59 +05:30
realm_stats.py analytics: Use python 3 syntax for typing. 2017-11-17 13:16:49 -08:00
stream_stats.py Replace all user-facing references to "invite-only" with "private". 2018-06-12 13:37:45 -04:00
update_analytics_counts.py analytics: Use python 3 syntax for typing. 2017-11-17 13:16:49 -08:00
user_stats.py analytics: Use python 3 syntax for typing. 2017-11-17 13:16:49 -08:00