zulip/zilencer
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 counts: Add function compute_max_monthly_messages for remote servers. 2023-11-08 09:45:49 -08:00
management corporate: Use StripeCustomerData dataclass to create stripe Customer. 2023-11-04 17:20:49 -07:00
migrations push_notifs: Backfill ios_app_id on bouncer. 2023-11-07 16:19:42 -08:00
README.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
__init__.py
auth.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
models.py zilencer: Add new mobile_pushes_received::day LoggingCountStat. 2023-11-01 17:26:10 -07:00
urls.py push_notifs: Add endpoint for sending a test notification. 2023-10-12 18:15:00 -07:00
views.py push_notifs: Drop illusory ios_app_id param on unregister at bouncer. 2023-11-07 16:19:42 -08:00

README.md

ZILENCER -- The Zulip license manager

This app is the place for storing state about various deployments of Zulip that exist in the world.