aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/integration
Commit message (Expand)AuthorAgeFilesLines
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-16/+12
* ActiveJob Backburner adapter: fix prioritystoodfarback2018-09-071-0/+12
* Remove support for Qu gem.Alberto Almagro2018-03-191-1/+1
* Add support for timezones to Active JobAndrew White2018-02-221-0/+16
* Improve DelayedJob wrapper loggingJacek Lachowski2017-11-241-0/+7
* [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveJobKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Added instance variable `@queue` to JobWrapper.InJung Chung2016-08-191-0/+7
* applies new string literal convention in activejob/testXavier Noria2016-08-061-20/+20
* Fix accessing provider_job_id inside active jobs for sidekiq adapterAzzurrio2016-07-281-0/+9
* Active Job: smaller footprint for the dev/test async adapterJeremy Daer2016-02-291-2/+2
* Fix race condition testing for job execution orderWill Jessop2015-11-231-1/+1
* Add job priorities to ActiveJobwvengen2015-09-171-0/+12
* Initial implementation of ActiveJob AsyncAdapter.Jerry D'Antonio2015-08-251-1/+1
* implement `provider_job_id` for `queue_classic`.Yves Senn2015-08-131-2/+2
* use `assert_not` instead of `refute` as mentioned in our guides.Yves Senn2015-08-131-3/+2
* Fixes #20799Johannes Opper2015-08-041-0/+17
* Provide provider_job_id to qu adapter.Kevin Deisz2015-05-071-5/+8
* Make que report back its job_id to provider_job_idJeroen van Baarsen2015-05-071-10/+4
* Let Sidekiq set provider_job_idJeroen van Baarsen2015-05-071-0/+10
* Get provider_job_id from DelayedJobKevin Deisz2015-05-051-0/+6
* Do not use named queues for que adapterRafael Mendonça França2015-05-031-1/+1
* Queue Classic runs a second earlier than scheduledMatthew Draper2015-04-231-1/+1
* Fix sidekiq test order dependencyMatthew Draper2015-04-201-2/+0
* Pass wrapped class name to Sidekiq for logging purposesMike Perham2015-03-231-0/+13
* :nail_care: fix typos in activejob queuing testJoe Lewis2014-10-221-2/+2
* tests, move `original_` var assignments outside of `begin`.Yves Senn2014-10-101-2/+3
* ActiveJob Integration TestsCristian Bica2014-09-111-0/+46