1. 06 12月, 2018 2 次提交
  2. 05 12月, 2018 10 次提交
  3. 04 12月, 2018 3 次提交
  4. 26 11月, 2018 1 次提交
  5. 24 11月, 2018 1 次提交
    • martianzhang's avatar
      fix mac os stdout print buffer truncate · c944ccd0
      martianzhang 提交于
        When set log to console, if fmt.Print larger than 1K
        the output buffer will be truncate. This problem will be
        trigger when set log to stdout, beego and soar both print their
        output into stdout, and this may come into confusing status in
        mac os.
      
        For fixing this problem, we only allow set log to file not.
        SOAR never write SQL suggest into log. Only developer should be
        concern about log, common user have no need of looking up log.
      c944ccd0
  6. 20 11月, 2018 4 次提交
  7. 19 11月, 2018 1 次提交
  8. 18 11月, 2018 1 次提交
  9. 14 11月, 2018 1 次提交
  10. 13 11月, 2018 1 次提交
  11. 12 11月, 2018 1 次提交
    • martianzhang's avatar
      daily fixture · 5279b992
      martianzhang 提交于
        1. etc/soar.blacklist add `use ?`
        2. blacklist use os.Getwd prefix
        3. update doc
      5279b992
  12. 05 11月, 2018 1 次提交
  13. 03 11月, 2018 1 次提交
  14. 02 11月, 2018 1 次提交
  15. 29 10月, 2018 1 次提交
  16. 28 10月, 2018 1 次提交
  17. 27 10月, 2018 2 次提交
  18. 25 10月, 2018 2 次提交
    • martianzhang's avatar
      fix #47, #37 · 49a306c6
      martianzhang 提交于
        #47 pretty print function `format` endless loop
        #37 -report-type not in (markdown, html) will not print score
      49a306c6
    • martianzhang's avatar
      update FAQ doc · b80ed7fe
      martianzhang 提交于
      b80ed7fe
  19. 24 10月, 2018 2 次提交
    • L
      fix #12 · 511e4ebb
      liipx 提交于
      511e4ebb
    • L
      fix #17 · a67cdb16
      liipx 提交于
      a67cdb16
  20. 23 10月, 2018 2 次提交
  21. 20 10月, 2018 1 次提交
    • martianzhang's avatar
      fix #5 && daily build update · 50f8bf80
      martianzhang 提交于
        #5
          Go version large than 1.8 has default GOPATH.
          use `go env GOPATH` get GOPATH envirment variable.
      
        daily build update
          update vitess vendor package
          update document about installation and configration
      50f8bf80