aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib
Commit message (Expand)AuthorAgeFilesLines
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-2/+2
* Ability to test activejobs with relative delayVlado Cingel2019-07-261-1/+2
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-138-8/+0
* Start Rails 6.1 developmentRafael Mendonça França2019-04-241-2/+2
* Use ActiveJob 5.2 retry logic for old jobsJohn Hawthorn2019-04-221-5/+12
* Use individual execution counters when calculating retry delayPatrik Bóna2019-04-121-2/+2
* Merge pull request #35873 from prathamesh-sonpatki/enqueuing-fixesEileen M. Uchitelle2019-04-051-1/+1
|\
| * Fix the deprecation warning about `config.active_job.return_false_on_aborted_...Prathamesh Sonpatki2019-04-051-1/+1
* | Add Active Job release notes [ci skip] (#35872)प्रथमेश Sonpatki2019-04-051-2/+2
|/
* Drop microseconds in job argument assertionsGannon McGibbon2019-03-221-0/+14
* Merge tag 'v6.0.0.beta3'eileencodes2019-03-131-1/+1
|\
| * Prep releaseeileencodes2019-03-111-1/+1
* | Fix links in gemspec and docs from http to https.Abhay Nikam2019-03-091-3/+3
|/
* Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-251-1/+1
* [ci skip] activejob typo fix.alkesh262019-02-251-1/+1
* Adding enque time tracking and loggingCory Gwin @gwincr112019-02-132-2/+7
* Document queue_as block arguments and their useOlivier Lacan2019-02-111-0/+20
* activejob typo fixes.alkesh262019-01-291-1/+1
* Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-181-1/+1
* Ensure 0 is always the default for the individual exception counters in Activ...Rosa Gutierrez2019-01-082-3/+3
* Support in-flight jobs stored before individual execution counters for `retry...Rosa Gutierrez2019-01-051-4/+11
* Bump license years for 2019Arun Agrawal2018-12-311-1/+1
* Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-201-1/+0
* Improve deprecation message for enqueue returning falseRafael Mendonça França2018-12-051-1/+9
* Merge pull request #33992 from kirs/enqueue-return-falseRafael França2018-12-052-1/+15
|\
| * Make AJ::Base#enqueue return false if the job wasn't enqueuedKir Shatrov2018-10-282-1/+15
* | Do not deserialize GlobalID objects that were not generated by Active JobRafael Mendonça França2018-11-271-1/+1
* | Merge pull request #34376 from composerinteralia/default_queue_nameRafael França2018-11-231-1/+1
|\ \
| * | Allow using queue prefix with a default queue nameDaniel Colson2018-11-031-1/+1
* | | Keep executions for each specific exception (#34352)Alberto Almagro2018-11-232-4/+13
* | | Allow all ActiveJob assertion helper to accept Proc in their `only` kw:Edouard CHIN2018-11-212-4/+40
* | | Permit ActionController::Parameters for serializable HashBernie Chiu2018-11-191-3/+9
* | | Change queueing to queuing in docs and comments [skip ci]jacobherrington2018-11-185-7/+7
* | | Make `PERMITTED_TYPES` privateAlberto Almagro2018-11-121-4/+3
* | | Document missing supported types [ci skip]Alberto Almagro2018-11-112-7/+12
* | | Restore `private_constant` which is lost accidentally in #30941Ryuta Kamizono2018-11-091-1/+1
|/ /
* | Restore HWIA support to AJ::Arguments.deserializeGannon McGibbon2018-10-301-1/+4
* | Merge pull request #33972 from bogdanvlviv/follow-up-33897Rafael França2018-10-301-4/+8
|\ \ | |/ |/|
| * Improve `enqueue_retry.active_job` messagebogdanvlviv2018-09-251-4/+8
* | Merge pull request #34204 from XrXr/aj-test-helper-argsRafael França2018-10-241-3/+3
|\ \
| * | Include deserialized arguments in jobs returned by AJ test helpersAlan Wu2018-10-121-3/+3
* | | Clarify docs of `ActiveJob::TestHelper` [ci skip]bogdanvlviv2018-10-161-3/+3
* | | [ci skip] Fix link to Concurrent::ThreadPoolExecutor docsOrhan Toy2018-10-111-1/+1
* | | Remove unnecessary use of `included` in ActiveJob::CoreAlan Wu2018-10-051-21/+19
|/ /
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-292-4/+4
* | Documentation clarity in ActiveJob::TestHelper [ci skip] (#33571)Mohit Natoo2018-09-281-8/+8
* | Merge pull request #33570 from mohitnatoo/queue_adapter_name_docRyuta Kamizono2018-09-281-0/+2
|\ \
| * | Documentation for queue_adapter_name method in ActiveJob::QueueAdapter [ci skip]Mohit Natoo2018-08-101-0/+2
* | | Add a way to check for subset of arguments when performing jobs:Edouard CHIN2018-09-261-2/+48
| |/ |/|
* | Extract `instrument` method.Kasper Timm Hansen2018-09-231-26/+11