zulip/analytics
Lauryn Menard 85bd8dd33d push-bouncer: Exclude LoggingCountStats with partial data.
LoggingCountStats with a daily duration and that are directly stored
on the RealmCount table (not via aggregation in process_count_stat),
can be in a state, after the hourly cron job to update analytics
counts, where the logged value will be live-updated later, because
the end time for the stat is still in the future.

As these logging counts are designed to be used on the self-hosted
installation for either debugging or rate limiting, sending these
partial/incomplete counts to the bouncer has low value.

(cherry picked from commit 40daf10a74)
2024-03-01 09:26:25 -08:00
..
lib push-bouncer: Exclude LoggingCountStats with partial data. 2024-03-01 09:26:25 -08:00
management models: Extract zerver.models.groups. 2024-01-05 10:32:54 -05:00
migrations analytics: Regenerate partial indexes due to Django bug. 2023-11-16 13:53:04 -08:00
tests models: Extract zerver.models.scheduled_jobs. 2024-01-05 10:32:54 -05:00
views requirements: Upgrade Python requirements. 2024-02-16 12:17:34 -08:00
__init__.py
models.py python: Consistently use from…import for datetime. 2023-12-05 12:01:18 -08:00
urls.py analytics: More fixes to zilencer urls import logic. 2023-12-05 10:52:00 -08:00