This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app
David Taylor 4fa296c3ec
DEV: Print usedJSHeapSize to the console after QUnit run (#14462)
This is `console.log`'d to the browser console. run-qunit will print this to stdout. testem will not, so a custom reporter is implemented to print this message.

The `--enable-precise-memory-info` is added so that chrome provides high-resolution memory information. This API is not supported by firefox. The logic will degrade gracefully.
2021-09-28 16:32:56 +01:00
..
assets DEV: Print usedJSHeapSize to the console after QUnit run (#14462) 2021-09-28 16:32:56 +01:00
controllers PERF: Revert all inboxes from messages route. (#14445) 2021-09-28 11:58:04 +08:00
helpers FIX: Offer site_logo_dark_url as an option for dark mode themes (#14361) 2021-09-16 17:47:51 -04:00
jobs DEV: use upload id to save in theme setting instead of URL. (#14341) 2021-09-16 07:58:53 +05:30
mailers UX: suspend forever time period messages (#13776) 2021-07-20 14:42:08 +04:00
models PERF: Improve database query perf when loading topics for a category. (#14416) 2021-09-28 10:05:00 +08:00
serializers FIX: include_ serializer methods must end with ? (#14407) 2021-09-22 16:01:25 +03:00
services DEV: Add post_alerter_after_save_post event (#14388) 2021-09-20 21:18:38 +03:00
views FIX: Offer site_logo_dark_url as an option for dark mode themes (#14361) 2021-09-16 17:47:51 -04:00