discourse/spec/components
Sam 3829c78526 PERF: shift most user options out of the user table
As it stands we load up user records quite frequently on the topic pages,
this in turn pulls all the columns for the users being selected, just to
discard them after they are loaded

New structure keeps all options in a discrete table, this is better organised
and allows us to easily add more column without worrying about bloating the
user table
2016-02-17 18:08:25 +11:00
..
active_record/connection_adapters FIX: Add a lock to ensure only a single thread is running each time. 2016-02-05 10:47:47 +08:00
auth Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
common_passwords Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
concern FIX: Use declared constant. 2016-01-19 10:58:15 +08:00
demon Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
email FIX: don't allow blocked user to send emails in 2016-02-11 10:39:57 +01:00
file_store Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
freedom_patches Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
highlight_js Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
import Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
middleware Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
onebox/engine Adds tests to subfolder internal oneboxing 2016-02-02 22:57:54 -02:00
plugin Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
scheduler Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
sidekiq Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
site_settings Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
validators add validator for the 'reply_by_email_enabled' site setting 2016-02-09 23:35:40 +01:00
admin_user_index_query_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
archetype_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
avatar_lookup_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
cache_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
category_list_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
composer_messages_finder_spec.rb FIX: disable avatar education message when 'allow_uploaded_avatars' is 2015-12-14 22:47:35 +05:30
content_buffer_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
cooked_post_processor_spec.rb FIX: don't use the CDN for attachments when login is required 2016-01-06 21:54:01 +01:00
crawler_detection_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
current_user_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
directory_helper_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
discourse_diff_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
discourse_event_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
discourse_hub_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
discourse_i18n_spec.rb FIX: Do not override existing translations. 2015-12-31 23:20:19 +08:00
discourse_plugin_registry_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
discourse_plugin_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
discourse_sass_compiler_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
discourse_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
discourse_stylesheets_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
discourse_updates_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
distributed_cache_spec.rb FIX: DistributedCache would fail serialization in some cases 2016-01-30 09:01:15 +11:00
distributed_memoizer_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
distributed_mutex_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
enum_spec.rb Enums that are used in tables need to be stable 2016-01-08 20:43:11 +05:30
filter_best_posts_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
flag_query_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
gaps_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
global_path_spec.rb FIX: when CDN assets are not in root path source maps fail 2016-02-05 13:05:47 +11:00
guardian_spec.rb PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
has_errors_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
html_prettify_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
image_sizer_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
js_locale_helper_spec.rb JsLocaleHelper should search for moment.js locale files 2016-02-05 21:49:03 +01:00
json_error_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
letter_avatar_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
new_post_manager_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
new_post_result_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
oneboxer_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
onpdiff_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
pbkdf2_spec.rb few components with rspec3 syntax 2015-01-09 13:34:37 -03:00
pinned_check_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
post_action_creator_spec.rb cleanup post action creator 2015-12-30 20:54:51 +01:00
post_creator_spec.rb FEATURE: suggested messages for messages 2016-02-03 18:50:05 +11:00
post_destroyer_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
post_enqueuer_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
post_revisor_spec.rb FIX: word_count wasn't working with non-latin sentences 2016-01-11 11:16:23 +01:00
pretty_text_spec.rb FIX: Emoji in Discourse onebox is wrapped in square brackets. 2016-01-13 19:00:11 +08:00
promotion_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
rate_limiter_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
redis_store_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
s3_helper_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
score_calculator_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
search_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
site_setting_extension_spec.rb FIX: false overrides should be permitted via ENV 2016-02-13 17:49:26 +11:00
slug_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
spam_handler_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
sql_builder_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
suggested_topics_builder_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
system_message_spec.rb FEATURE: automatically archive welcome messages for site_contact_user 2016-01-10 16:46:11 +11:00
text_cleaner_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
text_sentinel_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
topic_creator_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
topic_query_spec.rb FEATURE: suggested messages for messages 2016-02-03 18:50:05 +11:00
topic_retriever_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
topic_view_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
topics_bulk_action_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
trashable_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
trust_level_spec.rb Enums that are used in tables need to be stable 2016-01-08 20:43:11 +05:30
unread_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
url_helper_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
user_name_suggester_spec.rb Fix the build. 2016-01-27 16:04:11 +08:00
version_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00