BigW Consortium Gitlab

  1. 09 Feb, 2017 3 commits
  2. 07 Feb, 2017 1 commit
  3. 06 Feb, 2017 1 commit
  4. 30 Jan, 2017 1 commit
  5. 21 Jan, 2017 1 commit
  6. 19 Jan, 2017 2 commits
  7. 14 Jan, 2017 1 commit
  8. 31 Dec, 2016 1 commit
  9. 29 Nov, 2016 1 commit
  10. 15 Nov, 2016 1 commit
    • Unify anchor link format for MR diff files !7298 · 8782bb96
      Yar authored
      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
  11. 31 Oct, 2016 1 commit
  12. 10 Oct, 2016 1 commit
  13. 29 Sep, 2016 1 commit
  14. 20 Sep, 2016 1 commit
  15. 14 Sep, 2016 1 commit
  16. 18 Aug, 2016 1 commit
  17. 10 Aug, 2016 1 commit
  18. 04 Aug, 2016 1 commit
    • Fix Mystery Guest · bb193801
      Herminio Torres authored
      Magic Variable - Change the name of the variable to assign the local variable for partial, rather than `i` use the `index`.
      
      Don't pass a local variable called `i` to a partial.
  19. 03 Aug, 2016 1 commit
  20. 30 Jul, 2016 1 commit
  21. 08 Jul, 2016 2 commits
  22. 06 Jul, 2016 2 commits
  23. 16 Jun, 2016 2 commits
  24. 12 Jun, 2016 1 commit
    • Fix Error 500 when viewing a blob with binary characters after the 1024-byte mark · 0fdfd2dd
      Stan Hu authored
      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
  25. 03 Jun, 2016 2 commits
  26. 18 May, 2016 1 commit
  27. 17 May, 2016 1 commit
  28. 29 Apr, 2016 1 commit
  29. 07 Apr, 2016 2 commits
  30. 20 Mar, 2016 1 commit
  31. 19 Mar, 2016 1 commit
  32. 18 Mar, 2016 1 commit