esprehn / chromium-codereview

A chrome extension that changes the frontend to Rietveld for Chromium
Other
35 stars 11 forks source link

Sorting bot status bubbles according to pass/failure/in-progress #68

Closed vivekgalatage closed 10 years ago

vivekgalatage commented 10 years ago

While committing the patch, it would be really helpful if we could sort the status bubbles as

Commit status: Failed bots, Passing bots, In progress bots.

This would be easy to site the bots in error instead of searching them interlaced (as is the current case).

vivekgalatage commented 10 years ago

Thank you @esprehn for the quick fix. I had locally fixed this to see how it works out.

The one issue I got into after the sorting is about differentiating them based on the timestamp i.e. when you have two bots lets say linux_chromium_rel reporting failures, you wouldn't know which ran when... Is it feasible to have the time when they had run?