1. 21 Feb, 2022 2 commits
    • Thomas Goirand's avatar
      Now packaging 4.6.1 · 58fb06ad
      Thomas Goirand authored
      58fb06ad
    • Thomas Goirand's avatar
      Merge tag '4.6.1' into debian/yoga · ed7b91ec
      Thomas Goirand authored
      oslo.log 4.6.1 release
      
      meta:version: 4.6.1
      meta:diff-start: -
      meta:series: independent
      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: I32efe9f03829a1f07b4fdd997f36528749090f83
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
      ed7b91ec
  2. 29 Sep, 2021 1 commit
  3. 23 Aug, 2021 4 commits
  4. 22 Jul, 2021 1 commit
    • Takashi Kajinami's avatar
      Replace deprecated arguments of RequestContext · 96a08b8f
      Takashi Kajinami authored
      The following arguments of the RequestContext class are deprecated
      since oslo.context 2.18[1].
       user          : renamed to user_id
       tenant        : renamed to project_id
       domain        : renamed to domain_id
       user_domain   : renamed to user_domain_id
       project_domain: renamed to project_domain_id
      
      This change updates arguments used accordingly.
      
      [1] d78cf592e1e3e7aa0fc99bfdd655e82f5c44dfe3
      
      Change-Id: I815790106e42ca3cb5b8b3cf98b065a27b9a520e
      96a08b8f
  5. 01 Jun, 2021 1 commit
  6. 26 May, 2021 1 commit
  7. 06 May, 2021 1 commit
  8. 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
  9. 27 Apr, 2021 1 commit
  10. 16 Apr, 2021 4 commits
  11. 15 Apr, 2021 1 commit
  12. 06 Apr, 2021 1 commit
  13. 22 Mar, 2021 1 commit
  14. 21 Jan, 2021 1 commit
  15. 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
  16. 14 Jan, 2021 1 commit
  17. 03 Jan, 2021 1 commit
  18. 18 Dec, 2020 1 commit
  19. 04 Nov, 2020 2 commits
  20. 15 Oct, 2020 4 commits
  21. 11 Oct, 2020 1 commit
  22. 22 Sep, 2020 1 commit
  23. 11 Sep, 2020 2 commits
  24. 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
  25. 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
  26. 06 Aug, 2020 1 commit