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
Roman Rizzi a3df065058
PERF: Do fewer queries when converting posts. (#8358)
- Avoid using User#find and then fetching the user_stat association just to update a counter - We did this for every post in the topic.
- Avoid having to query the topic_allowed_user table everytime we want add a new topic_allowed_user
- Use pluck to fetch just what we need.
2019-11-18 11:04:21 -03:00
..
assets DEV: Submit forms via type=submit button, not explicit form action (#8368) 2019-11-18 13:26:26 +00:00
controllers FIX: Better handling of Group model state (#8356) 2019-11-18 14:59:28 +02:00
helpers FEATURE: Load translation overrides without JS eval 2019-11-05 19:16:38 +01:00
jobs FIX: Don't error CleanUpInactiveUserJob when user is missing (#8362) 2019-11-18 16:14:15 +11:00
mailers FEATURE: Add support for secure media (#7888) 2019-11-18 11:25:42 +10:00
models PERF: Do fewer queries when converting posts. (#8358) 2019-11-18 11:04:21 -03:00
serializers FEATURE: remove support for 'suppress_from_latest' category setting. (#8308) 2019-11-18 12:28:35 +05:30
services DEV: Apply Rubocop redundant return style 2019-11-14 15:10:51 -05:00
views FIX: Confirm new email with backup codes enabled 2019-11-14 16:27:42 -07:00