docbrown/spec
Asha Balasubramaniam e5960810cc Migrate Comments::SendEmailNotificationJob to Sidekiq (#5427)
* Add sidekiq version of the corresponding delayed job
* Switch the invocation of the delayed job from `after_create` to
`after_create_commit` to avoid the race condition where the worker can
be executed before the comment is persisted. Added covering spec
for this change.
2020-01-10 13:59:12 -06:00
..
black_box Adjust type tags for RSpec (#4864) 2019-11-20 13:01:30 -05:00
decorators Improve speed of model tests by around 50/60 seconds (#5016) 2019-12-09 16:33:48 -05:00
factories Create rake Task to Destroy Old Notifications (#5180) [deploy] 2019-12-26 13:17:34 -06:00
fixtures Creating podcasts by users (#3730) [deploy] 2020-01-08 16:14:25 -05:00
helpers Fix linting (#4933) [deploy] 2019-11-26 08:35:34 -05:00
initializers Group Honeybadger Rack::Timeout::RequestTimeoutExceptions (#5231) [deploy] 2019-12-23 19:34:08 -06:00
jobs Move Podcast Episode Bust Cache Job to Sidekiq (#5416) [deploy] 2020-01-10 10:08:59 -06:00
labor Move from env variables to SiteConfig (#5385) [deploy] 2020-01-07 16:36:24 -05:00
lib Allow language-xxx class detection on pre tags in ReverseMarkdown (#5299) 2020-01-02 11:23:44 -05:00
liquid_tags Routine Rubocop fixes (#5224) 2019-12-23 14:47:10 -05:00
mailers Restore default email from SiteConfig for mailers (#5399) [deploy] 2020-01-08 16:09:32 -05:00
models Migrate Comments::SendEmailNotificationJob to Sidekiq (#5427) 2020-01-10 13:59:12 -06:00
observers Remove unused spec support BackgroundJobs (#4464) [ci skip] 2019-10-24 16:49:45 -04:00
policies Fix Rubocop lints (#5155) 2019-12-19 10:09:37 -05:00
requests Move Users::ResaveArticlesJob to Sidekiq (#5398) 2020-01-10 13:56:39 -06:00
routing Enabled rubocop/lint (#2130) 2019-03-21 10:53:44 -04:00
services Move Users::ResaveArticlesJob to Sidekiq (#5398) 2020-01-10 13:56:39 -06:00
support Add wait_for_javascript to flaky system tests (#5405) 2020-01-08 13:47:08 -05:00
system Migrate subscribe to mailchimp newsletter job to sidekiq worker (#5423) 2020-01-10 08:43:13 -06:00
uploaders Adjust type tags for RSpec (#4864) 2019-11-20 13:01:30 -05:00
views Improve test speed (#3957) [ci skip] 2019-09-12 16:17:20 -04:00
workers Migrate Comments::SendEmailNotificationJob to Sidekiq (#5427) 2020-01-10 13:59:12 -06:00
rails_helper.rb Sidekiq: add test helpers (#5326) 2020-01-02 08:39:40 -05:00
spec_helper.rb Temporarily comment out random (#2486) 2019-04-18 11:56:38 -04:00