zulip/zerver
Sahil Batra a9bd614df3 default_streams: Remove get_default_streams_for_realm_as_dicts.
Since get_default_streams_for_realm_as_dicts function was only
used in tests, this commit removes it and updates the test to
use the function which returns Stream objects instead of dicts.

This commit also removes Stream.to_dict function which is no
longer used.
2024-12-17 09:40:10 -08:00
..
actions streams: Include only IDs in default streams data. 2024-12-17 09:40:10 -08:00
data_import slack_data_import: Support converting integration bot users. 2024-12-16 13:09:57 -08:00
integration_fixtures/nagios
lib default_streams: Remove get_default_streams_for_realm_as_dicts. 2024-12-17 09:40:10 -08:00
management queue: Rename queue_json_publish to queue_json_publish_rollback_unsafe. 2024-12-06 09:23:02 -08:00
migrations user_settings: Add field web_suggest_update_timezone. 2024-12-13 12:58:07 -08:00
models default_streams: Remove get_default_streams_for_realm_as_dicts. 2024-12-17 09:40:10 -08:00
openapi streams: Pass only stream IDs for default stream groups data. 2024-12-17 09:40:10 -08:00
tests default_streams: Remove get_default_streams_for_realm_as_dicts. 2024-12-17 09:40:10 -08:00
tornado message_cache: Use the sender’s recipient_id for incoming 1:1 DMs. 2024-12-11 12:05:03 -08:00
transaction_tests test_user_groups: Add durable=True to the independent transaction. 2024-11-21 14:55:15 -08:00
views user_settings: Add field web_suggest_update_timezone. 2024-12-13 12:58:07 -08:00
webhooks integration-docs: Remove the second screenshot from CircleCI doc. 2024-12-12 15:04:02 -08:00
worker queue: Rename queue_json_publish to queue_json_publish_rollback_unsafe. 2024-12-06 09:23:02 -08:00
__init__.py
apps.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
context_processors.py ruff: Fix UP035 Import from collections.abc, typing instead. 2024-07-13 22:28:22 -07:00
decorator.py queue: Rename queue_json_publish to queue_json_publish_rollback_unsafe. 2024-12-06 09:23:02 -08:00
filters.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
forms.py auth: Tweak invalid credentials error message. 2024-10-24 14:35:31 -07:00
logging_handlers.py ruff: Fix UP007 Use X | Y for type annotations. 2024-07-13 22:28:22 -07:00
middleware.py test_classes: Refine assert_json_success output with exception chaining. 2024-12-04 11:38:45 -08:00
signals.py queue: Rename queue_json_publish to queue_json_publish_rollback_unsafe. 2024-12-06 09:23:02 -08:00