zulip/zerver
Prakhar Pratyush 23fc04577b message_send: Don't create savepoint in do_send_messages.
In general, we never want to use savepoints.

This prep commit adds savepoint=False in do_send_messages
as we don't want to just rollback to this savepoint and
proceed if we encounter any error while sending zulip updates
via cron.
2024-03-20 11:48:06 -07:00
..
actions message_send: Don't create savepoint in do_send_messages. 2024-03-20 11:48:06 -07:00
data_import backends: Implementation of restricting certain backends by plan. 2024-03-05 11:48:58 -08:00
integration_fixtures/nagios
lib help: Migrate configure-notification-bot help page to a new URL. 2024-03-20 11:48:06 -07:00
management send_custom_email: is_realm_admin is a property, not a real column. 2024-03-19 13:19:45 -07:00
migrations migrations: Merge duplicated migration heads. 2024-03-19 19:04:32 -04:00
models backends: Implementation of restricting certain backends by plan. 2024-03-05 11:48:58 -08:00
openapi help: Migrate configure-notification-bot help page to a new URL. 2024-03-20 11:48:06 -07:00
tests message_edit: Do set differences in QuerySets. 2024-03-19 18:22:24 -04:00
tornado ruff: Fix PLW0108 Lambda may be unnecessary. 2024-03-01 09:30:04 -08:00
transaction_tests ruff: Fix PLW0108 Lambda may be unnecessary. 2024-03-01 09:30:04 -08:00
views email_page: Migrate has_request_variables to typed_endpoint. 2024-03-13 16:47:34 -07:00
webhooks ruff: Fix E226 Missing whitespace around arithmetic operator. 2024-03-01 09:30:04 -08:00
worker deferred_work: Reduce batch size due to bad statistics. 2024-03-11 09:24:59 -07:00
__init__.py
apps.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
context_processors.py python: Reformat with Ruff formatter. 2024-02-29 17:07:16 -08:00
decorator.py python: Reformat with Ruff formatter. 2024-02-29 17:07:16 -08:00
filters.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
forms.py email_validation: Merge two implementations of a disposable-email check. 2024-02-27 10:19:23 -08:00
logging_handlers.py error_notify: Remove custom email error reporting handler. 2023-07-20 11:00:09 -07:00
middleware.py parse_client: Migrate has_request_variables to typed_endpoint. 2024-03-12 13:27:21 -07:00
signals.py timezone: Only look up canonical time zones from the system. 2024-03-01 17:38:08 -08:00