1. 19 Oct, 2015 6 commits
    • Yorick Peterse's avatar
      Improve performance of sorting milestone issues · 4ff75e31
      Yorick Peterse authored
      This cuts down the time it takes to sort issues of a milestone by about
      10x. In the previous setup the code would run a SQL query for every
      issue that had to be sorted. The new setup instead runs a single SQL
      query to update all the given issues at once.
      
      The attached benchmark used to run at around 60 iterations per second,
      using the new setup this hovers around 600 iterations per second. Timing
      wise a request to update a milestone with 40-something issues would take
      about 760 ms, in the new setup this only takes about 130 ms.
      
      Fixes #3066
      4ff75e31
    • Douwe Maan's avatar
      Merge branch 'hanloong/gitlab-ce-remove-forks-from-projects-settings' into 'master' · 8adeda37
      Douwe Maan authored
      Add ability to remove the fork relationship from project settings
      
      ![Screen_Shot_2015-10-18_at_12.37.24](/uploads/676571642a4c90f7f286280d714599a3/Screen_Shot_2015-10-18_at_12.37.24.png)
      ![Screen_Shot_2015-10-18_at_12.37.28](/uploads/1a069ecfc4cd3b5438772a9c3f04b6fc/Screen_Shot_2015-10-18_at_12.37.28.png)
      
      Replaces !1579.
      
      Fixes #2578.
      
      See merge request !1636
      8adeda37
    • Robert Speicher's avatar
      Merge branch 'close-issues-by-mr' into 'master' · c9edffcb
      Robert Speicher authored
      Close issues mentioned in MR description when MR is merged using
      fast-forward merge or when merge commit message is edited.
      
      Fixes gitlab-org/gitlab-ee#48.
      
      See merge request !1639
      c9edffcb
    • Dmitriy Zaporozhets's avatar
      Merge branch 'cristianbica/gitlab-ce-user-project-view-files' into 'master' · a148c06c
      Dmitriy Zaporozhets authored
      Allow users to select the Files view as default project view
      
      
      ![Screen_Shot_2015-10-17_at_19.24.01](/uploads/c3194db856f5e5e1b3493302c0a479a5/Screen_Shot_2015-10-17_at_19.24.01.png)
      
      Also shows the readme at the very bottom, like on the regular Files page.
      
      
      Replaces !1489.
      
      Closes #2655.
      
      See merge request !1632
      a148c06c
    • Douwe Maan's avatar
      Move changelog item to 8.2 · 6ad78d3a
      Douwe Maan authored
      [ci skip]
      6ad78d3a
    • Robert Speicher's avatar
      Merge branch 'hash-block-return' into 'master' · 5292b09f
      Robert Speicher authored
      Fix bug where a push would only create cross references from the first commit.
      
      Apparently we can't `return` from a `Hash.new` block. Who knew.
      
      See merge request !1638
      5292b09f
  2. 18 Oct, 2015 9 commits
  3. 17 Oct, 2015 21 commits
  4. 16 Oct, 2015 4 commits