zulip/zerver
Tim Abbott 27edc18330 test_classes: Use realistic web and mobile User-Agent strings.
This fixes a confusing aspect of how our automated tests worked
previously, where we'd almost all HTTP requests in the unlikely
configuration with no User-Agent string specified.

We need to adjust query counts in a few tests that now are a bit
cheaper because they now can take advantage of a Client object created
in server_initialization.py in `process_client`.
2020-02-24 23:19:43 -08:00
..
data_import emoji_codes: Replace JS module with JSON module. 2020-02-12 10:09:12 -08:00
lib test_classes: Use realistic web and mobile User-Agent strings. 2020-02-24 23:19:43 -08:00
management management: Make backup command work when DB is not in localhost. 2020-02-19 12:41:05 -08:00
migrations auth: Add support for GitLab authentication. 2020-02-11 13:54:17 -08:00
openapi openapi: Move openapi.py into zerver/openapi.py. 2020-02-24 12:21:26 -05:00
templatetags openapi: Pass api_url to curl example generation. 2019-08-17 11:35:08 -07:00
tests test_classes: Use realistic web and mobile User-Agent strings. 2020-02-24 23:19:43 -08:00
tornado tornado: Rewrite Django integration to duplicate less code. 2020-02-13 16:13:11 -08:00
views minor: Fix comment in send_message_backend. 2020-02-24 15:32:29 -08:00
webhooks integrations: Add AlertManager webhook. 2020-02-14 17:43:15 -08:00
worker slow queries: Use internal_send_stream_message(). 2020-02-11 12:20:54 -08:00
__init__.py
apps.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
context_processors.py login: Make authentication_methods data available to JavaScript. 2020-02-02 20:22:49 -08:00
decorator.py tornado: Rewrite Django integration to duplicate less code. 2020-02-13 16:13:11 -08:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py emails: Translate from_name of account security emails. 2020-02-18 17:45:33 -08:00
logging_handlers.py version: Only let `git describe` match tags beginning with a digit. 2019-10-24 14:54:45 -07:00
middleware.py middleware: Avoid running APPEND_SLASH logic in Tornado. 2020-02-14 16:15:57 -08:00
models.py models: Delete get_stream_recipient function and its uses. 2020-02-18 10:49:14 -08:00
signals.py emails: Translate from_name of account security emails. 2020-02-18 17:45:33 -08:00