mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
3845832c20
* Check Config File Existence (#4054) * Check config file existence * Eager config file check * Parse expanded path to default sidekiq.yml config file in Rails app * Cleanup * Add minitest-around * Extract context from formatter * Add JSON logger formatter * Adjust job logger to handle elapsed time within context * Add tid test * Rename processor logger * Enforce global state reset in logging tests * Add warning about upcoming refactoring to Sidekiq::Logging * Replace around hook with explicit stub inside test It's implemented with fibers, which means Thread.current returns different values in JRuby. * Fix typo * Concise JSON formatter keys * Add logger_formatter option * Shift context from array of strings to hash Allows more flexibly format context in the different formatters. * Adjust warning message regarding context type change * Add "Formatter" suffix to classes * Fix CLI specs * Replace Sidekiq::Logging with Sidekiq::Logger * Namespace logger formatters * Remove rails 4 appraisal |
||
---|---|---|
.. | ||
dummy/config | ||
fixtures | ||
config.yml | ||
config_empty.yml | ||
config_environment.yml | ||
config_string.yml | ||
fake_env.rb | ||
helper.rb | ||
test_actors.rb | ||
test_api.rb | ||
test_cli.rb | ||
test_client.rb | ||
test_dead_set.rb | ||
test_exception_handler.rb | ||
test_extensions.rb | ||
test_fetch.rb | ||
test_job_logger.rb | ||
test_launcher.rb | ||
test_logger.rb | ||
test_manager.rb | ||
test_middleware.rb | ||
test_processor.rb | ||
test_rails.rb | ||
test_redis_connection.rb | ||
test_retry.rb | ||
test_retry_exhausted.rb | ||
test_scheduled.rb | ||
test_scheduling.rb | ||
test_sidekiq.rb | ||
test_sidekiqctl.rb | ||
test_testing.rb | ||
test_testing_fake.rb | ||
test_testing_inline.rb | ||
test_util.rb | ||
test_web.rb | ||
test_web_helpers.rb |