aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/jobs
Commit message (Expand)AuthorAgeFilesLines
* Require time extensions in the job that depends on timeRafael Mendonça França2019-08-021-0/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Rewrite ActiveJob exception tests so it runs with the real adaptersRosa Gutierrez2019-01-081-1/+7
* Support in-flight jobs stored before individual execution counters for `retry...Rosa Gutierrez2019-01-051-11/+3
* Merge pull request #33992 from kirs/enqueue-return-falseRafael França2018-12-051-0/+9
|\
| * Make AJ::Base#enqueue return false if the job wasn't enqueuedKir Shatrov2018-10-281-0/+9
* | Keep executions for each specific exception (#34352)Alberto Almagro2018-11-231-0/+9
|/
* Make `assert_<enqueued|performed>_with()` compare hashes ignoring order of keysSharang Dashputre2018-09-211-0/+9
* Increment execution count before deserialize argumentsyuuji.yaginuma2018-08-181-0/+1
* Allow passing multiple exceptions to retry_on/discard_onGeorge Claghorn2018-06-251-0/+7
* 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-121-1/+1
* Add support for timezones to Active JobAndrew White2018-02-221-0/+22
* Merge branch 'master' into custom-discarded-job-handlingAidan Haran2017-12-091-1/+1
|\
| * Test exception message to ensure an exception instance is yieldedKazunori Kajihiro2017-10-131-1/+1
* | Allow for custom handling of exceptions that are discardedAidan Haran2017-09-161-0/+2
|/
* [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-1115-0/+15
* Use frozen-string-literal in ActiveJobKir Shatrov2017-07-0915-0/+15
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0215-15/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-0115-0/+15
* Add error logging to Active JobSteven Bull2017-03-271-1/+1
* correctly set test adapter when configure the queue adapter on a per job (#26...Yuji Yaginuma2017-01-311-0/+3
* remove useless importSnowmanzzz(Zhengzhong Zhao)2016-12-301-2/+0
* use `descendants` to get class that inherited `ActiveJob::Base`yuuji.yaginuma2016-09-052-0/+9
* Yield the job instance so you have access to things like `job.arguments` on t...David Heinemeier Hansson2016-08-161-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-063-3/+0
* applies new string literal convention in activejob/testXavier Noria2016-08-068-13/+13
* Fix tests against ActiveSupport::DurationsDavid Heinemeier Hansson2016-08-021-0/+2
* Allow for custom handling of exceptions that persist beyond the retry attemptsDavid Heinemeier Hansson2016-08-011-0/+2
* Add exponentially_longer and custom wait algorithmsDavid Heinemeier Hansson2016-08-011-0/+4
* Use descriptive exception namesDavid Heinemeier Hansson2016-08-011-6/+6
* Add retry_on/discard_on for better exception handlingDavid Heinemeier Hansson2016-07-291-0/+21
* Fix accessing provider_job_id inside active jobs for sidekiq adapterAzzurrio2016-07-281-0/+7
* Fix jobs overriding AJ::Base#loggerJean Boussier2016-06-171-0/+9
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-1/+1
* Initial implementation of ActiveJob AsyncAdapter.Jerry D'Antonio2015-08-251-0/+10
* Fixes #20799Johannes Opper2015-08-041-0/+10
* Allow keyword arguments to work with ActiveJobSean Griffin2015-01-301-0/+7
* - Inline AJ around_perform and around_enqueue in CallbackJob used for tests.Vipul A M2014-10-211-16/+13
* Active Job refactoringCristian Bica2014-09-032-2/+2
* [ActiveJob] extract JobBuffer from helperAbdelkader Boudih2014-08-293-0/+6
* [ActiveJob] raise DeserializationError when got an error deserializingCristian Bica2014-08-171-0/+5
* [ActiveJob] Fix tests for sucker_punchAbdelkader Boudih2014-08-173-4/+4
* Moved AR testing from using global variable to thread variableCristian Bica2014-08-163-5/+5
* Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709'Abdelkader Boudih2014-08-126-0/+83