zulip/analytics
Mateusz Mandera 3cafdbdc1e counts: Add function compute_max_monthly_messages for remote servers.
This calculates the largest amount of messages sent within a month for
the last 3 months. The query is targeted for the specific use-case in
this function - for finding the count for a specific server. For
calculating this in bulk for a large number of remote server an
adapted, bulk query will be needed - rather than running this one in a
loop, which would likely be very inefficient.
2023-11-08 09:45:49 -08:00
..
lib zilencer: Add new LoggingCountStat mobile_pushes_forwarded. 2023-11-01 17:26:10 -07:00
management user_groups: Move constants for system group names to a new class. 2023-11-01 10:42:56 -07:00
migrations models: Convert deprecated index_together option to indexes. 2023-07-12 07:12:43 -07:00
tests counts: Add function compute_max_monthly_messages for remote servers. 2023-11-08 09:45:49 -08:00
views counts: Add function compute_max_monthly_messages for remote servers. 2023-11-08 09:45:49 -08:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
urls.py stats: Support fetching StreamCount based on stream_id. 2023-10-16 15:10:14 -07:00