zulip/analytics/management/commands
Rishi Gupta 51b7677db7 Add RealmAuditLog table and record user activation/deactivation events.
The RealmAuditLog will make it easier for server admins to replay history.
2017-03-04 16:45:44 -08:00
..
__init__.py Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00
active_user_stats.py mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
active_user_stats_by_day.py Change datetime.now to timezone.now in active_user_stats_by_day. 2017-03-01 22:54:28 -08:00
analyze_mit.py mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -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 Replace datetime.now() with timezone.now() in Django ORM queries. 2017-03-01 22:54:28 -08:00
populate_analytics_db.py Add RealmAuditLog table and record user activation/deactivation events. 2017-03-04 16:45:44 -08:00
realm_stats.py mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -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 mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
user_stats.py Change datetime.now(tz=X) to timezone.now(). 2017-03-01 22:54:28 -08:00