dep: bump sidekiq-cron from 1.3.0 to 1.4.0
Bumps sidekiq-cron from 1.3.0 to 1.4.0.
Release notes
Sourced from sidekiq-cron's releases.
v1.4.0
What's Changed
- redis: invocation of deprecated functionality removed by
@olegykz
in ondrejbartas/sidekiq-cron#318- code cleanup of unsupported Sidekiq versions by
@markets
in ondrejbartas/sidekiq-cron#317- Add
status: disabled
information by@mobilutz
in ondrejbartas/sidekiq-cron#257- [UI] Fix "Show All" button on cron jobs view with Sidekiq 6.3.0+ by
@fukayatsu
in ondrejbartas/sidekiq-cron#321- Make log message more obvious by
@arrrnas
in ondrejbartas/sidekiq-cron#305- Update README to mention second-precision jobs by
@tekin
in ondrejbartas/sidekiq-cron#240- Optimize gem size by
@markets
in ondrejbartas/sidekiq-cron#322- Support Dark Mode by
@Atrox
in ondrejbartas/sidekiq-cron#282New Contributors
@olegykz
made their first contribution in ondrejbartas/sidekiq-cron#318@mobilutz
made their first contribution in ondrejbartas/sidekiq-cron#257@fukayatsu
made their first contribution in ondrejbartas/sidekiq-cron#321@arrrnas
made their first contribution in ondrejbartas/sidekiq-cron#305@tekin
made their first contribution in ondrejbartas/sidekiq-cron#240@Atrox
made their first contribution in ondrejbartas/sidekiq-cron#282Full Changelog: https://github.com/ondrejbartas/sidekiq-cron/compare/v1.3.0...v1.4.0
Changelog
Sourced from sidekiq-cron's changelog.
1.4.0
- Fix buttons order in job show view (ondrejbartas/sidekiq-cron#302)
- Dark Mode support in UI (ondrejbartas/sidekiq-cron#317)
- Remove invocation of deprecated Redis functionality (ondrejbartas/sidekiq-cron#318)
- Internal code cleanup (ondrejbartas/sidekiq-cron#317)
- Optimize gem size (ondrejbartas/sidekiq-cron#322)
- Fix "Show All" button on cron jobs view with Sidekiq 6.3.0+ (ondrejbartas/sidekiq-cron#321)
- Documentation updates
Commits
-
c91d0f2
prepare release v1.4.0 (#326) -
ff2bb01
require Bundler gem tasks in Rakefile so we can release more easily: rake rel... -
b6bd2bc
Support Dark Mode (#282) -
30d712a
Merge pull request #322 from ondrejbartas/reduce_gem_size -
d1858d4
Merge pull request #240 from tekin/mention-six-parameter-cronline-in-readme -
d91d1af
Update README to mention second-precision jobs -
911ba65
test/test_helper.rb cleanup -
efd8435
reduce gem size -
41e7b07
Make log message more obvious (#305) -
685da27
Fix "Show All" button on cron jobs view with Sidekiq 6.3.0+ (#321) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts
Allure report
allure-report-publisher
generated test report!
rspec:
+----------------------------------------------------------+
| behaviors summary |
+-------------+--------+--------+---------+-------+--------+
| | passed | failed | skipped | flaky | result |
+-------------+--------+--------+---------+-------+--------+
| services | 165 | 0 | 0 | 0 | ✅ |
| system | 9 | 0 | 0 | 0 | ✅ |
| models | 3 | 0 | 0 | 0 | ✅ |
| jobs | 14 | 0 | 0 | 0 | ✅ |
| controllers | 24 | 0 | 0 | 0 | ✅ |
| tasks | 7 | 0 | 0 | 0 | ✅ |
+-------------+--------+--------+---------+-------+--------+
| Total | 222 | 0 | 0 | 0 | ✅ |
+-------------+--------+--------+---------+-------+--------+
Edited by George Koltsov