1. 15 Jun, 2015 3 commits
    • Douwe Maan's avatar
      Merge branch 'remove-visibility-icons' into 'master' · 646ce0aa
      Douwe Maan authored
      Remove visibility icon from projects list on dashboard and group page
      
      ## Why?
      
      Because
      
      * visibility level show on project page anyway
      * it does not have much value. Main purpose of project list on dashboard is navigation. Avatar + project name helps this goal. Visibility icon have no effect here
      * it makes UI worse because it brings separation between project avatar and name
      * without visibility icon we have more space for project name. Especially important for laptops
      
      ## Screenshot
      
      ![Screenshot_2015-06-12_18.17.20](https://gitlab.com/gitlab-org/gitlab-ce/uploads/0e572388e9a337c5a535813911d08c89/Screenshot_2015-06-12_18.17.20.png)
      
      P.S. Merge when 7-12-stable is created
      
      See merge request !806
      646ce0aa
    • Douwe Maan's avatar
      Merge branch 'fix-post-receive-external-tracker' into 'master' · 6617e9bb
      Douwe Maan authored
      Fix post-receive errors on a push when an external issue tracker is configured
      
      ### What does this MR do?
      
      This MR improves upon !766, fixing errors upon a git push that occur only when an external issue tracker (not JIRA) is used. This MR takes into account that external issue trackers, such as JIRA, may close issues. Disabling the processing of post-receive commits when an external issue tracker is configured seems like the wrong behavior.
      
      ### Why was this MR needed?
      
      When a user adds an issue reference, the refactoring in 8f8a8ab3 and a6defd15 caused `project.get_issue` to be called, causing `ExternalIssue` to be returned when an external issue tracker was configured. This object does not have a `close` method, as needed in `CloseService`. Nor does it make sense to associate a `SystemNote` with this object.
      
      GitLab EE uses a [special case for JIRA](https://gitlab.com/gitlab-org/gitlab-ee/blob/master/app/services/git_push_service.rb#L87). I would recommend moving this logic into `CloseService` too.
      
      ### What are the relevant issue numbers?
      
      * Closes #1700
      * Closes #1720
      
      See merge request !804
      6617e9bb
    • Robert Schilling's avatar
      Merge branch 'update-irker-home' into 'master' · 5890d3d5
      Robert Schilling authored
      Update Irker home page
      
      [ci skip]
      
      Closes #1713
      
      See merge request !812
      5890d3d5
  2. 14 Jun, 2015 5 commits
  3. 13 Jun, 2015 6 commits
  4. 12 Jun, 2015 26 commits