zulip/analytics
Lauryn Menard df7a1cec93 analytics: Add summary statistic for upload/storage space in use.
Adds the realm's used storage space for attachments to the stats
view `page_params`. This information is then added to the summary
statistics section of the analytics page after being formatted by
`stats.js`.

Uses the emoji test image to create an `Attachment` in the database
for the analytics realm. Even though it doesn't create a message
to claim the attachment, it still is sent as storage space used
data for the analytics `/stats/` page.
2022-10-07 10:08:09 -07:00
..
lib analytics: Add Composable type annotations. 2022-07-30 06:46:34 -07:00
management analytics: Add summary statistic for upload/storage space in use. 2022-10-07 10:08:09 -07:00
migrations typing: Use BaseDatabaseSchemaEditor in place of DatabaseSchemaEditor. 2022-05-30 14:18:53 -07:00
tests streams: Set can_remove_subscribers_group while creating streams. 2022-09-14 16:03:11 -07:00
views analytics: Add summary statistic for upload/storage space in use. 2022-10-07 10:08:09 -07:00
__init__.py
models.py models: Implicitly type model fields with django-stubs. 2022-10-05 16:15:56 -07:00
urls.py analytics: Use user IDs to get user activity summaries. 2021-10-13 15:30:27 -07:00