1. 30 6月, 2016 1 次提交
  2. 28 6月, 2016 4 次提交
  3. 16 6月, 2016 2 次提交
  4. 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
  5. 04 4月, 2016 1 次提交
  6. 29 1月, 2016 1 次提交
    • R
      Prevent transient Capybara timeouts during feature tests · bbe0fa91
      Robert Speicher 提交于
      The problem occurred because asset compilation takes a long time, so
      when the asset cache didn't exist and the first test ran, it would often
      (randomly) time out during the generation before the actual test even
      had a chance to run.
      
      Now we check if the cache exists before the suite runs, and if not, we
      manually fire a request to the root URL in order to generate it. This
      should allow subsequent tests to use the cached assets.
      bbe0fa91
  7. 08 12月, 2015 1 次提交
  8. 07 12月, 2015 1 次提交
  9. 05 12月, 2015 1 次提交
  10. 04 11月, 2015 1 次提交
  11. 13 10月, 2015 1 次提交
  12. 14 8月, 2015 3 次提交
  13. 26 7月, 2015 1 次提交
  14. 25 7月, 2015 1 次提交
  15. 22 7月, 2015 1 次提交
  16. 22 6月, 2015 1 次提交
  17. 03 5月, 2015 1 次提交
  18. 28 4月, 2015 1 次提交
  19. 28 3月, 2015 1 次提交
  20. 17 2月, 2015 1 次提交
    • R
      TestEnv improvements · 71948108
      Robert Speicher 提交于
      - Simplify cleaning the temporary testing path in TestEnv
      - Don't run gitlab:shell:install if it's already installed
      - Run git commands quietly
      71948108
  21. 13 2月, 2015 1 次提交
  22. 11 1月, 2015 3 次提交
  23. 18 11月, 2014 2 次提交
  24. 01 10月, 2014 1 次提交
  25. 27 9月, 2014 1 次提交
  26. 23 9月, 2014 1 次提交
  27. 01 8月, 2014 5 次提交