-
Notifications
You must be signed in to change notification settings - Fork 84
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
[RHELC-1381] Port RestorablePackageSet to packages module #1055
[RHELC-1381] Port RestorablePackageSet to packages module #1055
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1055 +/- ##
==========================================
+ Coverage 94.86% 94.92% +0.05%
==========================================
Files 48 49 +1
Lines 4539 4548 +9
Branches 808 808
==========================================
+ Hits 4306 4317 +11
+ Misses 158 156 -2
Partials 75 75
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
91e9d27
to
89ef688
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This port looks good to me, approved
/packit test --labels sanity |
89ef688
to
5dcf04a
Compare
/packit test --labels sanity |
/packit retest-failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
5dcf04a
to
2a102a4
Compare
2a102a4
to
5fc33d2
Compare
/packit test --labels sanity |
RestorablePackageSet is moved to be under the packages module inside the backup folder. This is one part of the refactoring of the backup controller to make it more organized and easier to work with. Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com>
Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com>
5fc33d2
to
c22ad7c
Compare
/packit test --labels sanity |
Unit tests for the missing paths will be added as part of another PR. Since what is in main is already missing, we will work on this later. |
RestorablePackageSet is moved to be under the packages module inside the backup folder. This is one part of the refactoring of the backup controller to make it more organized and easier to work with.
Jira Issues: RHELC-1381
Checklist
[RHELC-]
is part of the PR titleRelease Pending
if relevant