aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/cases
Commit message (Expand)AuthorAgeFilesLines
* Ability to test activejobs with relative delayVlado Cingel2019-07-261-0/+18
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Use ActiveJob 5.2 retry logic for old jobsJohn Hawthorn2019-04-221-0/+25
* Merge pull request #35738 from gmcgibbon/aj_assert_drop_usec_docsGannon McGibbon2019-04-201-9/+9
|\
| * Fix assert_performed_with time testsGannon McGibbon2019-03-251-9/+9
* | Use individual execution counters when calculating retry delayPatrik Bóna2019-04-121-0/+20
|/
* Drop microseconds in job argument assertionsGannon McGibbon2019-03-221-0/+54
* Adding enque time tracking and loggingCory Gwin @gwincr112019-02-132-0/+13
* activejob typo fixes.alkesh262019-01-291-1/+1
* Rewrite ActiveJob exception tests so it runs with the real adaptersRosa Gutierrez2019-01-081-87/+78
* Support in-flight jobs stored before individual execution counters for `retry...Rosa Gutierrez2019-01-051-6/+25
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-214-45/+31
* Merge pull request #33992 from kirs/enqueue-return-falseRafael França2018-12-051-0/+29
|\
| * Make AJ::Base#enqueue return false if the job wasn't enqueuedKir Shatrov2018-10-281-0/+29
* | Do not deserialize GlobalID objects that were not generated by Active JobRafael Mendonça França2018-11-271-0/+4
* | Merge pull request #34376 from composerinteralia/default_queue_nameRafael França2018-11-231-1/+28
|\ \
| * | Allow using queue prefix with a default queue nameDaniel Colson2018-11-031-1/+28
* | | Keep executions for each specific exception (#34352)Alberto Almagro2018-11-231-0/+22
* | | Allow all ActiveJob assertion helper to accept Proc in their `only` kw:Edouard CHIN2018-11-211-0/+56
* | | Permit ActionController::Parameters for serializable HashBernie Chiu2018-11-191-0/+10
|/ /
* | Restore HWIA support to AJ::Arguments.deserializeGannon McGibbon2018-10-301-0/+5
* | Merge pull request #33972 from bogdanvlviv/follow-up-33897Rafael França2018-10-301-5/+5
|\ \ | |/ |/|
| * Improve `enqueue_retry.active_job` messagebogdanvlviv2018-09-251-5/+5
* | Include deserialized arguments in jobs returned by AJ test helpersAlan Wu2018-10-121-12/+12
* | Add a way to check for subset of arguments when performing jobs:Edouard CHIN2018-09-261-0/+46
* | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
|/
* Make `assert_<enqueued|performed>_with()` compare hashes ignoring order of keysSharang Dashputre2018-09-211-0/+13
* `retry_job` should publish `enqueue_retry.active_job` notificationbogdanvlviv2018-09-161-0/+5
* Update test_helper_test.rbSharang Dashputre2018-09-121-1/+1
* 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-181-0/+8
* 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
* 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-251-0/+18
* Pass the error instance as the second parameter of block executed by `discard...yuuji.yaginuma2018-05-121-1/+1
* Make sure that when serialing an just deserialized job arguments are thereRafael Mendonça França2018-05-011-6/+6
* Add support for timezones to Active JobAndrew White2018-02-222-0/+31
* Merge pull request #32026 from bogdanvlviv/improve-30941Rafael França2018-02-202-1/+9
|\