1. 09 3月, 2020 1 次提交
  2. 11 7月, 2019 1 次提交
  3. 02 4月, 2019 1 次提交
    • B
      Allow streaming io objects into Gitaly · 8c5b3d03
      Bob Van Landuyt 提交于
      This allows us to set the encoding of an IO passed without reading it
      into memory.
      
      This is useful if we want to stream files into Gitaly. Like we do when
      uploading a new file to the repository.
      8c5b3d03
  4. 22 10月, 2018 1 次提交
  5. 30 8月, 2018 1 次提交
  6. 09 7月, 2018 2 次提交
  7. 23 3月, 2018 1 次提交
  8. 10 2月, 2018 1 次提交
  9. 05 1月, 2018 1 次提交
  10. 28 12月, 2017 1 次提交
  11. 23 11月, 2017 1 次提交
  12. 22 10月, 2017 1 次提交
  13. 19 10月, 2017 1 次提交
  14. 06 9月, 2017 5 次提交
  15. 08 8月, 2017 1 次提交
    • L
      Raise encoding confidence threshold to 50 · 8e2350ae
      Lin Jen-Shin 提交于
      It is recommended that we set this to 50:
      https://gitlab.com/gitlab-org/gitlab-ce/issues/35098#note_35036746
      
      In this particular issue, the confidence was 42 for Shift JIS,
      but in fact that's encoded in UTF-8 just with a single bad
      character. In this case, we shouldn't try to treat it as Shift JIS,
      but just treat it as UTF-8 and remove invalid bytes.
      
      Treating it like Shift JIS would corrupt the whole data.
      
      Unfortunately, the diff which would cause this could not be
      disclosed therefore we can't use it as a test example.
      8e2350ae
  16. 07 6月, 2017 1 次提交
  17. 02 6月, 2017 1 次提交