| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix race condition testing for job execution order | Will Jessop | 2015-11-23 | 3 | -7/+18 |
* | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 1 | -1/+0 |
* | Deprecate exception#original_exception in favor of exception#cause | Yuki Nishijima | 2015-11-03 | 1 | -1/+1 |
* | Added missing specs for not modifying queues when using AJ test helpers | Wojciech Wnętrzak | 2015-10-07 | 1 | -0/+21 |
* | Merge pull request #21854 from morgoth/fix-serializing-at-option-in-aj-matchers | Yves Senn | 2015-10-05 | 1 | -4/+22 |
|\ |
|
| * | Fixed serializing `:at` option for `assert_enqueued_with` and `assert_perform... | Wojciech Wnętrzak | 2015-10-03 | 1 | -4/+16 |
|/ |
|
* | Support passing array to `assert_enqueued_jobs` in `:only` option | Wojciech Wnętrzak | 2015-10-03 | 1 | -0/+18 |
* | Merge pull request #19425 from wvengen/feature/activejob-priority-master | Rafael Mendonça França | 2015-09-25 | 4 | -2/+66 |
|\ |
|
| * | Add job priorities to ActiveJob | wvengen | 2015-09-17 | 4 | -2/+66 |
* | | Use Sidekiq.options to set initial wait | Andrew White | 2015-09-21 | 1 | -1/+1 |
* | | Run `rake db:migrate` for all Active Job integration tests | Andrew White | 2015-09-21 | 1 | -1/+2 |
* | | Silence logging in Active Job unit tests | Andrew White | 2015-09-21 | 1 | -0/+1 |
* | | :hocho: Typos | Akira Matsuda | 2015-09-21 | 1 | -1/+1 |
* | | Added new lines to run title for easy log reading | hiren mistry | 2015-09-19 | 1 | -1/+1 |
|/ |
|
* | Properly log nested parameters to Active Job | Marek Pieczyk | 2015-09-08 | 1 | -0/+8 |
* | Silence callback deprecation warning if testing AJ | claudiob | 2015-08-31 | 1 | -0/+1 |
* | Initial implementation of ActiveJob AsyncAdapter. | Jerry D'Antonio | 2015-08-25 | 5 | -1/+67 |
* | use `average_scheduled_poll_interval` option instead of deprecated `poll_inte... | yuuji.yaginuma | 2015-08-15 | 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 |
* | Make assert_enqueued_with and assert_performed_with returns the matched job | Jean Boussier | 2015-08-10 | 1 | -0/+22 |
* | Add missing HelloJob require. | Kasper Timm Hansen | 2015-08-05 | 1 | -0/+1 |
* | Fixes #20799 | Johannes Opper | 2015-08-04 | 6 | -1/+72 |
* | Improve error message when serializing unsaved records for jobs | Faraz Yashar | 2015-06-28 | 1 | -0/+7 |
* | Fix spelling mistakes | Yoong Kang Lim | 2015-05-25 | 1 | -4/+4 |
* | Merge pull request #20064 from kddeisz/qu_provider_job_id | Rafael Mendonça França | 2015-05-08 | 2 | -7/+10 |
|\ |
|
| * | Provide provider_job_id to qu adapter. | Kevin Deisz | 2015-05-07 | 2 | -7/+10 |
* | | Don't need to explicitly set test_order it's :random default | Mehmet Emin İNAÇ | 2015-05-08 | 1 | -2/+0 |
|/ |
|
* | 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 | 2 | -2/+2 |
* | Merge pull request #19498 from chanks/activejob-que-remove-named-queues | Rafael Mendonça França | 2015-05-03 | 1 | -1/+5 |
|\ |
|
| * | Stop using Que's named queues in its ActiveJob adapter. | Chris Hanks | 2015-03-24 | 1 | -1/+5 |
* | | Merge pull request #19969 from y-yagi/fix_job_helper_method | Yves Senn | 2015-05-01 | 1 | -0/+22 |
* | | Queue Classic runs a second earlier than scheduled | Matthew Draper | 2015-04-23 | 1 | -1/+1 |
* | | Only *configure* the queue in setup; DB creation must come later | Matthew Draper | 2015-04-20 | 2 | -21/+25 |
* | | Shuffle a few things in aid of easier debugging | Matthew Draper | 2015-04-20 | 1 | -20/+36 |
* | | Fix sidekiq test order dependency | Matthew Draper | 2015-04-20 | 2 | -2/+3 |
* | | avoid double initialization error caused to sidekiq | Takumi IINO | 2015-04-14 | 1 | -13/+34 |
* | | Pass wrapped class name to Sidekiq for logging purposes | Mike Perham | 2015-03-23 | 1 | -0/+13 |
|/ |
|
* | Closes rails/rails#18864: Renaming transactional fixtures to transactional tests | Brandon Weiss | 2015-03-16 | 1 | -1/+1 |
* | `ActiveJob::Base#queue_adapter` is now a `class_attribute` | Tamir Duberstein | 2015-03-11 | 2 | -5/+46 |
* | `ActiveJob::QueueAdapters::*` are no longer singletons | Tamir Duberstein | 2015-03-11 | 4 | -4/+28 |
* | Fix naming collision | Tamir Duberstein | 2015-03-11 | 1 | -1/+1 |
* | Fix leaky `only: …` option for Active Job assertions | Jeremy Kemper | 2015-03-06 | 1 | -0/+8 |
* | Fixed ActiveJob integration tests | Cristian Bica | 2015-03-05 | 2 | -2/+4 |
* | `ActiveJob::QueueAdapters::TestAdapter` is now a singleton | Tamir Duberstein | 2015-02-23 | 1 | -1/+1 |
* | Changed the AJADAPTER to AJ_ADAPTER | Jeroen van Baarsen | 2015-02-22 | 5 | -6/+6 |
* | Add an `:only` option to `perform_enqueued_jobs` to filter jobs based on | Michael Ryan | 2015-02-06 | 1 | -0/+78 |