Added sorting to project issues page
Created by: jasonblanchard
Adds functionality to sort issues on project pages by:
- Newest
- Oldest
- Recently updated
- Last updated
- Milestone due soon
- Milestone due later
This feature has been requested here http://feedback.gitlab.com/forums/176466-general/suggestions/4150983-it-would-be-helpful-to-sort-issues-by-their-associ and here http://feedback.gitlab.com/forums/176466-general/suggestions/3935995-issues-should-be-sorted-by-different-columns. This functionality would help our team discuss and work on issues by easily sorting them by different priorities.
I achieved this by adding a sort method to the existing Issues::ListContext
class which is called in 'Issues::ListContext#execute`.