1. 30 Sep, 2021 1 commit
  2. 22 Sep, 2021 1 commit
  3. 14 Sep, 2021 3 commits
    • Thomas Goirand's avatar
      3afddb9d
    • Thomas Goirand's avatar
      Now packaging 5.0.0_rc1 · f3a67b06
      Thomas Goirand authored
      f3a67b06
    • Thomas Goirand's avatar
      Merge tag '5.0.0_rc1' into debian/xena · 6a98c81e
      Thomas Goirand authored
      ironic-ui 5.0.0.0rc1 release candidate
      
      meta:version: 5.0.0.0rc1
      meta:diff-start: -
      meta:series: xena
      meta:release-type: release candidate
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Iury Gregory Melo Ferreira <iurygregory@gmail.com>
      meta:release:Commit: Iury Gregory Melo Ferreira <iurygregory@gmail.com>
      meta:release:Change-Id: I52e860711a3ddfaaf9f5090086753f7740d63dbe
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
      6a98c81e
  4. 01 Sep, 2021 2 commits
  5. 16 Aug, 2021 1 commit
  6. 14 Jun, 2021 2 commits
  7. 11 Jun, 2021 3 commits
    • likui's avatar
      Remove lower-constraints job · 8459072f
      likui authored
      As discussed during the upstream ironic community meeting on
      Monday Dec 14 2020, the lower-constraints job is being removed.
      
      Change-Id: I924b59583764584822f09557261985d8bcd6be06
      8459072f
    • likui's avatar
      Changed minversion in tox to 3.18.0 · accb8397
      likui authored
      The patch bumps min version of tox to 3.18.0 in order to
      replace tox's whitelist_externals by allowlist_externals option:
      https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23
      
      Change-Id: If578f12a642f5ee50593c0c5f8ccc501719bb5d4
      accb8397
    • likui's avatar
      setup.cfg: Replace dashes with underscores · c4292aa2
      likui 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: I1522305144a7ed11e79372bc710dcfbc9589b9b7
      c4292aa2
  8. 21 May, 2021 1 commit
    • HeroicHitesh's avatar
      Remove testr · 258bd56e
      HeroicHitesh authored
      
      
      * Remove .testr.conf as it's not used anywhere
      * Remove .testrepository from .gitignore
      * Use 3.18.0 as the minversion for tox
      * Add 17.1.0 as lower bound for 'horizon' package in
        doc/requirements.txt
      
      Signed-off-by: default avatarHeroicHitesh <email.hiteshkumar@gmail.com>
      Change-Id: I19741f36d0bd08e49faa5be222adce9eb61b41a5
      258bd56e
  9. 19 May, 2021 1 commit
    • manchandavishal's avatar
      Drop horizon-nodejs10-jobs template · 448f2c4c
      manchandavishal authored
      As we already added horizon-nodejs14-jobs template in this plugin
      and nodejs14 jobs running fine. So let's drop horizon-nodejs10-jobs
      template because nodejs10 is already EOL.
      
      Change-Id: I11176ef54ca25b130bc2c1c86b8458cbf960312f
      448f2c4c
  10. 14 May, 2021 1 commit
  11. 10 May, 2021 1 commit
  12. 12 Apr, 2021 1 commit
  13. 22 Mar, 2021 2 commits
    • Thomas Goirand's avatar
      Now packaging 4.3.0 · a9ec77c2
      Thomas Goirand authored
      a9ec77c2
    • Thomas Goirand's avatar
      Merge tag '4.3.0' into debian/wallaby · 77e1239a
      Thomas Goirand authored
      ironic-ui 4.3.0 release
      
      meta:version: 4.3.0
      meta:diff-start: -
      meta:series: wallaby
      meta:release-type: release
      meta:pypi: yes
      meta:first: yes
      meta:release:Author: Armstrong Foundjem <foundjem@ieee.org>
      meta:release:Commit: Armstrong Foundjem <foundjem@ieee.org>
      meta:release:Change-Id: I0dd941b56e858a66b80221c575affdbc67e70088
      meta:release:Code-Review+1: Dmitry Tantsur <dtantsur@protonmail.com>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+1: Julia Kreger <juliaashleykreger@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      77e1239a
  14. 19 Mar, 2021 2 commits
  15. 16 Mar, 2021 1 commit
  16. 10 Mar, 2021 1 commit
  17. 03 Mar, 2021 1 commit
  18. 19 Feb, 2021 1 commit
    • Takashi Kajinami's avatar
      Use permissions attribute to detect ironic service · 9887b962
      Takashi Kajinami authored
      Horizon implements a logic to enable/disable panel by permissions
      defined in each panel class. This change replaces the current redundant
      logic by that built-in feature to simplify how we define requirements
      of the Ironic panels.
      
      Change-Id: I4a9dabfea79c23155fb8986fe8386202d7474485
      9887b962
  19. 20 Jan, 2021 1 commit
    • qianshuai's avatar
      Fix unittest coverage bug · 12eca8ae
      qianshuai authored
      change the way of unittest coverage checking.
      Story: #2008517
      
      Change-Id: Iff7ebc1359f7920c797b684e2d2c94639c0a42bb
      12eca8ae
  20. 16 Dec, 2020 1 commit
    • manchandavishal's avatar
      Remove Chrome browser from karma.conf.js · a3d0f4e6
      manchandavishal authored
      
      
      This patch removes Chrome browser from
      karma.conf.js as nodejs job fails with Chrome
      browser because it is not able to access some URL.
      So let's remove Chrome browser now then we can add
      it again once the issue is resolved.
      
      Also as discussed during the upstream ironic community meeting on
      Monday Dec 14 2020, the lower-constraints job is being removed.
      
      Co-Authored-By: default avatarRiccardo Pittau <elfosardo@gmail.com>
      Change-Id: Ic7094ab6ed01af2bcbe0beb13f300499215fd903
      a3d0f4e6
  21. 30 Oct, 2020 1 commit
  22. 28 Oct, 2020 1 commit
  23. 19 Oct, 2020 1 commit
    • Riccardo Pittau's avatar
      Set safe version of hacking · 81aa74a0
      Riccardo Pittau authored
      Versions of hacking from 3.1.0 until 4.0.0 NOT included are supposed
      to require a safe version of flake8, so besides normale issues related
      to minor version upgrades, we can safely use those versions.
      Also forcing pycodestyle versions to be compatible with flake8 installed
      by hacking.
      
      Change-Id: I5bd06dc618dc596b6bfaf029d88061b4e9741f4a
      81aa74a0
  24. 18 Oct, 2020 3 commits
  25. 05 Oct, 2020 2 commits
    • Thomas Goirand's avatar
      Now packaging 4.2.0 · 97a281f5
      Thomas Goirand authored
      97a281f5
    • Thomas Goirand's avatar
      Merge tag '4.2.0' into debian/victoria · 284996a5
      Thomas Goirand authored
      ironic-ui 4.2.0 release
      
      meta:version: 4.2.0
      meta:diff-start: -
      meta:series: victoria
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Julia Kreger <juliaashleykreger@gmail.com>
      meta:release:Commit: Julia Kreger <juliaashleykreger@gmail.com>
      meta:release:Change-Id: I170f3013171de00551ef0a76d50f05c009bc0926
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      284996a5
  26. 04 Oct, 2020 1 commit
  27. 01 Oct, 2020 2 commits
  28. 29 Sep, 2020 1 commit
    • Ivan Kolodyazhny's avatar
      Add npm tox env · 0d997bf6
      Ivan Kolodyazhny authored
      With this tox env CI will run JavaScript tests instead of skipping them.
      
      This patch also fixes issues with running tests using
      lates Horizon release.
      
      
      Depends-On: https://review.opendev.org/755003
      Change-Id: I3ddd4893ae60a326751c157f0be85b084a2174a4
      0d997bf6