Files
gitlabhq/app/helpers
Yorick Peterse 9dacc3bc56 Sort by ID when sorting using "Recently created"
Sorting by "id" has the same effect as sorting by created_at while
performing far better and without the need of an extra index (in case
one wanted to speed up sorting by "created_at").

Sorting by "Recently updated" still uses the physical "updated_at"
column as there's no way to use the "id" column for this instead.
2016-01-07 14:53:02 +01:00
..
2015-12-11 18:02:09 +01:00
2015-12-15 00:53:52 -02:00
2015-12-11 18:02:09 +01:00
2016-01-04 14:06:48 +02:00
2015-09-29 16:26:40 +02:00
2015-12-11 18:02:09 +01:00