1. 15 Apr, 2021 3 commits
  2. 03 Nov, 2020 1 commit
  3. 16 Oct, 2020 1 commit
    • zhoulinhui's avatar
      Fix hacking min version to 3.0.1 · 592a0d09
      zhoulinhui authored
      flake8 new release 3.8.0 added new checks and gate pep8
      job start failing. hacking 3.0.1 fix the pinning of flake8 to
      avoid bringing in a new version with new checks.
      
      Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
      flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
      break the pep8 job if new check are added.
      
      To avoid similar gate break in future, we need to bump the hacking min
      version.
      
      - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html
      
      Change-Id: I70ca30dd0a5bf0f1aa44f627d92038c826b67174
      592a0d09
  4. 23 Sep, 2020 1 commit
    • maaoyu's avatar
      Remove install unnecessary packages · 9558a46c
      maaoyu authored
      The docs requirements migrated to doc/requirements.txt
      we need not install things from requirements.txt.
      
      Change-Id: Ia65109bbb683489ba9a880d3a41baca5ef560d77
      9558a46c
  5. 22 Sep, 2020 1 commit
  6. 11 Sep, 2020 2 commits
  7. 08 Sep, 2020 1 commit
    • Hervé Beraud's avatar
      Adding pre-commit · 00b48751
      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: Ic00da1340d695c7a109f41a09929b654baf995a7
      Signed-off-by: default avatarMoisés Guimarães de Medeiros <moguimar@redhat.com>
      00b48751
  8. 24 Jul, 2020 1 commit
  9. 20 Jul, 2020 1 commit
  10. 22 Jun, 2020 1 commit
  11. 05 Jun, 2020 1 commit
  12. 03 Jun, 2020 1 commit
  13. 01 Jun, 2020 2 commits
  14. 26 May, 2020 2 commits
  15. 21 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 16f90983
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.1 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.
      
      Remove doc requirments from lower-constraints, they are not used for
      install. Remove also hacking, the version is ancient and not needed
      there either.
      
      openstackdocstheme renames some variables, so follow the renames. A
      couple of variables are also not needed anymore, remove them.
      
      Set openstackdocs_auto_name to use project as name.
      
      Change pygments_style to 'native' since old theme version always used
      'native' and the theme now respects the setting and using 'sphinx' can
      lead to some strange rendering.
      
      See also
      http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
      
      Change-Id: I5ec9dda8582f55fc0b287c422d5c43ad2e23b9b8
      16f90983
  16. 15 May, 2020 2 commits
  17. 04 May, 2020 1 commit
  18. 16 Apr, 2020 1 commit
  19. 14 Apr, 2020 2 commits
  20. 30 Mar, 2020 1 commit
  21. 27 Mar, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · 009fd6c7
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 2.0 which
      supports Python 3.
      
      Blacklist: W504 line break after binary operator
      
      Change-Id: I7ca780a2cff32031c562482b804888e5d49712c1
      009fd6c7
  22. 17 Mar, 2020 1 commit
  23. 13 Mar, 2020 1 commit
  24. 11 Mar, 2020 1 commit
  25. 03 Mar, 2020 2 commits
  26. 02 Mar, 2020 1 commit
  27. 21 Feb, 2020 1 commit
  28. 11 Feb, 2020 1 commit
  29. 06 Feb, 2020 1 commit
  30. 23 Dec, 2019 1 commit
    • caoyuan's avatar
      Trivial cleanup for tox · 09eadf95
      caoyuan authored
      move 'basepython' to the top-level 'testenv'
      
      Change-Id: I197d6486a3b126f616ffe2f7e3e669d922a1e337
      09eadf95
  31. 05 Dec, 2019 1 commit
  32. 04 Dec, 2019 1 commit