-
-
Notifications
You must be signed in to change notification settings - Fork 423
fix: consistent boards list ordering #2025
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 ReportBase: 36.53% // Head: 36.51% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@ ## master #2025 +/- ## ========================================== - Coverage 36.53% 36.51% -0.03% ========================================== Files 228 228 Lines 19294 19316 +22 ========================================== + Hits 7050 7053 +3 - Misses 11413 11433 +20 + Partials 831 830 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
d3c3ef6
to
81d6fd8
Compare
Uh oh!
There was an error while loading. Please reload this page.
Please check if the PR fulfills these requirements
See how to contribute
before creating one)
our contributing guidelines
UPGRADING.md
has been updated with a migration guide (for breaking changes)What kind of change does this PR introduce?
Makes the
board listall
command output order consistent across formats. The list items are ordered by the package and platforms names they belong too, other than the board names themselves.The plain text format remains an exception to this as it's sorted alphabetically by board name.
What is the current behavior?
In output formats other than plain text the board list is inconsistently ordered: while the boards within a single package/platform are ordered alphabetically they might appear before or after the ones of an other package/platform.
What is the new behavior?
The list is ordered by package, platform and board names.
Does this PR introduce a breaking change, and is titled accordingly?
No
Other information
Fixes #1909, although ordering between plain text and other formats remains different