discourse/spec/jobs
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
..
about_stats_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
automatic_group_membership_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
bulk_invite_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
clean_up_digest_keys.rb Migrate unsubscribe keys to the database. 2015-02-13 14:24:15 -05:00
clean_up_email_logs_spec.rb properly name purge emails/email logs site settings 2016-02-08 22:18:52 +01:00
clean_up_exports_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
clean_up_uploads_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
close_topic_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
crawl_topic_link_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
create_missing_avatars_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
dashboard_stats_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
enqueue_digest_emails_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
export_csv_file_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
feature_topic_users_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
invite_email_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
jobs_base_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
jobs_spec.rb FIX: 'cancel_scheduled_job' wasn't working due to sidekiq upgrade 2016-01-13 09:08:26 +01:00
notify_mailing_list_subscribers_spec.rb FIX: sending emails to mailing list subscribers wasn't working 2016-02-03 19:27:58 +01:00
notify_moved_posts_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
pending_flags_reminder_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
pending_queued_posts_reminder_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
pending_users_reminder_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
periodical_updates_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
poll_feed_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
poll_mailbox_spec.rb FEATURE: better email in support 2016-01-19 00:57:55 +01:00
process_post_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
send_system_message_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
test_email_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
tl3_promotions_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
update_gravatar_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
user_email_spec.rb PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00