1. 14 8月, 2021 1 次提交
  2. 25 7月, 2021 1 次提交
  3. 09 7月, 2021 1 次提交
  4. 29 5月, 2021 1 次提交
  5. 24 12月, 2020 1 次提交
  6. 23 12月, 2020 1 次提交
  7. 11 2月, 2020 1 次提交
  8. 22 11月, 2019 1 次提交
  9. 09 11月, 2019 1 次提交
  10. 14 8月, 2019 1 次提交
  11. 28 7月, 2019 1 次提交
  12. 04 7月, 2019 1 次提交
  13. 19 1月, 2019 1 次提交
  14. 16 5月, 2018 1 次提交
  15. 13 5月, 2018 1 次提交
  16. 27 12月, 2017 1 次提交
  17. 18 10月, 2017 1 次提交
  18. 09 1月, 2017 2 次提交
  19. 07 1月, 2017 1 次提交
  20. 29 12月, 2016 1 次提交
  21. 03 6月, 2016 1 次提交
  22. 28 4月, 2016 1 次提交
  23. 07 2月, 2016 1 次提交
  24. 18 12月, 2015 1 次提交
  25. 13 12月, 2015 1 次提交
  26. 14 11月, 2015 1 次提交
  27. 06 11月, 2015 1 次提交
  28. 05 11月, 2015 1 次提交
  29. 04 11月, 2015 1 次提交
  30. 07 8月, 2015 1 次提交
  31. 19 7月, 2015 1 次提交
  32. 12 7月, 2015 1 次提交
  33. 08 7月, 2015 1 次提交
    • B
      Support InfluxDB 0.9.x · d40f01e0
      Brandon Adams 提交于
      This adds support for the JSON payload schema used in 0.9.x. This
      also adds support for the tags feature available in 0.9.x via the
      config option tags. Tags is a comma separated list of colon
      separated key:value pairs. An example:
      
      ```
      [influxdb]
      tags = foo:bar,spam:eggs,region:us-east-1
      ```
      d40f01e0
  34. 20 6月, 2015 1 次提交
  35. 17 5月, 2015 1 次提交
  36. 16 5月, 2015 1 次提交
  37. 11 5月, 2015 2 次提交
    • A
      flake8 · af0bd377
      Alessio Sergi 提交于
      - import statements are in the wrong order.
      - missing whitespace around arithmetic operator
      - blind except: statement
      - multiple imports on one line
      - trailing whitespace
      - blank line contains whitespace
      - line break before binary operator
      - missing whitespace after ','
      - block comment should start with '# '
      - multiple spaces before operator
      - 'logger' imported but unused
      - expected 2 blank lines, found 1
      af0bd377
    • A
      PEP 257 · 5e5c6817
      Alessio Sergi 提交于
      - First line should end with a period
      - No blank lines allowed after function docstring
      - 1 blank line required between summary line and description
      - 1 blank line required before class docstring
      - Multi-line docstring closing quotes should be on a separate line
      - No whitespaces allowed surrounding docstring text
      - One-line docstring should fit on one line with quotes
      - Use r""" if any backslashes in a docstring
      5e5c6817
  38. 08 5月, 2015 1 次提交