discourse/app/jobs
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
..
concerns PERF: Restrict number of skipped email log for Jobs::UserEmail. 2018-08-21 11:14:43 +08:00
onceoff FIX: Properly associate user_profiles background urls via upload id. 2019-05-02 14:58:24 +08:00
regular Check both site and global setting for s3 enabled value. 2019-05-01 10:49:53 +05:30
scheduled FIX: Properly associate user_profiles background urls via upload id. 2019-05-02 14:58:24 +08:00
base.rb FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
onceoff.rb Prefer create over create! when not checking for response. 2018-09-19 18:22:54 +08:00