1. 29 Sep, 2021 1 commit
  2. 15 Sep, 2021 4 commits
  3. 31 Aug, 2021 1 commit
  4. 26 Aug, 2021 2 commits
  5. 18 Aug, 2021 1 commit
    • Chris Sibbitt's avatar
      Adding FIPS job · a236b07d
      Chris Sibbitt authored
      Change-Id: I4cfcb3e12012075eb56c6f69200825f0b597803f
      Depends-On: I05713ed77b79e583ad1073ff80ccd7a031e34c26
      a236b07d
  6. 16 Aug, 2021 1 commit
  7. 14 Jul, 2021 2 commits
  8. 09 Jul, 2021 2 commits
    • Zuul's avatar
      Merge "Merge notifier opts" · 71c51714
      Zuul authored
      71c51714
    • Matthias Runge's avatar
      Replace oslo_utils.fnmatch with fnmatch · 7a166e05
      Matthias Runge authored
      The oslo_utils.fnmatch module was added to solve an issue in py2.7 but
      it is no longer required because py2.7 is no longer supported.
      The module was deprecated since oslo.utils 4.9.1[1] and the stdlib's
      fnmatch module should be used instead.
      
      SQLAlchemy url is now immutable
      Use URL.set to update
      
      Co-authored by: Takashi Kajinami
      [1] 4c893c92f551c9dd2a7cfbe7ae8171ad8139df0b
      
      Change-Id: I59c4d93a5914b8e14f7ef93bcaff8d1caaf5e75a
      7a166e05
  9. 06 Jul, 2021 2 commits
  10. 29 Jun, 2021 1 commit
  11. 23 Jun, 2021 1 commit
  12. 18 Jun, 2021 1 commit
    • Matthias Runge's avatar
      Bugs are in launchpad · 434ee468
      Matthias Runge authored
      Update the README to point to oftc, and also update the
      bug location.
      
      Change-Id: I93fbdc4b8c35d4e90607064813ebccb632f73886
      434ee468
  13. 02 Jun, 2021 1 commit
  14. 28 May, 2021 1 commit
  15. 21 May, 2021 1 commit
    • Takashi Kajinami's avatar
      Deprecate unused [coordination] check_watchers · 082d67f5
      Takashi Kajinami authored
      The [coordination] check_watchers is no longer used in any
      implementation. This change deprecates the parameter so that we can
      remove it in a future release.
      
      Closes-Bug: #1929178
      Change-Id: I973eb15433e66c75366666940a841e5a579bf0e8
      082d67f5
  16. 19 May, 2021 1 commit
  17. 17 May, 2021 1 commit
  18. 12 May, 2021 2 commits
  19. 06 May, 2021 1 commit
    • Takashi Kajinami's avatar
      Limit number of records deleted by aodh-expirer · 02179e0c
      Takashi Kajinami authored
      This patch introduces the same functionality as is implemented in panko
      recently[1], and allows us to limit the number of alarm histories
      deleted in a single iteration, to avoid the query takes a long time and
      if there are many expired records.
      
      [1] Icf83ffe089301b3782273923f18efd4d209131c2
      
      Change-Id: Ie1d1bbb911cf56a56f712291f61ffaabfa97422f
      02179e0c
  20. 23 Apr, 2021 1 commit
    • Takashi Kajinami's avatar
      Merge notifier opts · 0b01d7b7
      Takashi Kajinami authored
      The notifier group are duplicated when defining options. This is not
      affecting functionality but make the code less readable. Let's merge
      these tow using itertools as is done for other groups.
      
      Change-Id: Icd8389c771363235062807c31a866d2960726ec6
      0b01d7b7
  21. 20 Apr, 2021 1 commit
  22. 14 Apr, 2021 1 commit
  23. 07 Apr, 2021 1 commit
  24. 02 Apr, 2021 1 commit
  25. 25 Mar, 2021 1 commit
  26. 23 Mar, 2021 5 commits
  27. 22 Mar, 2021 2 commits