dep: bump sidekiq-cron from 1.7.0 to 1.8.0
Bumps sidekiq-cron from 1.7.0 to 1.8.0.
Release notes
Sourced from sidekiq-cron's releases.
v1.8.0
What's Changed
- Update style for disabled job in dark theme. by
@thanhcuong1990
in ondrejbartas/sidekiq-cron#351- Fix deprecation warnings with redis-rb v4.8.0 by
@cgunther
in ondrejbartas/sidekiq-cron#356- Fix poller affecting Sidekiq scheduled set poller by
@engwan
in ondrejbartas/sidekiq-cron#359- Fix default polling interval by
@engwan
in ondrejbartas/sidekiq-cron#362- Fix compatibility with Sidekiq v6.5.7 by
@engwan
in ondrejbartas/sidekiq-cron#366- Add italian locale by
@delphaber
in ondrejbartas/sidekiq-cron#367- Allow disabling of cron polling by
@engwan
in ondrejbartas/sidekiq-cron#368New Contributors
@engwan
made their first contribution in ondrejbartas/sidekiq-cron#359@delphaber
made their first contribution in ondrejbartas/sidekiq-cron#367Full Changelog: https://github.com/ondrejbartas/sidekiq-cron/compare/v1.7.0...v1.8.0
Changelog
Sourced from sidekiq-cron's changelog.
1.8.0
- Fix deprecation warnings with redis-rb v4.8.0 (ondrejbartas/sidekiq-cron#356)
- Fix poller affecting Sidekiq scheduled set poller (ondrejbartas/sidekiq-cron#359)
- Fix default polling interval (ondrejbartas/sidekiq-cron#362)
- Add italian locale (ondrejbartas/sidekiq-cron#367)
- Allow disabling of cron polling (ondrejbartas/sidekiq-cron#368)
Commits
-
b7bde1a
Prepare release v1.8.0 (#364) -
01f46f9
Allow disabling of cron polling (#368) -
704d436
Add italian locale (#367) -
b6c856b
Fix compatibility with Sidekiq v6.5.7 (#366) -
67db8a1
Fix default polling interval (#362) -
7acecde
Fix poller affecting Sidekiq scheduled set poller (#359) -
1f9cc7d
Fix deprecation warnings with redis-rb v4.8.0 (#356) -
313bf34
Update style for disabled job in dark theme (#351) - See full diff 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 | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| services | 174 | 0 | 0 | 0 | 174 | ✅ |
| models | 4 | 0 | 0 | 0 | 4 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| tasks | 9 | 0 | 0 | 0 | 9 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 236 | 0 | 0 | 0 | 236 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov