1. 24 Sep, 2015 3 commits
    • Douwe Maan's avatar
      Merge branch 'rs-help-page' into 'master' · ae3fba6c
      Douwe Maan authored
      Help page improvements
      
      - Only signed-in users can see version information
      - Add "Community Edition" text so the header is
        less barren when version information is hidden
      - Minor copy edits
      - Make all "Quick help" link text the entire body
        of the link. Prior, it wasn't obvious which part
        of each item was an actual link.
      
      Closes #2721 
      
      See merge request !1415
      ae3fba6c
    • Douwe Maan's avatar
      Merge branch 'fix-network-graph-refs' into 'master' · 4bf1e85c
      Douwe Maan authored
      Remove git refs used internally by GitLab from network graph
      
      GitLab 8.0 removed satellites and started using git refs that began with `refs/merge-requests/XXX` and `refs/tmp/XXX`, which showed up in an ugly way in the network graph:
      
      ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/150eb7ae5f07f0d4793589b5eac462db/image.png)
      
      
      Closes #2702
      
      See merge request !1410
      4bf1e85c
    • Douwe Maan's avatar
      Merge branch 'cleanup-ci-dashboard' into 'master' · a58c6e9a
      Douwe Maan authored
      Cleanup ci dashboard
      
      Part of #2594. Based on !1403
      
      * remove rendering GitLab projects with not enabled CI on CI dashboard
      * remove enabling CI for projects from CI dashboard (now its done by simply pushing `.gitlab-ci.yml`)
      * simplify the projects query for CI dashboard 
      
      See merge request !1405
      a58c6e9a
  2. 23 Sep, 2015 37 commits