1. 25 Jul, 2016 7 commits
    • Lin Jen-Shin's avatar
    • Lin Jen-Shin's avatar
      Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-build-name · fcb560f4
      Lin Jen-Shin authored
      * upstream/master: (117 commits)
        `WikiPage` should have a slug even when not persisted.
        ES6ify all the things!
        Make fork counter always clickable (!5463)
        Revert "Merge branch '17073-tagscontroller-index-is-terrible-response-time-goes-up-to-5-…"
        Fix CHANGELOG
        Add spec for dashes in paths
        Fix Error 500 when creating Wiki pages with hyphens or spaces
        Add links to the real markdown.md file for all GFM examples
        Remove magic comments from Ruby files (!5456)
        Ignore invalid trusted proxies in X-Forwarded-For header
        Fix bug where replies to commit notes displayed in the MR discussion tab wouldn't show up on the commit page
        Improve project rename log messages for better debugging
        If version file is unavailable unknown status
        Add gitlab-workhorse version to admin dashboard
        Add note to say GFM doesn't work on documentation website
        Add detailed info on storage path mountpoints
        Load project invited groups and members eagerly in ProjectTeam#fetch_members
        fix missing repo_ref param
        Add light border to rounded avatars
        Gracefully handle case when keep-around references are corrupted or exist already
        ...
      fcb560f4
    • Rémy Coutable's avatar
      Merge branch 'remove-magic-comments' into 'master' · 83180110
      Rémy Coutable authored
      Remove magic comments from Ruby files
      
      ## What does this MR do?
      
      Remove magic comments (`# encoding: UTF-8`) from Ruby files.
      
      ## Why was this MR needed?
      
      Since Ruby 2, UTF-8 is the default encoding and those comments are no longer necessary.
      
      ## What are the relevant issue numbers?
      
      https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5163#note_13134307
      
      cc @rymai 
      
      See merge request !5456
      83180110
    • Rémy Coutable's avatar
      Merge branch 'fork-counter-link' into 'master' · 20209565
      Rémy Coutable authored
      Make fork counter always clickable
      
      ## What does this MR do?
      
      Make the fork counter on project pages clickable for people who forked the project.
      
      ## Why was this MR needed?
      
      The fork counter was not clickable.
      
      ## What are the relevant issue numbers?
      
      fixes #20205
      
      
      See merge request !5463
      20209565
    • Rémy Coutable's avatar
      Merge branch 'reject-invalid-trusted-proxies' · d8e38de9
      Rémy Coutable authored
      See !5454.
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      d8e38de9
    • Rémy Coutable's avatar
      Merge branch 'fix-wiki-error-500' into 'master' · 0030fe53
      Rémy Coutable authored
      Fix Error 500 when creating Wiki pages with hyphens or spaces
      
      - Closes gitlab-com/support-forum#874
      - Closes #20209 
      
      See merge request !5444
      0030fe53
    • Timothy Andrew's avatar
      `WikiPage` should have a slug even when not persisted. · 42a00f74
      Timothy Andrew authored
      1. So we can build the markdown preview URL for it.
      
      2. We can't skip the slug in this case, because the slug is used to
      construct relative markdown URLs.
      
      3. Add rspec feature tests to cover creating wiki pages with
         spaces/hyphens in the name.
      
      4. Add rspec feature tests for markdown preview URL rewriting, which was
         only covered by unit tests up to this point.
      42a00f74
  2. 24 Jul, 2016 12 commits
  3. 23 Jul, 2016 8 commits
  4. 22 Jul, 2016 13 commits