not-nexus / shelf

REST API for AWS S3 meant to be an interface to immutable artifact storage.
MIT License
8 stars 3 forks source link

Fixing version sorting issue and add test to expose it. #71

Closed quantumew closed 8 years ago

quantumew commented 8 years ago

The issue was when None was returned from the sort_results function during a sort, LooseVersion threw a ValueError. Now we default version sorts to "0" to ensure they are always sent to the front on ASC sort and back on DESC.

This is a hot-fix so it is going straight to master.