1. 13 Aug, 2021 1 commit
  2. 12 Jul, 2021 1 commit
  3. 08 Jul, 2021 2 commits
  4. 06 Jul, 2021 1 commit
  5. 08 Jun, 2021 2 commits
    • Pierre Riteau's avatar
      docs: Update Freenode to OFTC · 0608c052
      Pierre Riteau authored
      Change-Id: I3224ca9b96a181de8c0251d0bd589135e098d557
      0608c052
    • wu.shiming's avatar
      setup.cfg: Replace dashes with underscores · 754e06c5
      wu.shiming authored
      Setuptools v54.1.0 introduces a warning that the use of dash-separated
      options in 'setup.cfg' will not be supported in a future version [1].
      Get ahead of the issue by replacing the dashes with underscores. Without
      this, we see 'UserWarning' messages like the following on new enough
      versions of setuptools:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
      
      Change-Id: I7a871d30bf935614ff4bc4a254cc4fc63c4218f4
      754e06c5
  6. 19 May, 2021 1 commit
  7. 18 May, 2021 1 commit
    • Pierre Riteau's avatar
      Fix PDF docs build · d2c2323b
      Pierre Riteau authored
      Update tox config to include upper-constraints as dependencies. This
      resolves issues with building PDF docs.
      
      Change-Id: I98f287e4654ecb6b92d4f3815f359b205b06559a
      d2c2323b
  8. 20 Apr, 2021 1 commit
  9. 12 Apr, 2021 1 commit
  10. 19 Mar, 2021 2 commits
  11. 22 Dec, 2020 1 commit
  12. 11 Dec, 2020 1 commit
    • Rafael Weingärtner's avatar
      Fix `create_threshold` method when using cost as 0 · a15f11a7
      Rafael Weingärtner authored
      When using 0 as the cost, the `create_threshold` method
      throws an exception. That happens because 0 (zero) is evaluated
      to False. Therefore, we need to change the validation method to
      check if the values are None.
      
      Change-Id: Iedd541c0ad16db0d11d6e6de332eddf880af1698
      a15f11a7
  13. 27 Nov, 2020 1 commit
  14. 25 Sep, 2020 2 commits
  15. 22 Sep, 2020 1 commit
    • wangzihao's avatar
      bump py37 to py38 in tox.ini · 3ec8f86e
      wangzihao authored
      in 'victoria' cycle, we should test py38 by default.
      
      Change-Id: Ib01cf2aad3edf31a067a6ac4459529851f8d8ecb
      3ec8f86e
  16. 21 Sep, 2020 1 commit
  17. 18 Sep, 2020 1 commit
    • wangzihao's avatar
      Bump hacking min version to 3.0.1 · 953c6c94
      wangzihao authored
      hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new
      version with new checks.
      
      bumping the min version for hacking so that any older hacking versions
      which auto adopt the new checks are not used.
      
      Change-Id: I5875f1c0261ff6039773d7daf412102f2c02651f
      953c6c94
  18. 08 Sep, 2020 3 commits
  19. 07 Sep, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · def53575
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Fix problems found.
      
      Change-Id: I8fed95ecb736e0b6d7c4b63a55553de1539139be
      def53575
  20. 01 Sep, 2020 2 commits
  21. 31 Aug, 2020 1 commit
  22. 27 Aug, 2020 1 commit
  23. 24 Aug, 2020 2 commits
  24. 21 Aug, 2020 3 commits
  25. 18 Aug, 2020 1 commit
  26. 13 Aug, 2020 1 commit
  27. 20 May, 2020 1 commit
    • fuzihao's avatar
      Fix pygments style · e88a3fa0
      fuzihao authored
      New theme of docs (Victoria+) respects pygments_style.
      Since we starts using Victoria reqs while being on Ussuri,
      this patch ensures proper rendering both in Ussuri and Victoria.
      
      Change-Id: If42b2154a5a28f92d89dde9882afa31f01bc5ac3
      e88a3fa0
  28. 10 May, 2020 1 commit
    • jacky06's avatar
      Remove six · 61dc82cb
      jacky06 authored
      We don't need this in a Python 3-only world.
      
      Change-Id: Ibeb506281e88b44d454497d06f9187308859ac9c
      61dc82cb
  29. 18 Apr, 2020 1 commit
  30. 11 Apr, 2020 1 commit