| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | Output junit format test report | Fumiaki MATSUSHIMA | 2019-04-04 | 1 | -0/+2 |
* | Follow up tweaks b89a3e7e638a50c648a17d09c48b49b707e1d90d [ci skip] | Ryuta Kamizono | 2019-03-31 | 1 | -1/+1 |
* | Drop microseconds in job argument assertions | Gannon McGibbon | 2019-03-22 | 3 | -0/+73 |
* | Merge tag 'v6.0.0.beta3' | eileencodes | 2019-03-13 | 2 | -1/+6 |
|\ |
|
| * | Prep release | eileencodes | 2019-03-11 | 2 | -1/+6 |
* | | Merge pull request #35559 from ashishprajapati/ashishprajapati/important_text... | Kasper Timm Hansen | 2019-03-09 | 1 | -1/+2 |
|\ \ |
|
| * | | Added missing guide links in README documentation and minor wording fix [ci s... | ashishprajapati | 2019-03-10 | 1 | -1/+2 |
| |/ |
|
* | | Fix links in gemspec and docs from http to https. | Abhay Nikam | 2019-03-09 | 2 | -4/+4 |
* | | Updated links from http to https in guides, docs, etc | Abhay Nikam | 2019-03-09 | 1 | -3/+3 |
|/ |
|
* | Preparing for 6.0.0.beta2 release | Rafael Mendonça França | 2019-02-25 | 2 | -1/+6 |
* | [ci skip] activejob typo fix. | alkesh26 | 2019-02-25 | 1 | -1/+1 |
* | Adding enque time tracking and logging | Cory Gwin @gwincr11 | 2019-02-13 | 4 | -2/+20 |
* | Document queue_as block arguments and their use | Olivier Lacan | 2019-02-11 | 1 | -0/+20 |
* | Respect ENV variables when finding DBs etc for the test suite | Matthew Draper | 2019-02-06 | 3 | -2/+3 |
* | activejob typo fixes. | alkesh26 | 2019-01-29 | 2 | -2/+2 |
* | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 2 | -1/+3 |
* | Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie... | Kasper Timm Hansen | 2019-01-08 | 1 | -0/+3 |
* | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json" | Kasper Timm Hansen | 2019-01-08 | 1 | -3/+0 |
* | Ensure 0 is always the default for the individual exception counters in Activ... | Rosa Gutierrez | 2019-01-08 | 2 | -3/+3 |
* | Rewrite ActiveJob exception tests so it runs with the real adapters | Rosa Gutierrez | 2019-01-08 | 2 | -88/+85 |
* | Support in-flight jobs stored before individual execution counters for `retry... | Rosa Gutierrez | 2019-01-05 | 3 | -21/+39 |
* | Bump license years for 2019 | Arun Agrawal | 2018-12-31 | 2 | -2/+2 |
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 7 | -72/+50 |
* | Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#... | Ryuta Kamizono | 2018-12-20 | 1 | -1/+0 |
* | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 2 | -3/+3 |
* | Do not require `webpacker` in Active Job integration tests | yuuji.yaginuma | 2018-12-08 | 1 | -0/+1 |
* | Improve deprecation message for enqueue returning false | Rafael Mendonça França | 2018-12-05 | 2 | -1/+16 |
* | Merge pull request #33992 from kirs/enqueue-return-false | Rafael França | 2018-12-05 | 4 | -1/+53 |
|\ |
|
| * | Make AJ::Base#enqueue return false if the job wasn't enqueued | Kir Shatrov | 2018-10-28 | 4 | -1/+53 |
* | | Do not deserialize GlobalID objects that were not generated by Active Job | Rafael Mendonça França | 2018-11-27 | 2 | -1/+5 |
* | | Merge pull request #34376 from composerinteralia/default_queue_name | Rafael França | 2018-11-23 | 2 | -2/+29 |
|\ \ |
|
| * | | Allow using queue prefix with a default queue name | Daniel Colson | 2018-11-03 | 2 | -2/+29 |
* | | | Keep executions for each specific exception (#34352) | Alberto Almagro | 2018-11-23 | 5 | -4/+51 |
* | | | Allow all ActiveJob assertion helper to accept Proc in their `only` kw: | Edouard CHIN | 2018-11-21 | 4 | -4/+101 |
* | | | Permit ActionController::Parameters for serializable Hash | Bernie Chiu | 2018-11-19 | 3 | -3/+34 |
* | | | Change queueing to queuing in docs and comments [skip ci] | jacobherrington | 2018-11-18 | 7 | -13/+13 |
* | | | 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 |
* | | | Amend CVE note and security guide section wordings | Gannon McGibbon | 2018-11-06 | 1 | -3/+3 |
* | | | Add CVE note to security guide and gemspecs | Gannon McGibbon | 2018-11-06 | 1 | -0/+3 |
|/ / |
|
* | | Restore HWIA support to AJ::Arguments.deserialize | Gannon McGibbon | 2018-10-30 | 3 | -1/+13 |
* | | Merge pull request #33972 from bogdanvlviv/follow-up-33897 | Rafael França | 2018-10-30 | 2 | -9/+13 |
|\ \
| |/
|/| |
|
| * | Improve `enqueue_retry.active_job` message | bogdanvlviv | 2018-09-25 | 2 | -9/+13 |
* | | Merge pull request #34204 from XrXr/aj-test-helper-args | Rafael França | 2018-10-24 | 3 | -15/+20 |
|\ \ |
|
| * | | Include deserialized arguments in jobs returned by AJ test helpers | Alan Wu | 2018-10-12 | 3 | -15/+20 |
* | | | Remove an extra `@mutex.synchronize` | yuuji.yaginuma | 2018-10-19 | 1 | -12/+1 |