zulip/zilencer/management/commands
Mateusz Mandera 4a93149435 settings: Rework how push notifications service is configured.
Instead of the PUSH_NOTIFICATIONS_BOUNCER_URL and
SUBMIT_USAGE_STATISTICS settings, we want servers to configure
individual ZULIP_SERVICE_* settings, while maintaining backward
compatibility with the old settings. Thus, if all the new
ZULIP_SERVICE_* are at their default False value, but the legacy
settings are activated, they need to be translated in computed_settings
to the modern way.
2024-07-17 17:14:06 -07:00
..
__init__.py
add_mock_conversation.py ruff: Fix UP006 Use `list` instead of `List` for type annotation. 2024-07-13 22:28:22 -07:00
add_server_to_legacy_plan.py management: Move commands to all use ZulipBaseCommand. 2024-05-24 10:30:16 -07:00
calculate_first_visible_message_id.py ruff: Fix UP035 Import from `collections.abc`, `typing` instead. 2024-07-13 22:28:22 -07:00
compare_messages.py ruff: Fix B905 `zip()` without an explicit `strict=` parameter. 2024-07-13 22:28:22 -07:00
downgrade_small_realms_behind_on_payments.py management: Add lockfiles to all _once management jobs. 2024-04-24 14:40:28 -07:00
invoice_plans.py invoice_plans: Add a --date flag, rather than a commented line. 2024-04-24 14:40:28 -07:00
mark_all_messages_unread.py management: Move commands to all use ZulipBaseCommand. 2024-05-24 10:30:16 -07:00
populate_billing_realms.py ruff: Fix UP007 Use `X | Y` for type annotations. 2024-07-13 22:28:22 -07:00
populate_db.py settings: Rework how push notifications service is configured. 2024-07-17 17:14:06 -07:00
print_initial_password.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
profile_request.py get_messages_backend: Pass required parameters. 2024-06-20 12:22:37 -07:00
queue_rate.py ruff: Fix UP007 Use `X | Y` for type annotations. 2024-07-13 22:28:22 -07:00
render_messages.py ruff: Fix UP035 Import from `collections.abc`, `typing` instead. 2024-07-13 22:28:22 -07:00
rundjangoserver.py ruff: Fix UP035 Import from `collections.abc`, `typing` instead. 2024-07-13 22:28:22 -07:00
switch_realm_from_standard_to_plus_plan.py billing: Use better variable names for plan tiers. 2023-11-29 23:32:56 -08:00
sync_api_key.py management: Move commands to all use ZulipBaseCommand. 2024-05-24 10:30:16 -07:00