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
/
lib
/
active_job
/
queue_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `except` option for ActiveJob::TestHelper methods
posthumanism
2017-07-18
1
-2
/
+8
*
[Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
12
-0
/
+12
*
Use frozen-string-literal in ActiveJob
Kir Shatrov
2017-07-09
12
-0
/
+12
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
12
-12
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
12
-0
/
+12
*
Revert #27850 following test breakage (#28427)
David Heinemeier Hansson
2017-03-15
1
-4
/
+7
*
Append skipped jobs to enqueued_jobs
Alexander Pauly
2017-01-31
1
-7
/
+3
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Added instance variable `@queue` to JobWrapper.
InJung Chung
2016-08-19
1
-0
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
2
-14
/
+14
*
applies new string literal convention in activejob/lib
Xavier Noria
2016-08-06
11
-34
/
+34
*
Fix accessing provider_job_id inside active jobs for sidekiq adapter
Azzurrio
2016-07-28
1
-1
/
+1
*
Fix typo, `of of` -> `of` [ci skip]
Jake Worth
2016-06-09
1
-1
/
+1
*
Active Job: smaller footprint for the dev/test async adapter
Jeremy Daer
2016-02-29
1
-7
/
+98
*
[ci skip] Fix enqueuing spelling to maintain consistency
Abhishek Jain
2016-02-12
2
-2
/
+2
*
Update sucker_punch adapter's description
Jon Moss
2016-01-27
1
-6
/
+4
*
Update ActiveJob adapter for sucker_punch 2.0
Jon Moss
2016-01-27
1
-2
/
+13
*
monitor is require for SneakersAdapter
Gaurav Sharma
2015-10-06
1
-1
/
+1
*
Add job priorities to ActiveJob
wvengen
2015-09-17
2
-4
/
+4
*
Initial implementation of ActiveJob AsyncAdapter.
Jerry D'Antonio
2015-08-25
1
-0
/
+23
*
implement `provider_job_id` for `queue_classic`.
Yves Senn
2015-08-13
1
-2
/
+6
*
Merge pull request #20064 from kddeisz/qu_provider_job_id
Rafael Mendonça França
2015-05-08
1
-1
/
+5
|
\
|
*
Provide provider_job_id to qu adapter.
Kevin Deisz
2015-05-07
1
-1
/
+5
*
|
Refactor sidekiq adapter enqueue and enqueue_at methods
Mehmet Emin İNAÇ
2015-05-08
1
-6
/
+2
|
/
*
Make que report back its job_id to provider_job_id
Jeroen van Baarsen
2015-05-07
1
-2
/
+6
*
Let Sidekiq set provider_job_id
Jeroen van Baarsen
2015-05-07
1
-2
/
+6
*
Get provider_job_id from DelayedJob
Kevin Deisz
2015-05-05
1
-2
/
+6
*
Merge pull request #19498 from chanks/activejob-que-remove-named-queues
Rafael Mendonça França
2015-05-03
1
-2
/
+2
|
\
|
*
Stop using Que's named queues in its ActiveJob adapter.
Chris Hanks
2015-03-24
1
-2
/
+2
*
|
Add missing error messages for sucker_punch, sneakers and qu activejob adapte...
Mehmet Emin İNAÇ
2015-04-29
4
-4
/
+4
*
|
Pass wrapped class name to Sidekiq for logging purposes
Mike Perham
2015-03-23
1
-7
/
+9
|
/
*
`ActiveJob::QueueAdapters::*` are no longer singletons
Tamir Duberstein
2015-03-11
11
-135
/
+115
*
Avoid creating an extra hash on the job test adapter
Carlos Antonio da Silva
2015-02-24
1
-1
/
+1
*
`ActiveJob::QueueAdapters::TestAdapter` is now a singleton
Tamir Duberstein
2015-02-23
1
-26
/
+26
*
Add an `:only` option to `perform_enqueued_jobs` to filter jobs based on
Michael Ryan
2015-02-06
1
-13
/
+24
*
ActiveJob testing improvements
Cristian Bica
2014-12-30
1
-6
/
+11
*
Replace guides.ror.org/v4.2.0 with guides.ror.org
claudiob
2014-12-20
1
-1
/
+1
*
added punctuations, and role of queue_adapter module [ci skip]
Rishi Jain
2014-11-01
1
-2
/
+2
*
- Fix error string raised from `enqueue_at`
Vipul A M
2014-10-22
1
-1
/
+1
*
Don't pass retry option to Sidekiq
Ari Pollak
2014-10-08
1
-3
/
+1
*
Point to a specific version of guide to make the redirect work
Rafael Mendonça França
2014-10-08
1
-1
/
+1
*
update error message when InlineAdapter is used
yuuji.yaginuma
2014-10-08
1
-1
/
+1
*
update queue_classic details
Jean-Philippe Boily
2014-10-06
1
-4
/
+4
*
Tiny follow-up to #16999 [ci skip]
Robin Dupret
2014-09-27
2
-3
/
+3
*
Fix some typos in ActiveJob
Prathamesh Sonpatki
2014-09-27
2
-2
/
+2
*
Merge pull request #16963 from collectiveidea/activejob-dj
Rafael Mendonça França
2014-09-22
1
-3
/
+9
|
\
|
*
Cleaner queuing of jobs using Delayed Job
David Genord II
2014-09-18
1
-3
/
+9
*
|
Added RDoc for each Active Job adapter
Cristian Bica
2014-09-22
11
-22
/
+148
|
/
*
[ci skip] AJ docs fixes
Akshay Vishnoi
2014-09-18
9
-9
/
+9
*
simplify test_adapter
Abdelkader Boudih
2014-09-14
1
-43
/
+4
[next]