zulip/zerver
Sahil Batra 6e4c844907 tests: Fix comment about number of database queries.
This commit fixes the comment about number of database queries
when moving message from muted topic to mention clearly about
the number of queries added due to original topic being muted.

We do not include the queries that is executed to check whether
the topic is muted or not, as they will be executed in all cases.
2023-04-11 11:07:23 -07:00
..
actions message: Don't allow moving messages that have passed the time limit. 2023-04-11 11:07:23 -07:00
data_import upload: Rename upload_message_file to use word "attachment". 2023-03-02 16:36:19 -08:00
integration_fixtures/nagios
lib message: Don't allow moving messages that have passed the time limit. 2023-04-11 11:07:23 -07:00
management export-search: Support writing out attachments as well. 2023-04-07 09:13:48 -07:00
migrations migrations: Fix comment in 0403. 2023-03-28 14:26:22 -07:00
openapi message: Don't allow moving messages that have passed the time limit. 2023-04-11 11:07:23 -07:00
tests tests: Fix comment about number of database queries. 2023-04-11 11:07:23 -07:00
tornado tornado: Replace dataclasses.asdict() call, as it is slow. 2023-02-23 11:01:38 -08:00
views user_groups: Add allow_nobody_group to access_user_group_for_setting. 2023-04-11 09:02:09 -07:00
webhooks integration: Remove branch names from Gitea edited PR event. 2023-04-07 15:17:23 -07:00
worker workers: Rewrite missedmessage_emails with a worker thread. 2023-04-10 17:38:08 -07:00
__init__.py
apps.py requirements: Upgrade Python requirements. 2023-04-03 22:39:21 -07:00
context_processors.py templates: Use `root_domain_url` Django templates. 2023-04-10 10:26:48 -07:00
decorator.py request-notes: Add `is_webhook_view` boolean to fields. 2023-03-06 10:33:13 -08:00
filters.py
forms.py templates: Update text on /accounts/find. 2023-03-30 09:06:14 -07:00
logging_handlers.py python: Use Python 3.8 typing.{Protocol,TypedDict}. 2022-04-27 12:57:49 -07:00
middleware.py middleware: Remove ZulipCommonMiddleware patch. 2023-04-07 09:13:20 -07:00
models.py types: Add allow_nobody_group field to GroupPermissionSetting. 2023-04-11 09:02:09 -07:00
signals.py requirements: Upgrade to Django 4.0. 2022-07-13 16:07:17 -07:00