dep: bump sidekiq-cron from 1.8.0 to 1.9.0
Bumps sidekiq-cron from 1.8.0 to 1.9.0.
Release notes
Sourced from sidekiq-cron's releases.
v1.9.0
What's Changed
- Support Sidekiq 7 by
@serprex
in sidekiq-cron/sidekiq-cron#369- [ci] stabilize performance test by
@markets
in sidekiq-cron/sidekiq-cron#371- add support for ERB templates in the auto schedule loader by
@markets
in sidekiq-cron/sidekiq-cron#373- simplify test_helper.rb + remove dev dep redis-namespace + update links to new home by
@markets
in sidekiq-cron/sidekiq-cron#374- [docs] remove link to gitter chat by
@markets
in sidekiq-cron/sidekiq-cron#375New Contributors
@serprex
made their first contribution in sidekiq-cron/sidekiq-cron#369Full Changelog: https://github.com/sidekiq-cron/sidekiq-cron/compare/v1.8.0...v1.9.0
Changelog
Sourced from sidekiq-cron's changelog.
1.9.0
- Sidekiq v7 support (sidekiq-cron/sidekiq-cron#369)
- Add support for ERB templates in the auto schedule loader (sidekiq-cron/sidekiq-cron#373)
Commits
-
c31c2a8
Prepare release v1.9.0🚀 (#382) -
324967a
Support Sidekiq 7 (#369) -
90004a8
[docs] remove link to gitter chat, as we are not really active there. Let's m... -
f6d9f2a
Merge pull request #374 from sidekiq-cron/test_helper_cleanup -
dd79e5b
update links to new home (GH already supports automatic redirects for repo re... -
cca3511
simplify test_helper.rb + remove development dep redis-namespace (it was remo... -
bd3103c
add support for ERB templates in the auto schedule loader (#373) -
d224aca
[ci] stabilize performance test (#371) - 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 | 181 | 0 | 0 | 0 | 181 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| models | 4 | 0 | 0 | 0 | 4 | ✅ |
| tasks | 9 | 0 | 0 | 0 | 9 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 243 | 0 | 0 | 0 | 243 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov