discourse/app
David Taylor df7cda40b7
DEV: Skip timers when loading topic route in tests (#15500)
The test environment will wait for all timers to settle before continuing. These timers were causing all tests involving `/t/*` routes to spend 500ms doing nothing.

Fun fact: we load the topic route 214 times during the core test suite. That means that this commit saves a total of around 107s across the whole suite. On my machine, that's a 30% improvement in runtime.
2022-01-10 10:51:18 +00:00
..
assets DEV: Skip timers when loading topic route in tests (#15500) 2022-01-10 10:51:18 +00:00
controllers DEV: Avoid $ globals (#15453) 2022-01-08 23:39:46 +01:00
helpers SECURITY: Remove ember-cli specific response from application routes (#15155) 2021-12-01 16:10:40 +00:00
jobs DEV: Fix methods removed in Ruby 3.2 (#15459) 2022-01-05 18:45:08 +01:00
mailers DEV: Hash tokens stored from email_tokens (#14493) 2021-11-25 09:34:39 +02:00
models DEV: Ignore dropped Bookmark columns. 2022-01-10 16:04:22 +08:00
serializers FEATURE: Experimental support for group membership via google auth (#14835) 2021-12-09 12:30:27 +00:00
services DEV: Avoid $ globals (#15453) 2022-01-08 23:39:46 +01:00
views UX: updated "accept invite" error page (#15490) 2022-01-09 10:21:42 +05:30