zulip/analytics/management/commands
Rishi Gupta 68fcb4152f analytics: Remove interval field from *Count tables.
Includes a database migration. The interval field was originally there to
facilitate time aggregation (e.g. aggregate_hour_to_day), but we now do such
aggregations in views code or in the frontend.
2017-01-17 15:54:57 -08:00
..
__init__.py Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00
active_user_stats.py Remove domain from analytics management commands. 2017-01-09 11:26:08 -08:00
active_user_stats_by_day.py Django 1.10: Use add_argument for options in BaseCommand. 2016-11-04 10:20:23 -07:00
analyze_mit.py Remove domain from analytics management commands. 2017-01-09 11:26:08 -08:00
analyze_user_activity.py Remove domain from analytics management commands. 2017-01-09 11:26:08 -08:00
clear_analytics_tables.py analytics: Add lib/ function to drop all analytics tables. 2017-01-08 17:24:51 -08:00
client_activity.py Remove domain from analytics management commands. 2017-01-09 11:26:08 -08:00
populate_analytics_db.py analytics: Remove interval field from *Count tables. 2017-01-17 15:54:57 -08:00
realm_stats.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
stream_stats.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
update_analytics_counts.py analytics: Fix FillState.last_modified not being updated. 2017-01-08 23:36:34 -08:00
user_stats.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00