discourse/spec
Guo Xiang Tan 40c6d90df3 PERF: Create a partial regular post_search_data index on large sites.
With the addition of `PostSearchData#private_message`, a partial
index consisting of only search data from regular posts can be created.
The partial index helps to speed up searches on large sites since PG
will not have to do an index scan on the entire search data index which
has shown to be a bottle neck.
2020-08-27 13:42:00 +08:00
..
components PERF: Create a partial regular post_search_data index on large sites. 2020-08-27 13:42:00 +08:00
fabricators FIX: generate_topic_thumbnails job infinitely running for corrupted images 2020-08-13 17:08:32 -06:00
fixtures FIX: improve Vanilla importing (#10478) 2020-08-24 16:19:57 -04:00
helpers FIX: Detect dark scheme server-side for better dark logo support (#10490) 2020-08-20 14:23:18 -04:00
import_export FEATURE: Rake task to export groups (#9450) 2020-04-17 14:59:54 -07:00
initializers FIX: We need to skip users with associated reviewables when auto-approving (#9080) 2020-03-02 14:33:52 -05:00
integration DEV: Fix the broken build caused by 1e8f216. 2020-08-26 12:36:51 +08:00
integrity DEV: Check English locale for errors in CI 2020-06-03 21:54:58 +02:00
jobs PERF: Create a partial regular post_search_data index on large sites. 2020-08-27 13:42:00 +08:00
lib FIX: Stop category logo + background being marked secure (#10513) 2020-08-24 17:12:28 +10:00
mailers FIX: Exclude shared drafts from digests 2020-08-04 13:35:48 -04:00
models Minor follow-up bug fix for 5ff6c10. 2020-08-26 17:25:28 +08:00
multisite FIX: invalid urls should not break store.has_been_uploaded? 2020-06-25 15:00:15 +10:00
requests FIX: Suspend API to require `suspend_until` and `reason` params 2020-08-26 19:05:48 -06:00
script/import_scripts FIX: improve Vanilla importing (#10478) 2020-08-24 16:19:57 -04:00
serializers FIX: Wizard could not send custom color schemes to the client correctly (#10484) 2020-08-20 17:10:33 -07:00
services FIX: User titles from translated badge names were automatically revoked 2020-08-20 11:15:53 +02:00
support DEV: Improve docs for Sidekiq job assertion helpers. 2020-07-24 17:37:22 +08:00
tasks FEATURE: Add uploads:batch_migrate_from_s3 task to limit total posts migrated at once (#9933) 2020-06-04 09:48:11 +10:00
views/omniauth_callbacks FEATURE: Use full page redirection for all external auth methods (#8092) 2019-10-08 12:10:43 +01:00
rails_helper.rb FIX: SiteSettings::LocalProcessProvider didn't work on multisite 2020-08-20 11:15:20 +02:00
swagger_helper.rb DEV: Add rswag to aid in api documention (#9546) 2020-04-27 16:40:07 -06:00