1. 21 Feb, 2022 2 commits
    • Thomas Goirand's avatar
      Now packaging 2.8.0 · dc7e00e2
      Thomas Goirand authored
      dc7e00e2
    • Thomas Goirand's avatar
      Merge tag '2.8.0' into debian/yoga · 0acc9ea8
      Thomas Goirand authored
      oslo.service 2.8.0 release
      
      meta:version: 2.8.0
      meta:diff-start: -
      meta:series: yoga
      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: I0d1110ef372d24155977a2a3262ec3ea8098dccd
      meta:release:Code-Review+1: Lajos Katona <katonalala@gmail.com>
      meta:release:Code-Review+1: Rodolfo Alonso <ralonsoh@redhat.com>
      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>
      0acc9ea8
  2. 21 Dec, 2021 1 commit
  3. 13 Oct, 2021 1 commit
  4. 05 Oct, 2021 1 commit
    • Sebastian Lohff's avatar
      Fix fo() backdoor command for non-class objects · eb191548
      Sebastian Lohff authored
      The backdoor command fo() uses isinstance() to check if an object is an
      instance of a class. This only works with objects that have a __class__
      attribute, else an AttributeError is raised by isinstance(). This is
      seldomly the case, though if there is one such object fo() will cease to
      work. Therefore we need to protect us against this case by checking for
      a __class__ attribute before calling isinstance().
      
      An example for an object without __class__ would be
      functools._lru_list_elem.
      
      Change-Id: Ia4c5cbdc249535d36f6e71f7b2a7359bc6fdf219
      Closes-Bug: #1946072
      eb191548
  5. 29 Sep, 2021 1 commit
  6. 16 Sep, 2021 1 commit
    • Julia Kreger's avatar
      Fix BackOffLoopingCall error so it is not misleading · d3ee8ef0
      Julia Kreger authored
      The backoff looping call logging was previously making
      a decision on if timeout had or was going to be exceeded
      by including idle time and it's internal time, however
      this is misleading as the overall operation may take
      30 seconds externally, a user initiated timeout of 30
      seconds is requested, and the error might say something
      like 18 seconds has passed, when that is incorrect.
      
      The logic is actualy correct, the logging was just
      misleading.
      
      Fixes the exception message to use the total time.
      
      Change-Id: Ie9ef5a53abb24f6ab7de0ad57a672c0a8d7ff0ee
      d3ee8ef0
  7. 10 Sep, 2021 2 commits
  8. 23 Aug, 2021 2 commits
    • Thomas Goirand's avatar
      Now packaging 2.6.1 (xena) · 200ea41d
      Thomas Goirand authored
      200ea41d
    • Thomas Goirand's avatar
      Merge tag '2.6.0' into debian/xena · 010604bd
      Thomas Goirand authored
      oslo.service 2.6.0 release
      
      meta:version: 2.6.0
      meta:diff-start: -
      meta:series: xena
      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: I5ba11909a1bc08c7262042df172a13ff5b215199
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      010604bd
  9. 16 Aug, 2021 1 commit
  10. 01 Jun, 2021 1 commit
  11. 05 May, 2021 1 commit
    • YuehuiLei's avatar
      setup.cfg: Replace dashes with underscores · 19f369a6
      YuehuiLei 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: Ide75d5a0fb9215a81f0410b6ffa77849463cf888
      19f369a6
  12. 29 Apr, 2021 1 commit
  13. 16 Apr, 2021 3 commits
  14. 15 Apr, 2021 2 commits
  15. 23 Mar, 2021 1 commit
  16. 18 Mar, 2021 2 commits
  17. 08 Mar, 2021 3 commits
    • Thomas Goirand's avatar
      d434ec7c
    • Thomas Goirand's avatar
      Now packaging 2.5.0 · 72983f3c
      Thomas Goirand authored
      72983f3c
    • Thomas Goirand's avatar
      Merge tag '2.5.0' into debian/wallaby · 1d9cad0d
      Thomas Goirand authored
      oslo.service 2.5.0 release
      
      meta:version: 2.5.0
      meta:diff-start: -
      meta:series: wallaby
      meta:release-type: release
      meta:pypi: yes
      meta:first: yes
      meta:release:Author: Daniel Bengtsson <dbengt@redhat.com>
      meta:release:Commit: Daniel Bengtsson <dbengt@redhat.com>
      meta:release:Change-Id: I712e9ad4b4b998b80ca71fe53fea1a6cbf328e3c
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      1d9cad0d
  18. 19 Feb, 2021 1 commit
  19. 03 Feb, 2021 1 commit
  20. 21 Jan, 2021 1 commit
  21. 18 Jan, 2021 1 commit
  22. 14 Jan, 2021 1 commit
  23. 03 Jan, 2021 1 commit
  24. 24 Dec, 2020 1 commit
    • zhangboye's avatar
      Use TOX_CONSTRAINTS_FILE · 7e72bbf0
      zhangboye authored
      UPPER_CONSTRAINTS_FILE is old name and deprecated
      This allows to use upper-constraints file as more
      readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.
      
      Change-Id: Ice493f64ecabdeb7a66c14e1fd864c605c5384e5
      7e72bbf0
  25. 18 Dec, 2020 1 commit
  26. 30 Nov, 2020 1 commit
  27. 04 Nov, 2020 2 commits
  28. 01 Nov, 2020 1 commit
  29. 16 Oct, 2020 2 commits