| Commit message (Expand) | Author | Age | Files | Lines |
* | ActiveJob Backburner adapter: fix priority | stoodfarback | 2018-09-07 | 1 | -0/+12 |
* | Remove support for Qu gem. | Alberto Almagro | 2018-03-19 | 1 | -1/+1 |
* | Add support for timezones to Active Job | Andrew White | 2018-02-22 | 1 | -0/+16 |
* | Improve DelayedJob wrapper logging | Jacek Lachowski | 2017-11-24 | 1 | -0/+7 |
* | [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
* | Use frozen-string-literal in ActiveJob | Kir Shatrov | 2017-07-09 | 1 | -0/+1 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Added instance variable `@queue` to JobWrapper. | InJung Chung | 2016-08-19 | 1 | -0/+7 |
* | applies new string literal convention in activejob/test | Xavier Noria | 2016-08-06 | 1 | -20/+20 |
* | Fix accessing provider_job_id inside active jobs for sidekiq adapter | Azzurrio | 2016-07-28 | 1 | -0/+9 |
* | Active Job: smaller footprint for the dev/test async adapter | Jeremy Daer | 2016-02-29 | 1 | -2/+2 |
* | Fix race condition testing for job execution order | Will Jessop | 2015-11-23 | 1 | -1/+1 |
* | Add job priorities to ActiveJob | wvengen | 2015-09-17 | 1 | -0/+12 |
* | Initial implementation of ActiveJob AsyncAdapter. | Jerry D'Antonio | 2015-08-25 | 1 | -1/+1 |
* | implement `provider_job_id` for `queue_classic`. | Yves Senn | 2015-08-13 | 1 | -2/+2 |
* | use `assert_not` instead of `refute` as mentioned in our guides. | Yves Senn | 2015-08-13 | 1 | -3/+2 |
* | Fixes #20799 | Johannes Opper | 2015-08-04 | 1 | -0/+17 |
* | Provide provider_job_id to qu adapter. | Kevin Deisz | 2015-05-07 | 1 | -5/+8 |
* | Make que report back its job_id to provider_job_id | Jeroen van Baarsen | 2015-05-07 | 1 | -10/+4 |
* | Let Sidekiq set provider_job_id | Jeroen van Baarsen | 2015-05-07 | 1 | -0/+10 |
* | Get provider_job_id from DelayedJob | Kevin Deisz | 2015-05-05 | 1 | -0/+6 |
* | Do not use named queues for que adapter | Rafael Mendonça França | 2015-05-03 | 1 | -1/+1 |
* | Queue Classic runs a second earlier than scheduled | Matthew Draper | 2015-04-23 | 1 | -1/+1 |
* | Fix sidekiq test order dependency | Matthew Draper | 2015-04-20 | 1 | -2/+0 |
* | Pass wrapped class name to Sidekiq for logging purposes | Mike Perham | 2015-03-23 | 1 | -0/+13 |
* | :nail_care: fix typos in activejob queuing test | Joe Lewis | 2014-10-22 | 1 | -2/+2 |
* | tests, move `original_` var assignments outside of `begin`. | Yves Senn | 2014-10-10 | 1 | -2/+3 |
* | ActiveJob Integration Tests | Cristian Bica | 2014-09-11 | 1 | -0/+46 |