zulip/analytics
Rishi Gupta 82b814a1cd analytics: Simplify frequency and measurement interval options.
Change the CountStat object to take an is_gauge variable instead of a
smallest_interval variable. Previously, (smallest_interval, frequency)
could be any of (hour, hour), (hour, day), (hour, gauge), (day, hour),
(day, day), or (day, gauge).
The current change is equivalent to excluding (hour, day) and (day, hour)
from the list above.

This change, along with other recent changes, allows us to simplify how we
handle time intervals. This commit also removes the TimeInterval object.
2016-10-14 10:18:37 -07:00
..
lib analytics: Simplify frequency and measurement interval options. 2016-10-14 10:18:37 -07:00
management analytics: Add table to keep track of fill state. 2016-10-14 10:18:37 -07:00
migrations analytics: Add table to keep track of fill state. 2016-10-14 10:18:37 -07:00
tests analytics: Simplify frequency and measurement interval options. 2016-10-14 10:18:37 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py analytics: Simplify frequency and measurement interval options. 2016-10-14 10:18:37 -07:00
urls.py Enable i18n support in URL configuration. 2016-05-19 08:33:30 -07:00
views.py Fix annotations clashing with UserProfile's model fields. 2016-06-13 20:01:01 +05:30