1. 15 Apr, 2021 3 commits
  2. 04 Nov, 2020 1 commit
  3. 05 Oct, 2020 1 commit
  4. 22 Sep, 2020 1 commit
    • Hervé Beraud's avatar
      Adding pre-commit · d023c60c
      Hervé Beraud authored
      Introduced changes:
      - pre-commit config and rules
      - Add pre-commit to pep8 gate, Flake8 is covered in the pre-commit hooks.
      - Applying fixes for pre-commit compliance in all code.
      
      Also commit hash will be used instead of version tags in pre-commit to
      prevend arbitrary code from running in developer's machines.
      
      pre-commit will be used to:
      - trailing whitespace;
      - Replaces or checks mixed line ending (mixed-line-ending);
      - Forbid files which have a UTF-8 byte-order marker (check-byte-order-marker);
      - Checks that non-binary executables have a proper
        shebang (check-executables-have-shebangs);
      - Check for files that contain merge conflict strings (check-merge-conflict);
      - Check for debugger imports and py37+ breakpoint()
        calls in python source (debug-statements);
      - Attempts to load all yaml files to verify syntax (check-yaml);
      - Run flake8 checks (flake8) (local)
      
      For further details about tests please refer to:
      https://github.com/pre-commit/pre-commit-hooks
      
      
      
      Change-Id: Ifc5ee35d399c628604ec1644eb447936803c45f5
      Signed-off-by: default avatarMoisés Guimarães de Medeiros <moguimar@redhat.com>
      d023c60c
  5. 11 Sep, 2020 2 commits
  6. 24 Jul, 2020 1 commit
  7. 30 Jun, 2020 1 commit
  8. 04 Jun, 2020 1 commit
  9. 02 Jun, 2020 1 commit
  10. 28 May, 2020 2 commits
  11. 26 May, 2020 1 commit
  12. 25 May, 2020 1 commit
  13. 22 May, 2020 1 commit
  14. 19 May, 2020 1 commit
  15. 18 May, 2020 2 commits
    • Zuul's avatar
      Merge "Drop use of six" · 5f179a18
      Zuul authored
      5f179a18
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 620c6689
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.0 and reno 3.1.0 versions. Using
      these versions will allow especially:
      * Linking from HTML to PDF document
      * Allow parallel building of documents
      * Fix some rendering problems
      
      Update Sphinx version as well.
      
      openstackdocstheme renames some variables, so follow the renames
      before the next release removes them. A couple of variables are also
      not needed anymore, remove them.
      
      Depends-On: https://review.opendev.org/728938
      Change-Id: Idc8d870e5c12e18efd07427eb1772d0f4e65d262
      620c6689
  16. 15 May, 2020 2 commits
  17. 06 May, 2020 1 commit
  18. 04 May, 2020 1 commit
  19. 27 Apr, 2020 1 commit
  20. 24 Apr, 2020 2 commits
    • Sean McGinnis's avatar
      Bump default tox env from py37 to py38 · e17e036b
      Sean McGinnis authored
      
      
      Python 3.8 is now our highest level supported python runtime.
      This updates the default tox target environments to swap out
      py37 for py38 to make sure local development testing is
      covering this version.
      
      This does not impact zuul jobs in any way, nor prevent local
      tests against py37. It just changes the default if none is
      explicitly provided.
      
      Change-Id: I436529f8db217e9ad899ece05cc3af291198a081
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      e17e036b
    • Sean McGinnis's avatar
      Add py38 package metadata · e62d9492
      Sean McGinnis authored
      
      
      Now that we are running the Victoria tests that include a
      voting py38, we can now add the Python 3.8 metadata to the
      package information to reflect that support.
      
      Change-Id: I568967e4ae45a47bb625d9ed8b172e56d58d78ac
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      e62d9492
  21. 16 Apr, 2020 1 commit
  22. 14 Apr, 2020 4 commits
  23. 13 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Cleanup py27 support · d9718805
      Andreas Jaeger authored
      This repo is now testing only with Python 3, so let's make
      a few cleanups:
      - Remove obsolete sections from setup.cfg
      - Update classifiers
      - Use newer openstackdocstheme version
      - Switch to hacking 3.0, fix problems found
      
      Change-Id: I539b00204279c7645ef4a3f804f64a1e7af30f05
      d9718805
  24. 31 Mar, 2020 1 commit
  25. 10 Feb, 2020 2 commits
  26. 06 Feb, 2020 2 commits
  27. 03 Feb, 2020 1 commit
  28. 08 Jan, 2020 1 commit