1. 31 Jan, 2022 1 commit
  2. 15 Sep, 2021 2 commits
  3. 21 Jun, 2021 1 commit
  4. 17 Jun, 2021 1 commit
  5. 16 Jun, 2021 1 commit
  6. 22 Apr, 2021 1 commit
  7. 13 Apr, 2021 1 commit
  8. 08 Apr, 2021 1 commit
    • Bharat Kunwar's avatar
      Support zero workers nodes on Horizon dashboard · 1fc627fb
      Bharat Kunwar authored
      This ensures that magnum-ui requests default to DEFAULT_API_VERSION=1.10
      to allow resize to zero worker nodes unless otherwise configured.
      
      Story: 2005054
      Task: 41835
      
      Change-Id: I96d5cdbb669c4d2b92db6f7aa4f9970e33adf093
      1fc627fb
  9. 29 Mar, 2021 1 commit
    • Jake Yip's avatar
      Remove hard_limit check in dashboard · 335fb71a
      Jake Yip authored
      This erroneously displays a quota of 20 if quota is 0. Since Change
      I1b278d221d0f15d92d67869cd3ac897d041eaf90, API always returns a quota,
      so this check is no longer necessary.
      
      Also fixed to show 100% if quota = 0; without this dashboard will show
      NaN% when 0/0 .
      
      Change-Id: Id59e63639667e2ec5fa01b57ef4a7ff5cd0db37d
      335fb71a
  10. 22 Mar, 2021 2 commits
  11. 03 Mar, 2021 1 commit
  12. 16 Feb, 2021 1 commit
  13. 23 Dec, 2020 1 commit
  14. 04 Oct, 2020 1 commit
  15. 21 Sep, 2020 3 commits
  16. 02 Sep, 2020 1 commit
  17. 24 Aug, 2020 1 commit
  18. 05 Aug, 2020 1 commit
  19. 04 Aug, 2020 1 commit
  20. 17 Jul, 2020 1 commit
    • manchandavishal's avatar
      Fix py36 job setup · 270f318c
      manchandavishal authored
      The zuul template 'openstack-python3-victoria-jobs-horizon'
      already includes py36 job as voting in both check and gate.
      
      This patch remove the ancient overwrite of non-voting in check
      queue. The py36 job is running fine and can be voting.
      
      Change-Id: I4746fd7f06f48d1ed6d2db97553ebd04e2ad9843
      270f318c
  21. 10 Jul, 2020 1 commit
  22. 24 Jun, 2020 1 commit
  23. 22 Jun, 2020 1 commit
    • Andreas Jaeger's avatar
      Fix npm jobs · dbbe877c
      Andreas Jaeger authored
      horizon is doing frequent releases, the install from source is not
      working as is anymore. Remove it.
      
      Change-Id: I958f51d845f137ac20c1cdce8f55a3172e13246e
      dbbe877c
  24. 08 Jun, 2020 1 commit
    • Hervé Beraud's avatar
      drop mock from lower-constraints · 8b3bf823
      Hervé Beraud authored
      The mock third party library was needed for mock support in py2
      runtimes. Since we now only support py36 and later, we don't need it
      in lower-constraints.
      
      These changes will help us to drop `mock` from openstack/requirements
      
      Change-Id: I3debdfe332a5d6374eccb0c99bef29703fc2700c
      8b3bf823
  25. 03 Jun, 2020 2 commits
  26. 02 Jun, 2020 1 commit
  27. 25 May, 2020 1 commit
  28. 21 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 147272b1
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
      these versions will allow especially:
      * Linking from HTML to PDF document
      * Allow parallel building of documents
      * Fix some rendering problems
      
      Update Sphinx version as well.
      
      Set openstackdocs_pdf_link to link to PDF file. Note that
      the link to the published document only works on docs.openstack.org
      where the PDF file is placed in the top-level html directory. The
      site-preview places the PDF in a pdf directory.
      
      Change pygments_style to 'native' since old theme version always used
      'native' and the theme now respects the setting and using 'sphinx' can
      lead to some strange rendering.
      
      Remove docs requirements from lower-constraints, they are not needed
      during install or test but only for docs building.
      
      openstackdocstheme renames some variables, so follow the renames
      before the next release removes them. A couple of variables are also
      not needed anymore, remove them.
      
      See also
      http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
      
      Change-Id: I9a27209ebe8067b6681105dfedd51e45991fb2b0
      147272b1
  29. 20 May, 2020 1 commit
    • Feilong Wang's avatar
      Fix cluster resize · 96312eaf
      Feilong Wang authored
      There are two fixes included in this patch:
      
      1. List nodes correctly. We have renamed minion to node, which
         cause the filter doesn't work correctly.
      2. The response from magnumclient resize method is not a json,
         so we need to convert it to dict before return. Rolling upgrade
         has the same issue.
      
      Task: 39810
      Story: 2007697
      
      Change-Id: I7a03dfea2c84a423f15cfbe4194a8492f72dbd35
      96312eaf
  30. 15 May, 2020 1 commit
    • Feilong Wang's avatar
      Show cluster health status · a1e24b17
      Feilong Wang authored
      1. Show health status on cluster list table
      2. Show health status and health status reason on the cluster
         details page
      
      Change-Id: I4d0751fc39d90cddc909b28ca0767bc811b6c3b8
      Task: 39794
      Story: 2007682
      a1e24b17
  31. 10 May, 2020 1 commit
  32. 05 May, 2020 1 commit
  33. 02 May, 2020 1 commit
  34. 27 Apr, 2020 1 commit
  35. 26 Apr, 2020 1 commit