discourse/app
David Taylor b1b53da71d
DEV: Improve performance of system test sign_in helper (#19579)
Previously, calling `sign_in` would cause the browser to be redirected to `/`, and would cause the Ember app to boot. We would then call `visit()`, causing the app to boot for a second time.

This commit adds a `redirect=false` option to the `/session/username/become` route. This avoids the unnecessary boot of the app, and leads to significantly faster system spec run times.

In local testing, this takes the full system-spec suite for chat from ~6min to ~4min.
2022-12-22 16:03:27 +00:00
..
assets DEV: Get rid of all discourseModule uses (#19576) 2022-12-22 13:13:28 +01:00
controllers DEV: Improve performance of system test sign_in helper (#19579) 2022-12-22 16:03:27 +00:00
helpers FEATURE: Optionally allow a separate s3_asset_cdn_url to be specified (#19284) 2022-12-08 10:36:20 +00:00
jobs DEV: Skip push notifications for active online users (#19502) 2022-12-19 20:17:40 +00:00
mailers SECURITY: Filter tags in user notifications for visibility (#19239) 2022-11-29 10:35:41 -06:00
models FIX: discourse-follow notification types (#19513) 2022-12-19 15:57:35 +11:00
serializers DEV: start glimmer-ification and optimisations of chat plugin (#19531) 2022-12-21 13:21:02 +01:00
services FIX: Include tags inside tag groups for hashtag search (#19539) 2022-12-21 15:14:50 +10:00
views FIX: Broken images on subfolder installs (#19404) 2022-12-09 11:24:12 -07:00