aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix "warning: shadowing outer local variable - job"yuuji.yaginuma2018-09-221-2/+2
* | Make `assert_<enqueued|performed>_with()` compare hashes ignoring order of keysSharang Dashputre2018-09-211-9/+16
* | `retry_job` should publish `enqueue_retry.active_job` notificationbogdanvlviv2018-09-162-12/+18
* | Update arguments.rb [ci skip]Sharang Dashputre2018-09-131-1/+1
* | Include test helpers when ActionDispatch::IntegrationTest is loadedRicardo Díaz2018-09-121-0/+4
* | Merge pull request #33823 from stoodfarback/aj_backburner_fix_priorityRafael França2018-09-101-2/+2
|\ \
| * | ActiveJob Backburner adapter: fix prioritystoodfarback2018-09-071-2/+2
* | | clarifies documentation around the attempts arugment to retry_onGraham Turner2018-09-091-1/+3
|/ /
* | Merge pull request #33751 from steves/add_retry_notifications_to_ajRafael França2018-08-302-8/+52
|\ \
| * | Move ActiveJob retry and discard logging into log subscriberSteve S2018-08-302-5/+31
| * | Add hooks to ActiveJob around retries and discardsSteve S2018-08-291-7/+25
* | | Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-6/+8
* | | Convert remaining usage of whitelist and blacklistKevin Deisz2018-08-241-5/+5
|/ /
* | DRY in `assert_enqueued_jobs`bogdanvlviv2018-08-201-2/+6
* | Fix formatting of `ActiveJob::TestHelper` api docsbogdanvlviv2018-08-201-4/+4
* | Allow `assert_performed_with` to be called without a block.bogdanvlviv2018-08-201-7/+34
* | Fix `assert_performed_jobs` and `assert_no_performed_jobs`bogdanvlviv2018-08-201-14/+28