-
-
Notifications
You must be signed in to change notification settings - Fork 74
anon gateway warning box on main qubesmanager page #422
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
Conversation
695371e to
e4cc597
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
qubesmanager/qube_manager.py
Outdated
| QMessageBox.StandardButton.Yes | | ||
| QMessageBox.StandardButton.Cancel) | ||
| # pylint: disable=possibly-used-before-assignment | ||
| if netvm_name and check_power and netvm and not netvm.is_running(): |
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 can be simplified to avoid checking both netvm_name and netvm, you just need to initialize netvm = None at the start of the function. This will also avoid the pylint complain (you may also need to initialize check_power too).
e4cc597 to
b682d54
Compare
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025042723-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025031804-4.3&flavor=update
Failed tests8 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/132953#dependencies 14 fixed
Unstable testsDetailsPerformance TestsPerformance degradation:17 performance degradations
Remaining performance tests:55 tests
|
Solves:
Originally posted by @adrelanos in #8551