-
-
Notifications
You must be signed in to change notification settings - Fork 44
Add conspicuous EOL indicator for dom0 #261
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #261 +/- ##
==========================================
+ Coverage 92.68% 92.94% +0.26%
==========================================
Files 59 64 +5
Lines 11267 13034 +1767
==========================================
+ Hits 10443 12115 +1672
- Misses 824 919 +95 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1e17fb4
to
1037097
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.
There's also some complaining from pylint and black
qui/tray/updates.py
Outdated
RunItem( | ||
_( | ||
f"<span foreground=\"red\"><b>" | ||
"Warning!!! " |
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.
While emotionally I'm all for triple exclamation mark here, I think one would look more serious :)
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 is resolved
1e4692b
to
c68038b
Compare
After EOL date for the current release is decided, a simple update could set `os-eol` feature for dom0. As soon as the time has come, the Qui Updates systray widget will turn to a red warning sign and show appropriate message (with option to go online to see supported releases) resolves: QubesOS/qubes-issues#9965
c68038b
to
274383f
Compare
The Pylint and Black complains should be resolved. I am not sure why I missed it. |
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025071515-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=2025061004-4.3&flavor=update
Failed tests10 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/142375#dependencies 10 fixed
Unstable testsPerformance TestsPerformance degradation:7 performance degradations
Remaining performance tests:65 tests
|
After EOL date for the current release is decided, a simple update could set
os-eol
feature for dom0. As soon as the time has come, the Qui Updates systray widget will turn to a red warning sign and show appropriate message (with option to go online to see supported releases)resolves: QubesOS/qubes-issues#9965