zulip/zerver
Vishnu KS 4ad592ed4f populate_db: Use do_create_realm for creating zulip realm.
Since do_create_realm also creates general and core team streams,
we rename general to verona right after the realm is created. Mostly
because we dont really want two additional streams and this might
probably make it easy to review things.

There are puppeteer test changes because, we have a new "core team"
stream in tests as well as there is a new default notification stream
"Verona". Because of this tests in message-basics for example have
to be changed since the newly added core team affects the order in
which we navigate through the streams using arrow keys.

The extra await for selector was added in subscriptions test to make
the tests wait. Without the await the tests were passing ocassionally
and failing in some other times.

Fixes #6967
2021-07-06 17:37:43 -07:00
..
data_import markdown: Use a shared variable for IMAGE_EXTENSION. 2021-07-02 11:22:55 -07:00
integration_fixtures/nagios tests: Add a test for fixtures for non-webhook integrations. 2021-04-28 08:16:51 -07:00
lib populate_db: Use do_create_realm for creating zephyr realm. 2021-07-06 17:22:00 -07:00
management check_redis: Fix for key format change and Python 3. 2021-07-05 12:23:06 -07:00
migrations linkifiers: Add joint validation for linkifier urls and patterns. 2021-06-16 17:51:33 -07:00
openapi populate_db: Use do_create_realm for creating zulip realm. 2021-07-06 17:37:43 -07:00
tests populate_db: Use do_create_realm for creating zulip realm. 2021-07-06 17:37:43 -07:00
tornado mentions: Send user group mention data to notification notices. 2021-07-05 14:23:59 -07:00
views navbar: Migrate to handlebars. 2021-07-06 16:46:50 -07:00
webhooks message: Fix the edit topic bug by removing leading \n from msg content. 2021-07-06 09:41:54 -07:00
worker embed_links: Only log warning if worker times out. 2021-07-06 14:17:24 -07:00
__init__.py django: Upgrade Zulip to Django 3.2 LTS. 2021-05-03 08:36:22 -07:00
apps.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
context_processors.py context_processors: Add test for `get_apps_page_url`. 2021-06-16 07:49:03 -07:00
decorator.py webhooks: Allow event registration using webhook_view decorator. 2021-07-05 19:10:31 -07:00
filters.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
forms.py billing: Enforce license limit for plans on manual license management. 2021-06-09 17:42:38 -07:00
logging_handlers.py docs: Capitalize “Markdown” consistently. 2021-04-26 09:31:08 -07:00
middleware.py json_error: Completely remove json_error. 2021-07-06 15:34:33 -07:00
models.py docs: Correct Big Blue Button to BigBlueButton. 2021-07-05 16:59:00 -07:00
signals.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00