-
Notifications
You must be signed in to change notification settings - Fork 355
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
Creating category dbus API for installation phases #5329
Conversation
Hello @adamkankovsky! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2024-02-08 09:10:14 UTC |
b496bdf
to
9127eaa
Compare
9127eaa
to
cf30d38
Compare
cf30d38
to
c567d74
Compare
c567d74
to
b7bfcf3
Compare
b7bfcf3
to
02eca52
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.
I have some suggestions.
02eca52
to
572e091
Compare
Other than that, I agree with having more categories than the UI needs. The UI will have to decode these strings to which icon is active anyway, so there can be more values for the first step, or such. |
I will have to think a bit about the use of the interface, technically it seems valid, but it's super weird to have a generally-named interface used only in a specific class that implements logic. It's one of these cases where I'd feel a "redundant" ancestor class in between |
Good catch! I have missed that. Yes, the |
572e091
to
cc51eab
Compare
cc51eab
to
d253dc4
Compare
d253dc4
to
859ec17
Compare
859ec17
to
856da2e
Compare
856da2e
to
a13a042
Compare
a13a042
to
b8744f9
Compare
b8744f9
to
6874878
Compare
6874878
to
9bb5498
Compare
9bb5498
to
d07c13d
Compare
d07c13d
to
d746339
Compare
d746339
to
5b2dcd5
Compare
5b2dcd5
to
67b902c
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.
Otherwise, it looks good to me. Thank you!
|
||
class TestRunInstallation(RunInstallationTask): | ||
|
||
def __init__(self, payload, ksdata): |
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.
You can remove the __init__
method. It doesn't do any extra steps.
67b902c
to
f885cb0
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.
Looks good to me as well. :)
/kickstart-test --testtype smoke |
Task: https://issues.redhat.com/browse/INSTALLER-3546