Skip to content
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

Merged
merged 3 commits into from
Oct 19, 2023
Merged

Conversation

jacobweinstock
Copy link
Member

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.

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>
@eks-distro-bot eks-distro-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Oct 19, 2023
@jacobweinstock
Copy link
Member Author

/approve

@eks-distro-bot
Copy link
Collaborator

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

This avoids having to pull in Rufio as
a dependency.

Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
@eks-distro-bot eks-distro-bot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Oct 19, 2023
New version of logr.Logger broken some tests.

Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f11dfd8) 72.01% compared to head (005ef6d) 72.01%.
Report is 4 commits behind head on main.

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           

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@eks-distro-bot eks-distro-bot merged commit 1f53592 into aws:main Oct 19, 2023
@jacobweinstock jacobweinstock deleted the update-bmclib-ref branch October 19, 2023 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants