1. 19 Aug, 2022 4 commits
  2. 18 Aug, 2022 1 commit
    • manchandavishal's avatar
      Migrate to AngularJS v1.8.2 · 23914cc5
      manchandavishal authored
      This patch aligns current code with AngularJS v1.8.2 requirements.
      It also updates zun-ui to use the Firefox browser instead of phantomjs
      browser to fix "nodjs-run-test" job because phantomjs browser has some
      issue with backticks.
      
      Change-Id: I40857bea1c83704106277bbb858eb35ee39f360f
      23914cc5
  3. 10 Jul, 2022 1 commit
  4. 21 Jun, 2022 1 commit
  5. 01 Jun, 2022 1 commit
  6. 12 May, 2022 1 commit
  7. 10 May, 2022 1 commit
  8. 29 Apr, 2022 1 commit
  9. 08 Mar, 2022 2 commits
  10. 31 Jan, 2022 1 commit
  11. 13 Sep, 2021 2 commits
  12. 01 Sep, 2021 2 commits
  13. 14 Jun, 2021 2 commits
  14. 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
  15. 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
  16. 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
  17. 12 Apr, 2021 1 commit
  18. 19 Mar, 2021 2 commits
  19. 16 Mar, 2021 1 commit
  20. 10 Mar, 2021 1 commit
  21. 03 Mar, 2021 1 commit
  22. 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
  23. 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
  24. 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
  25. 30 Oct, 2020 1 commit
  26. 28 Oct, 2020 1 commit
  27. 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
  28. 04 Oct, 2020 1 commit
  29. 01 Oct, 2020 2 commits