dep: bump yabeda-sidekiq from 0.8.1 to 0.8.2
Bumps yabeda-sidekiq from 0.8.1 to 0.8.2.
Changelog
Sourced from yabeda-sidekiq's changelog.
0.8.2 - 2022-09-14
Added
Ability to programmatically change gem settings by calling writer methods on
Yabeda::Sidekiq.config
. [@Envek
]Usage is quite limited though as you need to do it before
Yabeda.configure!
is called.
Commits
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 |
+-------------+--------+--------+---------+-------+-------+--------+
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| services | 174 | 0 | 0 | 0 | 174 | ✅ |
| tasks | 9 | 0 | 0 | 0 | 9 | ✅ |
| models | 4 | 0 | 0 | 0 | 4 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 236 | 0 | 0 | 0 | 236 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov