discourse/app/jobs
Sam Saffron 9be70a22cd DEV: introduce new API to look up dynamic site setting
This removes all uses of both `send` and `public_send` from consumers of
SiteSetting and instead introduces a `get` helper for dynamic lookup

This leads to much cleaner and safer code long term as we are always explicit
to test that a site setting is really there before sending an arbitrary
string to the class

It also removes a couple of risky stubs from the auth provider test
2019-05-07 11:00:30 +10:00
..
concerns PERF: Restrict number of skipped email log for `Jobs::UserEmail`. 2018-08-21 11:14:43 +08:00
onceoff DEV: introduce new API to look up dynamic site setting 2019-05-07 11:00:30 +10:00
regular DEV: introduce new API to look up dynamic site setting 2019-05-07 11:00:30 +10:00
scheduled DEV: introduce new API to look up dynamic site setting 2019-05-07 11:00:30 +10: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