.. |
extensions
|
Disable delay extensions by default, fixes #3174 (#3299)
|
2017-01-04 10:30:42 -08:00 |
middleware
|
Remove job duplication edge case with Sidekiq Pro, fixes #3388
|
2017-03-15 10:03:47 -07:00 |
testing
|
Freeze all string literals in source, fixes #2741
|
2015-12-31 15:33:35 -08:00 |
web
|
Remove Hash#{stringify,symbolize}_keys, #3474
|
2017-05-15 14:57:03 -07:00 |
api.rb
|
Fix Redis Cluster issue with mget, fixes #3492
|
2017-05-31 12:08:57 -07:00 |
cli.rb
|
fix cli
|
2017-06-05 11:30:31 -07:00 |
client.rb
|
Document that anything in sidekiq_options can also be sent to push
|
2017-05-25 13:00:42 -07:00 |
core_ext.rb
|
Remove core_ext usage
|
2017-06-05 10:45:39 -07:00 |
delay.rb
|
Update how delayed extensions are loaded, fixes #3509
|
2017-06-16 08:47:34 -07:00 |
exception_handler.rb
|
Merge branch 'master' into frozen
|
2016-04-21 13:15:00 -07:00 |
fetch.rb
|
Freeze all string literals in source, fixes #2741
|
2015-12-31 15:33:35 -08:00 |
job_logger.rb
|
Rescue at the method level in JobLogger (#3464)
|
2017-05-08 12:50:36 -07:00 |
job_retry.rb
|
Move class_attribute impl into Sidekiq::Worker
|
2017-05-15 14:57:03 -07:00 |
launcher.rb
|
Switch default quiet signal to TSTP as it is available on JRuby, fixes #3302 (#3302)
|
2017-01-03 15:24:48 -08:00 |
logging.rb
|
Extract Processor#log_context to ease extending what's logged (#3463)
|
2017-05-10 11:56:36 -07:00 |
manager.rb
|
Update Manager description (#3291)
|
2016-12-23 08:15:16 -08:00 |
paginator.rb
|
Freeze all string literals in source, fixes #2741
|
2015-12-31 15:33:35 -08:00 |
processor.rb
|
polish
|
2017-06-07 10:26:44 -07:00 |
rails.rb
|
Move constantize to Sidekiq::Util, #3474
|
2017-05-15 14:57:03 -07:00 |
redis_connection.rb
|
Add default Redis client identifier, #3516
|
2017-06-16 08:40:43 -07:00 |
scheduled.rb
|
Fix Ruby warnings, thanks for the reminder @nateberkopec
|
2016-08-30 13:29:03 -07:00 |
testing.rb
|
Push constantize impl to where it is used.
|
2017-05-15 14:57:03 -07:00 |
util.rb
|
Remove core_ext usage
|
2017-06-05 10:45:39 -07:00 |
version.rb
|
polish
|
2017-06-07 10:26:44 -07:00 |
web.rb
|
class attributes must inherit or we break Pro UI extensions
|
2016-10-17 11:16:26 -07:00 |
worker.rb
|
Fix overriding class_attribute core extension from ActiveSupport with Sidekiq one
|
2017-06-06 08:10:08 -07:00 |