zulip/analytics
Tim Abbott 51542eb55e stats: Fix bad query plan for remote counts.
We don't have an index on `(server_id, id)`, and in any case, we have
a stronger guarantee that `remote_id` is time-sorted, from the
construction of the analytics tables, than that the `id`s given these
entries when uploaded are time-sorted.
2024-02-06 18:06:17 -08:00
..
lib requirements: Upgrade Python requirements. 2024-01-29 10:41:54 -08:00
management models: Extract zerver.models.groups. 2023-12-16 22:08:44 -08:00
migrations analytics: Regenerate partial indexes due to Django bug. 2023-11-16 13:53:04 -08:00
tests corporate: Move support and activity views to /corporate. 2024-01-30 10:06:48 -08:00
views stats: Fix bad query plan for remote counts. 2024-02-06 18:06:17 -08:00
__init__.py
models.py python: Consistently use from…import for datetime. 2023-12-05 12:01:18 -08:00
urls.py corporate: Move support and activity views to /corporate. 2024-01-30 10:06:48 -08:00