-
Notifications
You must be signed in to change notification settings - Fork 0
Simplify mapped Ubuntu/Unraid OS labels in dashboard UI #4
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,12 +16,12 @@ export const UNRAID_KERNEL_MAPPINGS = { | |
| "5.10.19": "Unraid OS 6.9.0", | ||
| "5.10.21": "Unraid OS 6.9.1", | ||
| "5.10.28": "Unraid OS 6.9.2", | ||
| "5.15.40": "Unraid OS 6.10.0-6.10.1", | ||
| "5.15.40": "Unraid OS 6.10.x", | ||
| "5.15.43": "Unraid OS 6.10.2", | ||
| "5.15.46": "Unraid OS 6.10.3", | ||
| "5.19.9": "Unraid OS 6.11.0", | ||
| "5.19.14": "Unraid OS 6.11.1", | ||
| "5.19.17": "Unraid OS 6.11.2-6.11.5", | ||
| "5.19.17": "Unraid OS 6.11.x", | ||
| "6.1.33": "Unraid OS 6.12.0", | ||
| "6.1.34": "Unraid OS 6.12.1", | ||
| "6.1.36": "Unraid OS 6.12.2", | ||
|
|
@@ -39,8 +39,8 @@ export const UNRAID_KERNEL_MAPPINGS = { | |
| "6.1.126": "Unraid OS 6.12.15", | ||
| "6.6.68": "Unraid OS 7.0.0", | ||
| "6.6.78": "Unraid OS 7.0.1", | ||
| "6.12.24": "Unraid OS 7.1.0-7.1.4", | ||
| "6.12.54": "Unraid OS 7.2.0-7.2.4", | ||
| "6.12.24": "Unraid OS 7.1.x", | ||
| "6.12.54": "Unraid OS 7.2.x", | ||
| "6.12.85": "Unraid OS 7.2.5", | ||
| "6.12.87": "Unraid OS 7.2.6", | ||
| "6.18.28": "Unraid OS 7.3.0", | ||
|
|
@@ -52,18 +52,17 @@ export const UNRAID_KERNEL_MAPPINGS = { | |
| "5.19": "Unraid OS 6.11.x", | ||
| "6.1": "Unraid OS 6.12.x", | ||
| "6.6": "Unraid OS 7.0.x", | ||
| "6.12": "Unraid OS 7.1.x-7.2.x", | ||
| "6.18": "Unraid OS 7.3.x", | ||
| }, | ||
| }; | ||
|
|
||
| export const UBUNTU_KERNEL_MAPPINGS = { | ||
| exact: {}, | ||
| series: { | ||
| "5.4": "Ubuntu 20.04 LTS kernel family", | ||
| "5.15": "Ubuntu 22.04 LTS / 20.04 HWE kernel family", | ||
| "6.2": "Ubuntu 22.04 LTS HWE kernel family", | ||
| "6.5": "Ubuntu 22.04 LTS HWE kernel family", | ||
| "6.8": "Ubuntu 24.04 LTS / 22.04 HWE kernel family", | ||
| "5.4": "Ubuntu 20.04 LTS", | ||
| "5.15": "Ubuntu 20.04/22.04 LTS", | ||
| "6.2": "Ubuntu 22.04+", | ||
| "6.5": "Ubuntu 22.04+", | ||
| "6.8": "Ubuntu 24.04 LTS", | ||
|
Comment on lines
+62
to
+66
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @copilot apply changes based on this feedback
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Implemented in commit Changes made:
Screenshot: |
||
| }, | ||
| }; | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@copilot apply changes based on this feedback
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.
Implemented in commit
dd9d3d9.I removed the
6.12series fallback mapping so unlisted6.12.*kernels no longer resolve to the ambiguousUnraid OS 7.1.x-7.2.xlabel.Screenshot:
/tmp/os-label-ui-unraid-612.png