Details
Description
When old projects are imported using the -Dsonar.projectDate advanced parameter, and the projectDate is the same for multiple versions, then the "Events" displayed on the Dashboard is being confused and shows the versions in the wrong order. I assume that it's caused because the ordering solely takes place on the date column and has no second order column. I think it should sort by project date (descending) first and then by versions numer (descending).
Note that the project date was given with only yyyy-mm-dd, but no time. Hence, two versions built on the same day have the same timestamp (.e.g 2008-10-11T00:00:00)
Issue Links
- depends upon
-
SONAR-2811
Time Machine won't compare to previous versions if said version has been manually modified.
-
- relates to
-
SONAR-2919
Refactor event handling in Sonar Web
-
I assume you set the priority to Trivial as it unusual to to release to major version the same day (0.4.0 and 0.9.0 in your example) ? To fix this ticket, we can offer to optionally specify a Time (yyyy-mm-dd-hh-mm-ss) instead of a Date (yyyy-mm-dd) ?