index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activejob
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start Rails 6.1 development
Rafael Mendonça França
2019-04-24
1
-138
/
+1
*
Use individual execution counters when calculating retry delay
Patrik Bóna
2019-04-12
1
-0
/
+4
*
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
1
-0
/
+5
*
Prep release
eileencodes
2019-03-11
1
-0
/
+5
*
Preparing for 6.0.0.beta2 release
Rafael Mendonça França
2019-02-25
1
-0
/
+5
*
Preparing for 6.0.0.beta1 release
Rafael Mendonça França
2019-01-18
1
-0
/
+2
*
Require Ruby 2.5 for Rails 6.
Kasper Timm Hansen
2018-12-19
1
-2
/
+2
*
Improve deprecation message for enqueue returning false
Rafael Mendonça França
2018-12-05
1
-0
/
+7
*
Keep executions for each specific exception (#34352)
Alberto Almagro
2018-11-23
1
-0
/
+7
*
Allow all ActiveJob assertion helper to accept Proc in their `only` kw:
Edouard CHIN
2018-11-21
1
-0
/
+5
*
Restore HWIA support to AJ::Arguments.deserialize
Gannon McGibbon
2018-10-30
1
-0
/
+4
*
Include deserialized arguments in jobs returned by AJ test helpers
Alan Wu
2018-10-12
1
-0
/
+5
*
Add a way to check for subset of arguments when performing jobs:
Edouard CHIN
2018-09-26
1
-0
/
+6
*
Add changelog entries for #33849 [ci skip]
bogdanvlviv
2018-09-13
1
-0
/
+4
*
Add hooks to ActiveJob around retries and discards
Steve S
2018-08-29
1
-0
/
+4
*
Allow `assert_performed_with` to be called without a block.
bogdanvlviv
2018-08-20
1
-0
/
+4
*
Fix `assert_performed_jobs` and `assert_no_performed_jobs`
bogdanvlviv
2018-08-20
1
-0
/
+5
*
Add changelog entry about adding `:queue` option to job assertions and helpers
bogdanvlviv
2018-08-20
1
-13
/
+4
*
Allow `perform_enqueued_jobs` to be called without a block.
Kevin Deisz
2018-08-15
1
-0
/
+6
*
[ci skip] Fixup changelog. Trim title. Mention benefit.
Kasper Timm Hansen
2018-07-20
1
-1
/
+4
*
Wrap ActiveJob::Enqueue in evented ActiveSupport::Notification
zvkemp
2018-07-17
1
-0
/
+4
*
Allow `queue` option to `assert_no_enqueued_jobs`
bogdanvlviv
2018-06-30
1
-0
/
+13
*
Allow call `assert_enqueued_with` and `assert_enqueued_email_with` with no block
bogdanvlviv
2018-06-29
1
-0
/
+15
*
Add changelog entry for 3110cae [ci skip]
bogdanvlviv
2018-06-27
1
-0
/
+4
*
Pass the error instance as the second parameter of block executed by `discard...
yuuji.yaginuma
2018-05-12
1
-0
/
+6
*
Remove support for Qu gem.
Alberto Almagro
2018-03-19
1
-0
/
+8
*
Remove changelog header for unreleased version
Rafael Mendonça França
2018-03-13
1
-2
/
+0
*
Fix CHANGELOGs [ci skip]
bogdanvlviv
2018-03-12
1
-1
/
+1
*
Add support for timezones to Active Job
Andrew White
2018-02-22
1
-0
/
+8
*
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
1
-0
/
+6
*
Add CHANGELOG entry
Rafael Mendonça França
2018-02-14
1
-0
/
+3
*
Start Rails 6.0 development!!!
Rafael Mendonça França
2018-01-30
1
-27
/
+1
*
Fix CHANGELOG format [ci skip]
Ryuta Kamizono
2018-01-24
1
-4
/
+5
*
Merge branch 'master' into custom-discarded-job-handling
Aidan Haran
2017-12-09
1
-4
/
+8
|
\
|
*
Preparing for 5.2.0.beta2 release
Rafael Mendonça França
2017-11-28
1
-0
/
+5
|
*
Preparing for 5.2.0.beta1 release
Rafael Mendonça França
2017-11-27
1
-0
/
+2
|
*
Remove CHANGELOT entry for the change that was backported to 5-1-stable [ci s...
Prathamesh Sonpatki
2017-10-23
1
-7
/
+0
|
*
redis-rb 4.0 support
Jeremy Daer
2017-10-08
1
-0
/
+4
*
|
Allow for custom handling of exceptions that are discarded
Aidan Haran
2017-09-16
1
-0
/
+16
|
/
*
Cleanup CHANGELOGs [ci skip]
Ryuta Kamizono
2017-04-30
1
-0
/
+1
*
Add error logging to Active Job
Steven Bull
2017-03-27
1
-0
/
+6
*
Start Rails 5.2 development
Matthew Draper
2017-03-22
1
-49
/
+1
*
Revert #27850 following test breakage (#28427)
David Heinemeier Hansson
2017-03-15
1
-4
/
+0
*
Preparing for 5.1.0.beta1 release
Rafael Mendonça França
2017-02-23
1
-0
/
+2
*
Remove extra spaces
Jon Moss
2017-02-21
1
-1
/
+1
*
correctly set test adapter when configure the queue adapter on a per job (#26...
Yuji Yaginuma
2017-01-31
1
-0
/
+6
*
Append skipped jobs to enqueued_jobs
Alexander Pauly
2017-01-31
1
-0
/
+4
*
Removed deprecated support to passing the adapter class to .queue_adapter
Rafael Mendonça França
2016-10-10
1
-0
/
+4
*
Removed deprecated #original_exception in ActiveJob::DeserializationError
Rafael Mendonça França
2016-10-10
1
-0
/
+4
[next]