BigW Consortium Gitlab

  1. 19 Jul, 2016 1 commit
  2. 18 Jul, 2016 1 commit
  3. 13 Jul, 2016 2 commits
  4. 07 Jul, 2016 2 commits
  5. 06 Jul, 2016 1 commit
  6. 04 Jul, 2016 2 commits
  7. 01 Jul, 2016 1 commit
  8. 30 Jun, 2016 2 commits
  9. 27 Jun, 2016 1 commit
  10. 23 Jun, 2016 1 commit
  11. 20 Jun, 2016 2 commits
  12. 16 Jun, 2016 4 commits
  13. 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
  14. 03 Jun, 2016 2 commits
  15. 25 May, 2016 1 commit
  16. 20 May, 2016 2 commits
  17. 18 May, 2016 1 commit
  18. 15 May, 2016 1 commit
  19. 13 May, 2016 2 commits
  20. 11 May, 2016 1 commit
  21. 10 May, 2016 1 commit
    • Fix a few places where autoloading would fail · 5589dcf8
      Rémy Coutable authored
      - Fix naming of API::CommitStatuses
      - Ensure we use require_dependency instead of require
      - Ensure the namespace is right in lib/api/api.rb, otherwise, we
        might require Grape::API::Helpers which defines the `#params` method.
        This is to avoid requiring a file multiple times and getting an "Already
        initialized constant" error.
      Signed-off-by: 's avatarRémy Coutable <remy@rymai.me>
  22. 04 May, 2016 2 commits
  23. 29 Apr, 2016 2 commits
  24. 26 Apr, 2016 1 commit
  25. 25 Apr, 2016 1 commit
  26. 18 Apr, 2016 2 commits