aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33823 from stoodfarback/aj_backburner_fix_priorityRafael França2018-09-101-0/+12
|\
| * ActiveJob Backburner adapter: fix prioritystoodfarback2018-09-071-0/+12
* | Add missing `perform_enqueued_jobs` to error logging testyuuji.yaginuma2018-09-091-1/+1
|/
* Merge pull request #33751 from steves/add_retry_notifications_to_ajRafael França2018-08-301-27/+72
|\
| * Move ActiveJob retry and discard logging into log subscriberSteve S2018-08-301-27/+72
* | Add test to make sure the custom object key can't be serializedRafael Mendonça França2018-08-281-2/+4
|/
* Remove duplicate testutilum2018-08-221-2/+2
* Allow `assert_performed_with` to be called without a block.bogdanvlviv2018-08-201-7/+91
* Fix `assert_performed_jobs` and `assert_no_performed_jobs`bogdanvlviv2018-08-201-10/+256
* Allow `:queue` option to `assert_no_performed_jobs`.bogdanvlviv2018-08-201-0/+54
* Allow `:queue` option to `assert_performed_jobs`.bogdanvlviv2018-08-201-0/+58
* Allow `:queue` option to `perform_enqueued_jobs`.bogdanvlviv2018-08-201-5/+139
* Increment execution count before deserialize argumentsyuuji.yaginuma2018-08-182-0/+9
* Allow `perform_enqueued_jobs` to be called without a block.Kevin Deisz2018-08-151-2/+18
* Wrap ActiveJob::Enqueue in evented ActiveSupport::Notificationzvkemp2018-07-171-3/+20
* Allow `queue` option to `assert_no_enqueued_jobs`bogdanvlviv2018-06-301-0/+73
* Merge pull request #33257 from utilum/ruby-warningsRyuta Kamizono2018-06-302-4/+6
|\
| * Fix Ruby warnings tickled by the test suiteutilum2018-06-302-4/+6
* | Clarify activejob/lib/active_job/test_helper.rbbogdanvlviv2018-06-291-2/+8
|/
* Allow call `assert_enqueued_with` and `assert_enqueued_email_with` with no blockbogdanvlviv2018-06-291-9/+74
* Allow passing multiple exceptions to retry_on/discard_onGeorge Claghorn2018-06-252-0/+25
* Rename exception variable to error.Kasper Timm Hansen2018-05-211-2/+2
* Pass the error instance as the second parameter of block executed by `discard...yuuji.yaginuma2018-05-122-2/+2
* Make sure that when serialing an just deserialized job arguments are thereRafael Mendonça França2018-05-011-6/+6
* Remove support for Qu gem.Alberto Almagro2018-03-193-46/+1
* Add support for timezones to Active JobAndrew White2018-02-226-0/+74
* Merge pull request #32026 from bogdanvlviv/improve-30941Rafael França2018-02-202-1/+9
|\
| * Fix error message about unknown `ActiveJob` argument serializerbogdanvlviv2018-02-171-1/+1
| * Add argument serializer `TimeWithZoneSerializer`bogdanvlviv2018-02-171-0/+8
* | Fix "warning: BigDecimal.new is deprecated"yuuji.yaginuma2018-02-181-1/+1
|/
* Add tests to serialize and deserialze individuallyRafael Mendonça França2018-02-141-0/+43
* Simplify the implementation of custom argument serializersRafael Mendonça França2018-02-142-3/+20
* Add serializers for Time, Date and DateTimeRafael Mendonça França2018-02-141-1/+3
* Allow serializers to be used either as classes or objectsRafael Mendonça França2018-02-141-9/+7
* Add symbol and duration serializersRafael Mendonça França2018-02-141-1/+2
* Only add one more custom key in the serialized hashRafael Mendonça França2018-02-141-8/+23
* Simplify the implementation of custom serialziersRafael Mendonça França2018-02-141-5/+9
* Remove non-default serializersEvgenii Pecherkin2018-02-142-7/+65
* Introduce serializers to ActiveJobEvgenii Pecherkin2018-02-141-2/+8
* Merge pull request #30622 from aidanharan/custom-discarded-job-handlingRafael França2018-01-232-0/+9
|\
| * Merge branch 'master' into custom-discarded-job-handlingAidan Haran2017-12-098-22/+19
| |\
| * | Allow for custom handling of exceptions that are discardedAidan Haran2017-09-162-0/+9
* | | Explicitly require `sidekiq/cli`yuuji.yaginuma2017-12-161-0/+1
* | | Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-151-1/+1
* | | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-1/+1
| |/ |/|
* | Improve DelayedJob wrapper loggingJacek Lachowski2017-11-241-0/+7
* | Make sidekiq and resque integration tests work in CIyuuji.yaginuma2017-11-132-9/+1
* | Return a non zero code when can not connect to redis in CIyuuji.yaginuma2017-11-132-2/+4
* | `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-062-2/+1
* | removed unnecessary returnsShuhei Kitagawa2017-10-281-1/+1