goto / compass

Metadata storage service
https://goto.github.io/compass/
Apache License 2.0
2 stars 0 forks source link

fix: asset versions sort order #21

Closed sudo-suhas closed 1 year ago

sudo-suhas commented 1 year ago

Fix sort order in asset versions response, don't sort version field as string. Without the fix, for an asset with 99 versions on applying the filter {Size: 3, Offset: 86}, expected versions = {0.13, 0.12, 0.11} but actual versions = {0.20, 0.2, 0.19}.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4856853670


Totals Coverage Status
Change from base Build 4829835418: 0.0%
Covered Lines: 5087
Relevant Lines: 5928

💛 - Coveralls