aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
Commit message (Expand)AuthorAgeFilesLines
* Require time extensions in the job that depends on timeRafael Mendonça França2019-08-021-0/+1
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-012-3/+3
* Ability to test activejobs with relative delayVlado Cingel2019-07-263-1/+23
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1311-11/+0
* Start Rails 6.1 developmentRafael Mendonça França2019-04-242-140/+3
* Use ActiveJob 5.2 retry logic for old jobsJohn Hawthorn2019-04-222-5/+37
* Merge pull request #35738 from gmcgibbon/aj_assert_drop_usec_docsGannon McGibbon2019-04-201-9/+9
|\
| * Fix assert_performed_with time testsGannon McGibbon2019-03-251-9/+9
* | Use individual execution counters when calculating retry delayPatrik Bóna2019-04-123-2/+26
* | 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
|/ /
* | Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* | Follow up tweaks b89a3e7e638a50c648a17d09c48b49b707e1d90d [ci skip]Ryuta Kamizono2019-03-311-1/+1
|/
* Drop microseconds in job argument assertionsGannon McGibbon2019-03-223-0/+73
* Merge tag 'v6.0.0.beta3'eileencodes2019-03-132-1/+6
|\
| * Prep releaseeileencodes2019-03-112-1/+6
* | Merge pull request #35559 from ashishprajapati/ashishprajapati/important_text...Kasper Timm Hansen2019-03-091-1/+2
|\ \
| * | Added missing guide links in README documentation and minor wording fix [ci s...ashishprajapati2019-03-101-1/+2
| |/
* | Fix links in gemspec and docs from http to https.Abhay Nikam2019-03-092-4/+4
* | Updated links from http to https in guides, docs, etcAbhay Nikam2019-03-091-3/+3
|/
* Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-252-1/+6
* [ci skip] activejob typo fix.alkesh262019-02-251-1/+1
* Adding enque time tracking and loggingCory Gwin @gwincr112019-02-134-2/+20
* Document queue_as block arguments and their useOlivier Lacan2019-02-111-0/+20
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-063-2/+3
* activejob typo fixes.alkesh262019-01-292-2/+2
* Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-182-1/+3
* Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...Kasper Timm Hansen2019-01-081-0/+3
* Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"Kasper Timm Hansen2019-01-081-3/+0
* Ensure 0 is always the default for the individual exception counters in Activ...Rosa Gutierrez2019-01-082-3/+3
* Rewrite ActiveJob exception tests so it runs with the real adaptersRosa Gutierrez2019-01-082-88/+85
* Support in-flight jobs stored before individual execution counters for `retry...Rosa Gutierrez2019-01-053-21/+39
* Bump license years for 2019Arun Agrawal2018-12-312-2/+2
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-217-72/+50
* Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-201-1/+0
* Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-192-3/+3
* Do not require `webpacker` in Active Job integration testsyuuji.yaginuma2018-12-081-0/+1
* Improve deprecation message for enqueue returning falseRafael Mendonça França2018-12-052-1/+16
* Merge pull request #33992 from kirs/enqueue-return-falseRafael França2018-12-054-1/+53
|\
| * Make AJ::Base#enqueue return false if the job wasn't enqueuedKir Shatrov2018-10-284-1/+53
* | Do not deserialize GlobalID objects that were not generated by Active JobRafael Mendonça França2018-11-272-1/+5
* | Merge pull request #34376 from composerinteralia/default_queue_nameRafael França2018-11-232-2/+29
|\ \
| * | Allow using queue prefix with a default queue nameDaniel Colson2018-11-032-2/+29
* | | Keep executions for each specific exception (#34352)Alberto Almagro2018-11-235-4/+51
* | | Allow all ActiveJob assertion helper to accept Proc in their `only` kw:Edouard CHIN2018-11-214-4/+101
* | | Permit ActionController::Parameters for serializable HashBernie Chiu2018-11-193-3/+34
* | | Change queueing to queuing in docs and comments [skip ci]jacobherrington2018-11-187-13/+13
* | | Make `PERMITTED_TYPES` privateAlberto Almagro2018-11-121-4/+3
* | | Document missing supported types [ci skip]Alberto Almagro2018-11-112-7/+12