zulip/analytics
Rishi Gupta 3f2a002c6e analytics/lib/counts.py: Fix one of the COUNT_STATS definitions.
Fixes an error in the definition of
COUNT_STATS['messages_sent_to_stream:is_bot']. The CountStat needs a
group_by argument since it is supposed to group by UserProfile.is_bot.
2017-01-10 20:41:07 -08:00
..
lib analytics/lib/counts.py: Fix one of the COUNT_STATS definitions. 2017-01-10 20:41:07 -08:00
management analytics: Add initial fixture for testing views. 2017-01-10 17:48:07 -08:00
migrations analytics/models.py: Add subgroup column to unique_together constraints. 2016-11-01 16:53:56 -07:00
tests analytics: Fix FillState.last_modified not being updated. 2017-01-08 23:36:34 -08:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py analytics: Fix FillState.last_modified not being updated. 2017-01-08 23:36:34 -08:00
urls.py Add /stats page with basic stats graph. 2016-12-29 14:20:13 -08:00
views.py lint: Fix % comprehensions being used without a tuple. 2017-01-09 11:45:11 -08:00