discourse/spec/jobs
Guo Xiang Tan 142571bba0 Remove use of `rescue nil`.
* `rescue nil` is a really bad pattern to use in our code base.
  We should rescue errors that we expect the code to throw and
  not rescue everything because we're unsure of what errors the
  code would throw. This would reduce the amount of pain we face
  when debugging why something isn't working as expexted. I've
  been bitten countless of times by errors being swallowed as a
  result during debugging sessions.
2018-04-02 13:52:51 +08:00
..
about_stats_spec.rb
auto_queue_handler_spec.rb FEATURE: automatically handle flags and posts that have been waiting in a queue for a long time. Flags will be deferred. Posts waiting for approval will be rejected. Control how old the records need to be with the auto_handle_queued_age site setting. 2017-09-14 12:01:06 -04:00
automatic_group_membership_spec.rb
bulk_grant_trust_level_spec.rb
bulk_invite_spec.rb Support ruby 2.5.0 2018-01-09 16:03:17 +01:00
clean_up_crawler_stats_spec.rb FEATURE: control which web crawlers can access using a whitelist or blacklist 2018-03-22 15:41:02 -04:00
clean_up_email_logs_spec.rb
clean_up_exports_spec.rb
clean_up_unused_staged_users_spec.rb
clean_up_uploads_spec.rb FIX: don't delete uploads referenced in drafts or queued posts when using the short_url 2017-11-13 15:01:31 +01:00
crawl_topic_link_spec.rb
create_missing_avatars_spec.rb
dashboard_stats_spec.rb
delete_topic_spec.rb
disable_bootstrap_mode_spec.rb
download_avatar_from_url_spec.rb FIX: Don't raise error when trying to download avatar from URL. 2017-10-02 12:59:41 +08:00
download_backup_email_spec.rb SECURITY: Don't pass email backup token to sidekiq as a parameter. 2017-12-18 11:25:22 +08:00
emit_web_hook_event_spec.rb Add new web hook serializers 2018-03-28 17:40:29 +05:30
enable_bootstrap_mode_spec.rb
enqueue_digest_emails_spec.rb
export_csv_file_spec.rb fix the build 2017-12-23 14:42:40 +05:30
feature_topic_users_spec.rb
fix_primary_emails_for_staged_users_spec.rb DEV: if plugins are installed do not fail the test 2017-12-04 18:17:30 +11:00
grant_anniversary_badges_spec.rb FEATURE: Support an end date for user silencing 2017-11-14 13:20:19 -05:00
grant_new_user_of_the_month_badges_spec.rb prevent users with a tiny number of posts to dominate the 'new user of the month' leaderboard 2018-01-29 12:09:17 +01:00
invite_email_spec.rb
jobs_base_spec.rb
jobs_spec.rb Remove use of `rescue nil`. 2018-04-02 13:52:51 +08:00
notify_mailing_list_subscribers_spec.rb FIX: do not send mailing list emails to unapproved users 2017-12-13 15:13:17 +11:00
notify_moved_posts_spec.rb
pending_flags_reminder_spec.rb
pending_queued_posts_reminder_spec.rb
pending_users_reminder_spec.rb Don't override count value that has been set by query.count 2017-12-13 18:48:46 -08:00
periodical_updates_spec.rb
poll_feed_spec.rb FIX: don't double request when downloading a file 2018-02-24 12:35:57 +01:00
poll_mailbox_spec.rb
process_email_spec.rb
process_post_spec.rb FIX: ProcessPost job failed for posts that have no user 2017-12-21 14:45:59 +01:00
publish_topic_to_category_spec.rb FIX: Don't run job if topic timer has already been deleted. 2017-11-30 15:26:26 +08:00
pull_hotlinked_images_spec.rb FIX: don't double request when downloading a file 2018-02-24 12:35:57 +01:00
rebake_custom_emoji_posts_spec.rb
reindex_search_spec.rb
send_system_message_spec.rb
test_email_spec.rb
tl3_promotions_spec.rb PERF: Tl3Promotions job can limit the number of TL3 candidates by using some simple requirements in the query 2018-02-05 17:54:36 -05:00
toggle_topic_closed_spec.rb FIX: Auto re-opened topics should restore category auto close settings. 2018-02-27 15:33:31 +08:00
topic_reminder_spec.rb
unsilence_users_spec.rb FIX: automatically unsilence users 2018-02-05 17:45:47 +01:00
update_gravatar_spec.rb FIX: don't double request when downloading a file 2018-02-24 12:35:57 +01:00
user_email_spec.rb UX: Nicer selection of suspend duration 2017-09-25 12:28:00 -04:00