1. 14 5月, 2018 1 次提交
  2. 25 4月, 2018 1 次提交
  3. 23 4月, 2018 1 次提交
  4. 03 4月, 2018 1 次提交
  5. 22 3月, 2018 1 次提交
  6. 01 3月, 2018 2 次提交
  7. 21 2月, 2018 1 次提交
  8. 02 2月, 2018 1 次提交
  9. 24 1月, 2018 1 次提交
  10. 15 1月, 2018 1 次提交
  11. 12 1月, 2018 1 次提交
  12. 05 1月, 2018 1 次提交
  13. 04 1月, 2018 1 次提交
  14. 14 12月, 2017 1 次提交
  15. 03 12月, 2017 1 次提交
  16. 17 10月, 2017 1 次提交
  17. 07 10月, 2017 1 次提交
  18. 26 9月, 2017 1 次提交
  19. 20 9月, 2017 1 次提交
  20. 15 9月, 2017 1 次提交
  21. 14 9月, 2017 1 次提交
  22. 06 9月, 2017 1 次提交
  23. 05 9月, 2017 1 次提交
  24. 08 8月, 2017 1 次提交
    • L
      Add a test to show that threshold 40 would corrupt · d831e8e1
      Lin Jen-Shin 提交于
      If we set `ENCODING_CONFIDENCE_THRESHOLD` to 40,
      this test case would not pass. If we raise to 50,
      this would pass.
      
      Note that if in the future rugged didn't return
      corrupt data, this would be less relevant. But still
      icu recommend the threshold to be 50, we should just
      stick with 50.
      d831e8e1
  25. 04 8月, 2017 4 次提交
  26. 03 8月, 2017 3 次提交
  27. 01 8月, 2017 1 次提交
  28. 27 7月, 2017 2 次提交
  29. 26 7月, 2017 1 次提交
    • S
      Fix saving diffs that are not valid UTF-8 · 396b8f91
      Sean McGivern 提交于
      Previously, we used Psych, which would:
      
      1. Check if a string was encoded as binary, and not ASCII-compatible.
      2. Add the !binary tag in that case.
      3. Convert to base64.
      
      We need to do the same thing, using a new column in place of the tag.
      396b8f91
  30. 11 7月, 2017 1 次提交
    • R
      Don't attempt to warm the Capybara cache outside of CI · 4144352a
      Robert Speicher 提交于
      We initially started doing this because the first feature test to use
      the JavaScript driver would often time out due to asset compilation on
      CI. We should still do it in CI since the cost is (relatively) low, but
      doing so for every local run is both tiresome and generally unnecessary,
      as developer machines will be faster than most shared CI runners, and
      the cost of retrying a test after a timeout is much, much lower.
      4144352a
  31. 07 7月, 2017 1 次提交
  32. 21 6月, 2017 1 次提交
  33. 20 6月, 2017 1 次提交