-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use bmclib directly: #6851
Use bmclib directly: #6851
Conversation
Going through Rufio just for the bmclib client means that we had to take on Rufio's dependencies. This is problematic because Rufio uses the controller-runtime lib. Using bmclib directly alleviates us from this concern. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jacobweinstock The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This avoids having to pull in Rufio as a dependency. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
New version of logr.Logger broken some tests. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6851 +/- ##
=======================================
Coverage 72.01% 72.01%
=======================================
Files 532 532
Lines 41640 41641 +1
=======================================
+ Hits 29987 29988 +1
Misses 9980 9980
Partials 1673 1673 ☔ View full report in Codecov by Sentry. |
Issue #, if available:
Description of changes:
Going through Rufio just for the bmclib client means that we had to take on Rufio's dependencies. This is problematic because Rufio uses the controller-runtime lib. Using bmclib directly alleviates us from this concern.
Testing (if applicable):
Documentation added/planned (if applicable):
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.