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
Dan Ungureanu fa02775095
PERF: Perform user filtering in SQL (#13358)
Notifying about a tag change sometimes resulted in loading a large
number of users in memory just to perform an exclusion. This commit
prefers to do inclusion (i.e. instead of exclude users X, do include
users in groups Y) and does it in SQL to avoid fetching unnecessary
data that is later discarded.
2021-06-11 10:55:50 +10:00
..
assets A11Y: Adjust heading rules on topic lists (#13353) 2021-06-10 10:59:30 +10:00
controllers FIX: can't bootstrap with ember-cli when login_required is enabled (#13350) 2021-06-10 09:36:41 -04:00
helpers FEATURE: Normalize the service worker route (#12343) 2021-05-25 19:39:31 -03:00
jobs PERF: Perform user filtering in SQL (#13358) 2021-06-11 10:55:50 +10:00
mailers FEATURE: Use group SMTP settings for sending user notification emails (initial) (#13220) 2021-06-03 14:47:32 +10:00
models FIX: Link up reply to post correctly when emailing group (#13339) 2021-06-10 15:28:50 +10:00
serializers FEATURE: Add user custom fields to user directory (#13238) 2021-06-07 12:34:01 -05:00
services PERF: Perform user filtering in SQL (#13358) 2021-06-11 10:55:50 +10:00
views FIX: Theme tests should work in production (#13333) 2021-06-08 22:03:59 +03:00