An error occurred fetching the project authors.
  1. 30 Jul, 2016 1 commit
  2. 08 Jul, 2016 2 commits
  3. 06 Jul, 2016 2 commits
  4. 16 Jun, 2016 2 commits
  5. 12 Jun, 2016 1 commit
    • Stan Hu's avatar
      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
      0fdfd2dd
  6. 03 Jun, 2016 2 commits
  7. 18 May, 2016 1 commit
  8. 17 May, 2016 1 commit
  9. 29 Apr, 2016 1 commit
  10. 07 Apr, 2016 2 commits
  11. 20 Mar, 2016 1 commit
  12. 19 Mar, 2016 1 commit
  13. 18 Mar, 2016 1 commit
  14. 29 Jan, 2016 1 commit
  15. 21 Jan, 2016 1 commit
  16. 18 Dec, 2015 2 commits
  17. 07 Dec, 2015 2 commits
  18. 04 Dec, 2015 2 commits
  19. 02 Dec, 2015 1 commit
  20. 17 Nov, 2015 1 commit
  21. 20 Oct, 2015 1 commit
  22. 09 Oct, 2015 1 commit
  23. 30 Sep, 2015 1 commit
  24. 29 May, 2015 1 commit
  25. 28 Apr, 2015 1 commit
  26. 23 Mar, 2015 1 commit
  27. 19 Mar, 2015 2 commits
  28. 18 Mar, 2015 1 commit
  29. 14 Mar, 2015 1 commit
  30. 14 Feb, 2015 1 commit
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  31. 19 Jan, 2015 1 commit