1. 29 Sep, 2021 1 commit
  2. 07 Sep, 2021 4 commits
  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. 20 Nov, 2020 1 commit
  13. 09 Nov, 2020 1 commit
  14. 04 Nov, 2020 1 commit
  15. 03 Nov, 2020 1 commit
  16. 14 Oct, 2020 2 commits
  17. 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
  18. 11 Sep, 2020 2 commits
  19. 07 Sep, 2020 2 commits
    • Thomas Goirand's avatar
      Now packaging 2.2.0. · 05bd0b3b
      Thomas Goirand authored
      05bd0b3b
    • Thomas Goirand's avatar
      Merge tag '2.2.0' into debian/victoria · f1a15e1a
      Thomas Goirand authored
      debtcollector 2.2.0 release
      
      meta:version: 2.2.0
      meta:diff-start: -
      meta:series: victoria
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Commit: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Change-Id: Ib9a30a954f01279df3bd4522d4324cbf7e361839
      meta:release:Code-Review+1: Ben Nemec <openstack@nemebean.com>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      f1a15e1a
  20. 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
  21. 02 Jun, 2020 1 commit
  22. 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
  23. 09 May, 2020 1 commit
  24. 08 May, 2020 1 commit
  25. 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
  26. 07 Apr, 2020 2 commits
    • Thomas Goirand's avatar
      Now packaging 2.0.1 · aa780658
      Thomas Goirand authored
      aa780658
    • Thomas Goirand's avatar
      Merge tag '2.0.1' into debian/ussuri · 01e05cc6
      Thomas Goirand authored
      debtcollector 2.0.1 release
      
      meta:version: 2.0.1
      meta:diff-start: -
      meta:series: ussuri
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Ben Nemec <bnemec@redhat.com>
      meta:release:Commit: Ben Nemec <bnemec@redhat.com>
      meta:release:Change-Id: Ica9d5824b33e3f244d4bff64d6f5d101f5b371fa
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Workflow+1: Hervé Beraud <hberaud@redhat.com>
      01e05cc6
  27. 31 Mar, 2020 2 commits
    • Thomas Goirand's avatar
      Now packaging 2.0.0. · 0ccc7a2b
      Thomas Goirand authored
      0ccc7a2b
    • Thomas Goirand's avatar
      Merge tag '2.0.0' into debian/ussuri · b4db1fde
      Thomas Goirand authored
      debtcollector 2.0.0 release
      
      meta:version: 2.0.0
      meta:diff-start: -
      meta:series: ussuri
      meta:release-type: release
      meta:pypi: yes
      meta:first: yes
      meta:release:Author: Hervé Beraud <hberaud@redhat.com>
      meta:release:Commit: Hervé Beraud <hberaud@redhat.com>
      meta:release:Change-Id: If00536f6182ac198a0e0d6ea36dfdc31c27655ab
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      b4db1fde
  28. 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
  29. 14 Feb, 2020 1 commit
  30. 04 Feb, 2020 1 commit