zulip/analytics
umkay 01324f2afe Fix aggregation to analytics summary tables.
There are a number of different stats that need to be propagated from
UserCount and StreamCount to RealmCount, and from RealmCount to
InstallationCount. Stats with hour intervals also need to have their day
values propagated. This commit fixes a bug in the summary table aggregation
logic so that for a given interval on a CountStat object we pull the correct
counts for the interval as well as do the day aggregation if required. We Also
ensure that any aggregation then done from the realmcount
table to the installationcount table follows the same aggregation logic
for intervals.
2016-10-06 08:46:33 -07:00
..
lib Fix aggregation to analytics summary tables. 2016-10-06 08:46:33 -07:00
management update_analytics_counts: Add missing future imports. 2016-10-05 17:13:46 -07:00
migrations Add a new statistics/analytics framework. 2016-10-04 17:18:54 -07:00
tests Add a new statistics/analytics framework. 2016-10-04 17:18:54 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py Add a new statistics/analytics framework. 2016-10-04 17:18:54 -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