dep: bump sidekiq-cron from 1.6.0 to 1.7.0
Bumps sidekiq-cron from 1.6.0 to 1.7.0.
Release notes
Sourced from sidekiq-cron's releases.
v1.7.0
What's Changed
- Enable to use cron notation in natural language (ie
every 30 minutes
) (ondrejbartas/sidekiq-cron#312)- Fix
date_as_argument
feature to add timestamp argument at every cron job execution (ondrejbartas/sidekiq-cron#329)- Introduce
Sidekiq::Options
to centralize reading/writing options from different Sidekiq versions (ondrejbartas/sidekiq-cron#341)- Make auto schedule loading compatible with Array format (ondrejbartas/sidekiq-cron#345)
New Contributors
@Spone
made their first contribution in ondrejbartas/sidekiq-cron#312@vsuhachev
made their first contribution in ondrejbartas/sidekiq-cron#329@thanhcuong1990
made their first contribution in ondrejbartas/sidekiq-cron#341@machisuke
made their first contribution in ondrejbartas/sidekiq-cron#345Full Changelog: https://github.com/ondrejbartas/sidekiq-cron/compare/v1.6.0...v1.7.0
Changelog
Sourced from sidekiq-cron's changelog.
1.7.0
- Enable to use cron notation in natural language (ie
every 30 minutes
) (ondrejbartas/sidekiq-cron#312)- Fix
date_as_argument
feature to add timestamp argument at every cron job execution (ondrejbartas/sidekiq-cron#329)- Introduce
Sidekiq::Options
to centralize reading/writing options from different Sidekiq versions (ondrejbartas/sidekiq-cron#341)- Make auto schedule loading compatible with Array format (ondrejbartas/sidekiq-cron#345)
Commits
-
2720631
Prepare release v1.7.0 (#349) -
a2284f2
Make auto schedule loading compatible with Array format (#345) -
8b2e643
minor gemspec improvements (#344) -
548624c
Merge pull request #343 from ondrejbartas/fix_comments -
87223fc
[docs] update web ui example -
9fb10c2
unify code comments style, fix typos and remove useless comments -
2182d44
[refactor] introduce Sidekiq::Options to centralize reading/writing options f... -
89e323d
Merge pull request #329 from vsuhachev/fix-date-as-argument -
efc7389
Merge remote-tracking branch 'origin/fix-date-as-argument' into fix-date-as-a... -
2630e0a
revert gitignore - 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 | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| services | 174 | 0 | 0 | 0 | 174 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| tasks | 8 | 0 | 0 | 0 | 8 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
| models | 3 | 0 | 0 | 0 | 3 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 234 | 0 | 0 | 0 | 234 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov