1. 09 8月, 2017 1 次提交
  2. 04 8月, 2017 1 次提交
  3. 29 6月, 2017 1 次提交
  4. 30 5月, 2017 1 次提交
  5. 24 5月, 2017 1 次提交
  6. 28 4月, 2017 1 次提交
  7. 07 2月, 2017 1 次提交
  8. 12 1月, 2017 1 次提交
  9. 16 11月, 2016 1 次提交
    • Y
      Unify anchor link format for MR diff files !7298 · 8782bb96
      Yar 提交于
      Right now, the following naming scheme for diff files is used: diff-1, diff-2, ... and also we have "internal" format which is file-path-HASH, where HASH is sha1 of file path.
      Besides, we have HASH_lineA_lineB format to link exact line number in MR diff. It makes sence to unify the way we link diff from outside, while leave "file-path-HASH" format for internal (js) usage.
      Changes in this commit  allow to link diff just by HASH, if we don't want specify exact lines, also it changes "file-path-HASH" and "diff-NUMBER" links in code to this unified format.
      
      Inspired by #24010 and !7298
      8782bb96
  10. 06 10月, 2016 1 次提交
  11. 20 9月, 2016 1 次提交
  12. 04 8月, 2016 2 次提交
  13. 03 8月, 2016 3 次提交
  14. 26 7月, 2016 1 次提交
    • S
      Fix expand all diffs button in compare view · 3abffb2b
      Sean McGivern 提交于
      We can't reuse the existing value of the format parameter, because on
      the merge request page that's 'json', so the link would go to a JSON
      file. We can't set it to HTML, because that adds '.html' the URL, which
      breaks the compare view (and looks bad). Setting it to nil uses the
      default format, which in all of these cases is HTML anyway.
      3abffb2b
  15. 19 7月, 2016 1 次提交
  16. 08 7月, 2016 2 次提交
  17. 07 7月, 2016 4 次提交
  18. 06 7月, 2016 1 次提交
  19. 16 6月, 2016 2 次提交
  20. 12 6月, 2016 1 次提交
    • S
      Fix Error 500 when viewing a blob with binary characters after the 1024-byte mark · 0fdfd2dd
      Stan Hu 提交于
      Here was the problem:
      
      1. When determining whether a given blob is viewable text, gitlab_git reads the first 1024 bytes and checks with Linguist whether it is a text or binary file.
      2. If the blob is text, GitLab will attempt to display it.
      3. However, if the text has binary characters after the first 1024 bytes, then GitLab will attempt to load the entire contents, but the encoding will be ASCII-8BIT since there are binary characters.
      4. The Error 500 results when GitLab attempts to display a mix UTF-8 and ASCII-8BIT.
      
      To fix this, we load as much data as we are willing to display so that the detection will work properly. Requires
      an update to gitlab_git: gitlab-org/gitlab_git!86
      
      Closes #13826
      0fdfd2dd
  21. 11 6月, 2016 1 次提交
  22. 27 4月, 2016 4 次提交
  23. 08 4月, 2016 1 次提交
  24. 20 3月, 2016 1 次提交
  25. 04 3月, 2016 1 次提交
  26. 15 1月, 2016 1 次提交
  27. 14 1月, 2016 1 次提交
  28. 08 1月, 2016 1 次提交
  29. 02 12月, 2015 1 次提交