discourse/app/jobs/onceoff
Guo Xiang Tan 24347ace10 FIX: Properly associate user_profiles background urls via upload id.
`Upload#url` is more likely and can change from time to time. When it
does changes, we don't want to have to look through multiple tables to
ensure that the URLs are all up to date. Instead, we simply associate
uploads properly to `UserProfile` so that it does not have to replicate
the URLs in the table.
2019-05-02 14:58:24 +08:00
..
clean_up_sidekiq_statistic.rb Fix incorrect class name. 2017-04-26 18:12:51 +08:00
clear_width_and_height.rb FEATURE: correctly store width and height on uploads 2018-08-28 12:59:22 +10:00
correct_missing_dualstack_urls.rb correct prev commit 2018-09-05 16:11:44 +10:00
create_tags_search_index.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
fix_featured_link_for_topics.rb DEV: remove update_attributes which is deprecated in Rails 6 2019-04-29 17:32:25 +10:00
fix_invalid_gravatar_uploads.rb FIX: reduce amount of work onceoff does 2018-10-16 10:29:16 +11:00
fix_invalid_upload_extensions.rb Add onceoff job to fix incorrect upload extensions. 2018-08-13 10:44:08 +08:00
fix_out_of_sync_user_uploaded_avatar.rb FIX: `UserAvatar#update_gravatar!` does not update `User#uploaded_avatar`. 2018-08-06 13:29:44 +08:00
fix_posts_read.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
fix_primary_emails_for_staged_users.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
fix_retro_anniversary.rb correct regression and add integrity spec for onceoffs 2018-06-20 09:09:31 +10:00
fix_s3_etags.rb FIX: Add onceoff job to remove double quotes from s3 etags 2019-02-14 05:19:41 +05:30
grant_emoji.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
grant_first_reply_by_email.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
grant_onebox.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
init_category_tag_stats.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
migrate_censored_words.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
migrate_custom_emojis.rb REFACTOR: upload workflow creation into UploadCreator 2017-05-11 00:16:57 +02:00
migrate_featured_links.rb Topic Featured Links: move data from custom fields to topics and categories tables. Invert behaviour of topic_featured_link_allowed checkbox. Fix a bug with invalid topic records due to changing that category checkbox. 2016-12-19 14:54:07 -05:00
migrate_tagging_plugin.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
migrate_upload_extensions.rb Add onceoff job for uploads migration of column extension. Simplify filetype search and related rspec tests. 2017-07-12 17:19:27 +02:00
migrate_url_site_settings.rb FIX: Give up migrating url site setting if endpoint doesn't return data. 2018-11-22 12:16:52 +08:00
post_uploads_recovery.rb Rename `Jobs::RecoverPostUploads` to rerun the job take 2. 2018-09-19 22:40:32 +08:00
remove_old_auto_close_jobs.rb Fix incorrect method name. 2017-04-06 13:45:59 +08:00
retro_grant_anniversary.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
retro_recent_time_read.rb DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00