zulip/zerver
Anders Kaseorg a659542d84 parallel: Remove run_parallel.
This was a broken abstraction that returned to its caller within
multiple forked processes on exceptions, and encouraged ignoring the
error code (as all of its callers did).

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2020-09-14 16:22:23 -07:00
..
data_import import_util: Migrate from run_parallel to multiprocessing. 2020-09-14 16:22:23 -07:00
lib parallel: Remove run_parallel. 2020-09-14 16:22:23 -07:00
management python: Pre-fix a few spots for better Black formatting. 2020-09-03 17:51:09 -07:00
migrations migrations: Fix 0301 to replace a Python loop with SQL. 2020-09-13 20:59:09 -07:00
openapi openapi: Add comments on top of various OpenAPI doc files. 2020-09-14 15:25:46 -07:00
templatetags python: Replace list literal concatenation with * unpacking. 2020-09-02 11:15:41 -07:00
tests move_topic_to_stream: Allow moving to/between/from private streams. 2020-09-14 15:00:55 -07:00
tornado python: Pre-fix a few spots for better Black formatting. 2020-09-03 17:51:09 -07:00
views move_topic_to_stream: Allow moving to/between/from private streams. 2020-09-14 15:00:55 -07:00
webhooks webhooks/gitlab: Add fixture for MR opened with multiple assignees. 2020-09-13 20:54:14 -07:00
worker queue: Extract get_remaining_queue_size method. 2020-09-11 15:51:07 -07:00
__init__.py
apps.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
context_processors.py exceptions: Raise InvalidSubdomainError when realm is invalid. 2020-09-03 10:45:14 -07:00
decorator.py webhooks: Move the extra logging information into a formatter. 2020-09-11 16:43:29 -07:00
filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
forms.py middleware: Make HostDomain into a process_request, not process_response. 2020-08-11 10:37:55 -07:00
logging_handlers.py models: Force the translated role into a translated string. 2020-09-03 17:26:54 -07:00
middleware.py request: Maintain a thread-local of the current request. 2020-09-11 16:43:29 -07:00
models.py migrations: Add case-insensitive unique index on realm and stream name. 2020-09-13 15:36:43 -07:00
signals.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00