An error occurred fetching the project authors.
  1. 16 Dec, 2016 2 commits
  2. 15 Aug, 2016 1 commit
  3. 01 Aug, 2016 1 commit
    • zs's avatar
      State specific default sort order for issuables · 84a3225b
      zs authored
      Provide more sensible default sort order for issues and merge requests
      based on the following table:
      
      | type           | state  | default sort order |
      |----------------|--------|--------------------|
      | issues         | open   | last created       |
      | issues         | closed | last updated       |
      | issues         | all    | last created       |
      | merge requests | open   | last created       |
      | merge requests | merged | last updated       |
      | merge requests | closed | last updated       |
      | merge requests | all    | last created       |
      84a3225b
  4. 06 Jun, 2016 1 commit
  5. 20 Apr, 2016 2 commits
  6. 04 Mar, 2016 1 commit
  7. 17 Feb, 2016 1 commit
  8. 07 Jan, 2016 2 commits
    • Jacob Schatz's avatar
      changes titles · df18441e
      Jacob Schatz authored
      df18441e
    • Yorick Peterse's avatar
      Sort by ID when sorting using "Recently created" · 9dacc3bc
      Yorick Peterse authored
      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.
      9dacc3bc
  9. 09 Sep, 2015 1 commit
  10. 26 Aug, 2015 1 commit
  11. 06 Feb, 2015 1 commit
  12. 04 Dec, 2014 2 commits