zulip/zerver
Steve Howell e7a8c7ac48 test: Improve tests for bulk-adding subscribers.
This is a more thorough test of adding multiple
streams for multiple users, including streams
that users have already subscribed to.

The extra queries here are due to the fact
that we call `principal_to_user_profile` in
a loop in the view.  So that's an example
of O(N) overhead.  We may be able to bulk-fetch
these users eventually.
2020-10-13 18:54:55 -04:00
..
data_import import_util: Migrate from run_parallel to multiprocessing. 2020-09-14 16:22:23 -07:00
lib performance: Optimize filter_stream_authorization. 2020-10-13 18:54:55 -04:00
management refactor: Pass realm to bulk_add_subscriptions. 2020-10-13 11:28:17 -07:00
migrations realm: Add wildcard_mention_policy setting. 2020-10-01 12:18:03 -07:00
openapi eslint: Fix unicorn/{new-for-builtins,throw-new-error,error-message}. 2020-10-07 16:00:33 -07:00
templatetags python: Replace list literal concatenation with * unpacking. 2020-09-02 11:15:41 -07:00
tests test: Improve tests for bulk-adding subscribers. 2020-10-13 18:54:55 -04:00
tornado tornado: Switch to start_json_consumer interface. 2020-10-11 14:19:42 -07:00
views refactor: Extract send_messages_for_new_subscribers. 2020-10-13 18:54:55 -04:00
webhooks bitbucket2: Format user info consistently. 2020-09-23 15:31:38 -07:00
worker docs: Fix some spelling errors. 2020-10-13 15:47:13 -07:00
__init__.py
apps.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
context_processors.py i18n: Don't include email tags in translation strings. 2020-09-25 15:53:26 -07:00
decorator.py docs: Add spaces to “check out”, “log in”, “set up”, “sign up” as verbs. 2020-10-13 15:47:13 -07:00
filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
forms.py urls: Remove unused URL names and shorten others. 2020-09-22 10:46:28 -07:00
logging_handlers.py python: Catch specific exceptions from subprocess. 2020-10-11 16:11:41 -07:00
middleware.py middleware: Move locale-setting before domain checking. 2020-09-14 22:16:09 -07:00
models.py realm: Add wildcard_mention_policy setting. 2020-10-01 12:18:03 -07:00
signals.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00