1. 29 Sep, 2021 1 commit
  2. 23 Aug, 2021 4 commits
  3. 01 Jun, 2021 1 commit
  4. 26 May, 2021 1 commit
  5. 06 May, 2021 1 commit
  6. 30 Apr, 2021 1 commit
    • songwenping's avatar
      setup.cfg: Replace dashes with underscores · dc9fe87b
      songwenping 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: I19543673ddf80d93e28f5503b7672f64a6cecf2a
      dc9fe87b
  7. 27 Apr, 2021 1 commit
  8. 16 Apr, 2021 4 commits
  9. 15 Apr, 2021 1 commit
  10. 06 Apr, 2021 1 commit
  11. 22 Mar, 2021 1 commit
  12. 21 Jan, 2021 1 commit
  13. 19 Jan, 2021 1 commit
    • Ben Nemec's avatar
      Add Xena to versionutils · 9da8c33a
      Ben Nemec authored
      Adding warrior princess release to the list of releases. :-)
      
      Change-Id: I6bf6997899f6c95ed1074563164b82fce37f26f3
      9da8c33a
  14. 14 Jan, 2021 1 commit
  15. 03 Jan, 2021 1 commit
  16. 18 Dec, 2020 1 commit
  17. 04 Nov, 2020 2 commits
  18. 15 Oct, 2020 4 commits
  19. 11 Oct, 2020 1 commit
  20. 22 Sep, 2020 1 commit
  21. 11 Sep, 2020 2 commits
  22. 09 Sep, 2020 3 commits
    • Thomas Goirand's avatar
      Fixed diff with upstream tag. · 70e35aa6
      Thomas Goirand authored
      70e35aa6
    • Thomas Goirand's avatar
      Now packaging 4.4.0 · 50a4a0aa
      Thomas Goirand authored
      50a4a0aa
    • Thomas Goirand's avatar
      Merge tag '4.4.0' into debian/victoria · 9353bc66
      Thomas Goirand authored
      oslo.log 4.4.0 release
      
      meta:version: 4.4.0
      meta:diff-start: -
      meta:series: victoria
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Hervé Beraud <hberaud@redhat.com>
      meta:release:Commit: Hervé Beraud <hberaud@redhat.com>
      meta:release:Change-Id: I5bdf4fd03d944c1ba63d1c54d39ca3ec30d04b54
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      9353bc66
  23. 08 Sep, 2020 1 commit
    • Hervé Beraud's avatar
      Adding pre-commit · ad42c89f
      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: I6663d5e0866e03f8eb8c0543d3e3e0bbfb2399ac
      Signed-off-by: default avatarMoisés Guimarães de Medeiros <moguimar@redhat.com>
      ad42c89f
  24. 06 Aug, 2020 2 commits
  25. 29 Jul, 2020 1 commit
    • Luigi Toscano's avatar
      zuul: port the legacy grenade job · 63c1eca0
      Luigi Toscano authored
      Make it a native Zuul v3 job.
      It is a simple variant of the base 'grenade' job where oslo.log
      is installed from source instead of pip.
      Also use a slightly more common name by dropping the "-devstack"
      suffix (all grenade jobs are also devstack jobs).
      
      Change-Id: I2f335358dd467f57a2178df66414bdc634eb6400
      63c1eca0
  26. 24 Jul, 2020 1 commit