| Commit message (Expand) | Author | Age | Files | Lines |
* | Ability to test activejobs with relative delay | Vlado Cingel | 2019-07-26 | 1 | -1/+2 |
* | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 8 | -8/+0 |
* | Start Rails 6.1 development | Rafael Mendonça França | 2019-04-24 | 1 | -2/+2 |
* | Use ActiveJob 5.2 retry logic for old jobs | John Hawthorn | 2019-04-22 | 1 | -5/+12 |
* | Use individual execution counters when calculating retry delay | Patrik Bóna | 2019-04-12 | 1 | -2/+2 |
* | Merge pull request #35873 from prathamesh-sonpatki/enqueuing-fixes | Eileen M. Uchitelle | 2019-04-05 | 1 | -1/+1 |
|\ |
|
| * | Fix the deprecation warning about `config.active_job.return_false_on_aborted_... | Prathamesh Sonpatki | 2019-04-05 | 1 | -1/+1 |
* | | Add Active Job release notes [ci skip] (#35872) | प्रथमेश Sonpatki | 2019-04-05 | 1 | -2/+2 |
|/ |
|
* | Drop microseconds in job argument assertions | Gannon McGibbon | 2019-03-22 | 1 | -0/+14 |
* | Merge tag 'v6.0.0.beta3' | eileencodes | 2019-03-13 | 1 | -1/+1 |
|\ |
|
| * | Prep release | eileencodes | 2019-03-11 | 1 | -1/+1 |
* | | Fix links in gemspec and docs from http to https. | Abhay Nikam | 2019-03-09 | 1 | -3/+3 |
|/ |
|
* | Preparing for 6.0.0.beta2 release | Rafael Mendonça França | 2019-02-25 | 1 | -1/+1 |
* | [ci skip] activejob typo fix. | alkesh26 | 2019-02-25 | 1 | -1/+1 |
* | Adding enque time tracking and logging | Cory Gwin @gwincr11 | 2019-02-13 | 2 | -2/+7 |
* | Document queue_as block arguments and their use | Olivier Lacan | 2019-02-11 | 1 | -0/+20 |
* | activejob typo fixes. | alkesh26 | 2019-01-29 | 1 | -1/+1 |
* | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 1 | -1/+1 |
* | Ensure 0 is always the default for the individual exception counters in Activ... | Rosa Gutierrez | 2019-01-08 | 2 | -3/+3 |
* | Support in-flight jobs stored before individual execution counters for `retry... | Rosa Gutierrez | 2019-01-05 | 1 | -4/+11 |
* | Bump license years for 2019 | Arun Agrawal | 2018-12-31 | 1 | -1/+1 |
* | Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#... | Ryuta Kamizono | 2018-12-20 | 1 | -1/+0 |
* | Improve deprecation message for enqueue returning false | Rafael Mendonça França | 2018-12-05 | 1 | -1/+9 |
* | Merge pull request #33992 from kirs/enqueue-return-false | Rafael França | 2018-12-05 | 2 | -1/+15 |
|\ |
|
| * | Make AJ::Base#enqueue return false if the job wasn't enqueued | Kir Shatrov | 2018-10-28 | 2 | -1/+15 |
* | | Do not deserialize GlobalID objects that were not generated by Active Job | Rafael Mendonça França | 2018-11-27 | 1 | -1/+1 |
* | | Merge pull request #34376 from composerinteralia/default_queue_name | Rafael França | 2018-11-23 | 1 | -1/+1 |
|\ \ |
|
| * | | Allow using queue prefix with a default queue name | Daniel Colson | 2018-11-03 | 1 | -1/+1 |
* | | | Keep executions for each specific exception (#34352) | Alberto Almagro | 2018-11-23 | 2 | -4/+13 |
* | | | Allow all ActiveJob assertion helper to accept Proc in their `only` kw: | Edouard CHIN | 2018-11-21 | 2 | -4/+40 |
* | | | Permit ActionController::Parameters for serializable Hash | Bernie Chiu | 2018-11-19 | 1 | -3/+9 |
* | | | Change queueing to queuing in docs and comments [skip ci] | jacobherrington | 2018-11-18 | 5 | -7/+7 |
* | | | Make `PERMITTED_TYPES` private | Alberto Almagro | 2018-11-12 | 1 | -4/+3 |
* | | | Document missing supported types [ci skip] | Alberto Almagro | 2018-11-11 | 2 | -7/+12 |
* | | | Restore `private_constant` which is lost accidentally in #30941 | Ryuta Kamizono | 2018-11-09 | 1 | -1/+1 |
|/ / |
|
* | | Restore HWIA support to AJ::Arguments.deserialize | Gannon McGibbon | 2018-10-30 | 1 | -1/+4 |
* | | Merge pull request #33972 from bogdanvlviv/follow-up-33897 | Rafael França | 2018-10-30 | 1 | -4/+8 |
|\ \
| |/
|/| |
|
| * | Improve `enqueue_retry.active_job` message | bogdanvlviv | 2018-09-25 | 1 | -4/+8 |
* | | Merge pull request #34204 from XrXr/aj-test-helper-args | Rafael França | 2018-10-24 | 1 | -3/+3 |
|\ \ |
|
| * | | Include deserialized arguments in jobs returned by AJ test helpers | Alan Wu | 2018-10-12 | 1 | -3/+3 |
* | | | Clarify docs of `ActiveJob::TestHelper` [ci skip] | bogdanvlviv | 2018-10-16 | 1 | -3/+3 |
* | | | [ci skip] Fix link to Concurrent::ThreadPoolExecutor docs | Orhan Toy | 2018-10-11 | 1 | -1/+1 |
* | | | Remove unnecessary use of `included` in ActiveJob::Core | Alan Wu | 2018-10-05 | 1 | -21/+19 |
|/ / |
|
* | | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 2 | -4/+4 |
* | | Documentation clarity in ActiveJob::TestHelper [ci skip] (#33571) | Mohit Natoo | 2018-09-28 | 1 | -8/+8 |
* | | Merge pull request #33570 from mohitnatoo/queue_adapter_name_doc | Ryuta Kamizono | 2018-09-28 | 1 | -0/+2 |
|\ \ |
|
| * | | Documentation for queue_adapter_name method in ActiveJob::QueueAdapter [ci skip] | Mohit Natoo | 2018-08-10 | 1 | -0/+2 |
* | | | Add a way to check for subset of arguments when performing jobs: | Edouard CHIN | 2018-09-26 | 1 | -2/+48 |
| |/
|/| |
|
* | | Extract `instrument` method. | Kasper Timm Hansen | 2018-09-23 | 1 | -26/+11 |
* | | Fix "warning: shadowing outer local variable - job" | yuuji.yaginuma | 2018-09-22 | 1 | -2/+2 |