- Remove Dependabot
- Add Renovate dependency dashboard
- Update test dependency sinatra to v4
- Update paambaati/codeclimate-action action to v9
- Dropped Ruby 2.x support
- Dropped Sidekiq 6.x support
- Updated rspec-sidekiq to 4.1
- Updated sinatra to 3.1
- Updated actions/checkout, actions/upload-artifact and actions/download-artifact to v4
- Updated paambaati/codeclimate-action to v5
- Updated rubocop to version 1.37 and set the required_ruby_version to >= 2.6
- Update sidekiq dependency to allow version 7
- Updated max error message length to be configurable
- Updated rack-test requirement from ~> 1.1 to ~> 2.0
- Fix downgrade rubocop to '1.28' to keep support for JRuby '9.2.20.1'
- Added a filter based on error messages
- Updated rubocop to version 1.30
- Updated rubyzip to version 2.3
- Removed Travis CI integration
- Added option to export and re-import dead jobs
- Updated sidekiq dependency to 6.4.0
- Added CHANGELOG.md
- Added renovate.json
- Added ruby-build github workflow
- Added .rspec config file
- Updated support for Sidekiq 6.2.2 and higher
- Updated travis CI config to use latest ruby versions
- Updated to use GitHub-native Dependabot
- Updated spech_helper
- Updated approvals to version 0.0.25
- Consider also explicitly stating that PRs must pass RuboCop to be accepted
- Added rubocop badge to README.md
- Upgraded rubocop and rt_rubocop_defaults
- Updated rake requirement from ~> 12.3 to ~> 13.0
- Updated Travis CI to use JRuby-9.2.10.0
- Updated README to clarify RuboCop install
- Added ruby 2.7.0 to travis file and mark ruby 2.4.9 as optional
- Updated codeclimate.yml to enable rubocop
- Fixed pagination on morgue page
- Fixed rubocopo issues
- Added RubyGems badge
- Added custom locales
- Renamed gem from sidekiq-cleaner to sidekiq-undertaker
- Updated do not show 'all' as job or error name in titles
- Updated gemspec, .travis.yml and README.md
- Updated rename buckets and add the 'older' bucket
- Refactored move sort into JobAggregator
- Renamed JobAggregator to JobDistributor
- Updated translations
- Updated add '/filter' and '/morgue' prefixes to URLs
- Renamed Helpers to APIHelpers
- Moved view files to top level web folder
- Renamed views
- Moved WebExtension::Helper into separate file
- Removed before install steps from .travis.yml
- Updated README.md to fix broken members link
- Fixed approvals specs after sidekiq ref update
- Fixed sidekiq dependency in gemspec
- Fixed broken links in filter view
- Fixed Travis link
- Fixed paths in views
- Added Test Coverage Badge
- Added CodeClimate configuration
- Added support for JRuby
- Added .travis.yml
- Added support for csrf and allowed this to be used with newer versions of sidekiq
- Updated travis config
- Updated Rubocop and RtRubocopDefaults gems
- Updated README.md
- Updated gemspec
- Renamed approvals specs to shorten file path
- Updated approval specs to exclude Sidekiq::VERSION
- Removed celluloid dependency
- Allowed developers to use other Rubies
- Removed .ruby-version and added .ruby-version and .rvmrc to the .gitignore
- Fixed "Retry All" and "Delete All" function
- Fixed Csrf and sidekiq version compatibility
- Fixed Cleaner Redirect Bug