1. 04 Nov, 2021 2 commits
  2. 07 Sep, 2021 1 commit
    • Thomas Goirand's avatar
      Restore reproducibility in docs · aa426aba
      Thomas Goirand authored
      The documentation is writting the date in its copyright. This is
      considered bad practice, because this kills reproducibility. If
      you don't know about reproducible build, please read on:
      
      https: //reproducible-builds.org/
      Change-Id: I6427c83af06ac58da32898f00d3f99dc6ba1ae93
      aa426aba
  3. 15 Jul, 2021 1 commit
  4. 18 May, 2021 1 commit
  5. 14 May, 2021 1 commit
    • yangyawei's avatar
      setup.cfg: Replace dashes with underscores · e9003e3d
      yangyawei 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: Ib8c972f4b673ceb8a92648fb921e122524807e6d
      e9003e3d
  6. 26 Apr, 2021 1 commit
  7. 21 Apr, 2021 1 commit
  8. 23 Mar, 2021 1 commit
  9. 20 Feb, 2021 1 commit
  10. 14 Jan, 2021 1 commit
  11. 18 Dec, 2020 1 commit
  12. 09 Nov, 2020 1 commit
  13. 04 Nov, 2020 1 commit
  14. 03 Nov, 2020 1 commit
  15. 22 Sep, 2020 3 commits
    • Zuul's avatar
      Merge "Adding pre-commit" · c11f5067
      Zuul authored
      c11f5067
    • Hervé Beraud's avatar
      ignore reno generated artifacts · 746b73d5
      Hervé Beraud authored
      Change-Id: I6ed1f39c04cde4011d5c65b8c40332cc253695ba
      746b73d5
    • Hervé Beraud's avatar
      Adding pre-commit · be7bc9ec
      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: I382aa79f7357a86af11783f59e0f1680d5bed8d0
      Signed-off-by: default avatarMoisés Guimarães de Medeiros <moguimar@redhat.com>
      be7bc9ec
  16. 11 Sep, 2020 2 commits
  17. 10 Jun, 2020 1 commit
    • Sean McGinnis's avatar
      Update lower-constraints versions · 649189db
      Sean McGinnis authored
      
      
      This updates lower constraints to versions that will work with py38 so
      that when we move to running on focal nodes, which has py38 as its
      default py3 runtime, the lower-constraints job will continue to pass.
      
      It also cleans out some secondary requirements that are no longer needed
      due to our direct dependencies being updated.
      
      Linters are removed that are kept in the global requirements blacklist
      as those are not version tracked and are not relevant for our
      lower-constraints unit test runs.
      
      Change-Id: I78945d43111fe7a2a38c17432b9dcd66a6116186
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      649189db
  18. 02 Jun, 2020 1 commit
  19. 26 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · d5bc18e3
      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.
      
      Disable openstackdocs_auto_name to use 'project' variable 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.
      
      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.
      
      See also
      http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
      
      Change-Id: I6974f7131d7ac43b427f8ac6381aff80b9dcb884
      d5bc18e3
  20. 09 May, 2020 1 commit
  21. 14 Apr, 2020 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/ussuri · 056d78b1
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/ussuri.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/ussuri.
      
      Change-Id: Iacdbb6e538c74274b20bbfee70ef5682e0754477
      Sem-Ver: feature
      056d78b1
  22. 30 Mar, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · bc4ffa9f
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Change-Id: Icff998ff9cd1d9af982c6ea9ae0a21cd6912e9e4
      bc4ffa9f
  23. 14 Feb, 2020 1 commit
  24. 04 Feb, 2020 2 commits
  25. 20 Sep, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/train · ef6afda9
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/train.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/train.
      
      Change-Id: I30f8345c55e6f6936f2fcf42860b2cad6de0194e
      Sem-Ver: feature
      ef6afda9
  26. 16 Jul, 2019 1 commit
  27. 05 Jul, 2019 1 commit
  28. 27 Jun, 2019 1 commit
  29. 16 May, 2019 1 commit
    • Hervé Beraud's avatar
      Update Sphinx requirement · efa201ec
      Hervé Beraud authored
      Sphinx 2.0 no longer works on python 2.7, so we need to start capping it
      there.
      
      Change-Id: I43bda145f4c48c06faf1848c5a51af7078b97e6e
      efa201ec
  30. 03 May, 2019 1 commit
  31. 19 Apr, 2019 1 commit
  32. 15 Apr, 2019 1 commit
  33. 18 Mar, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/stein · 29f33288
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/stein.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/stein.
      
      Change-Id: I5109c96db97011d7703e28ea6dbdbef442a6c89e
      Sem-Ver: feature
      29f33288
  34. 15 Feb, 2019 1 commit
  35. 20 Dec, 2018 1 commit