zulip/analytics
Rishi Gupta b18bfe6771 analytics: Standardize format of zerver count queries.
count_message_type_by_user_query is in a different format (no WHERE clause)
from the rest since I'm having a hard time reasoning about how that would
interact with the LEFT JOIN, especially given that there are %(join_args)s.
2017-03-14 16:59:54 -07:00
..
lib analytics: Standardize format of zerver count queries. 2017-03-14 16:59:54 -07:00
management Add RealmAuditLog table and record user activation/deactivation events. 2017-03-04 16:45:44 -08:00
migrations analytics: Change messages_sent_to_stream to a daily stat. 2017-03-03 16:11:28 -08:00
tests analytics: Add test for do_aggregate_to_summary_table. 2017-03-04 16:46:09 -08:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py analytics/models: Remove extended_id and key_model. 2017-03-14 16:59:54 -07:00
urls.py analytics: Add comment explaining server admin routes. 2017-02-02 16:23:10 -08:00
views.py mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00