Files
gitlabhq/app/controllers
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
..
2016-01-06 17:49:56 +01:00
2015-12-22 09:40:32 +01:00
2015-12-15 00:53:52 -02:00