Resolve "Sort order for pipeline build lists doesn't properly handle numbers"
What does this MR do?
Fixes the sort order for builds to handle numbers more intelligently:
rspec 0 20
rspec 1 20
rspec 2 20
rspec 3 20
...
rspec 10 20
rspec 11 20
instead of
rspec 0 20
rspec 1 20
rspec 10 20
rspec 11 20
...
rspec 2 20
rspec 3 20
Are there points in the code the reviewer needs to double check?
Why was this MR needed?
Screenshots (if relevant)
Does this MR meet the acceptance criteria?
-
Changelog entry added -
Documentation created/updated -
API support added - Tests
-
Added for this feature/bug -
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if it does - rebase it please) -
Squashed related commits together
What are the relevant issue numbers?
Closes #25428 (closed)