Closed lpichler closed 5 years ago
@lpichler Cannot apply the following labels because they are not recognized: refactoring, reporting
Not a fan of this commit because it does more than stable sorting. It also introduces case insensitive sorting, and weird boolean sorting (weird in that false < true < nil - or read differently falsey < truthy < falsey o_O)
IMO, this should have been named something else because it does so many things at once. Not sure what a better name is...perhaps tabular_sort
?
Not a fan of this commit because it does more than stable sorting. It also introduces case insensitive sorting, and weird boolean sorting (weird in that false < true < nil - or read differently falsey < truthy < falsey o_O)
it was taken as it is from core repo - I'm trying to avoid big steps, I can look why we have this specialties and how it affects report results.
IMO, this should have been named something else because it does so many things at once. Not sure what a better name is...perhaps
tabular_sort
?
Ok, sure I can change it.
thanks
extraction method
stable_sort_by
fromRuport::Data::Table
Usage: we need to reach same report sorting to get report results in API https://github.com/ManageIQ/manageiq-api/pull/547
@miq-bot add_label refactoring, reporting
Links
removal from core: https://github.com/ManageIQ/manageiq/pull/18389
@miq-bot assign @bdunne