1. 22 Dec, 2021 2 commits
  2. 20 Sep, 2021 2 commits
  3. 18 Sep, 2021 1 commit
  4. 17 Jul, 2021 1 commit
    • Anand Bhat's avatar
      Migrate from testr to stestr · 556a43ef
      Anand Bhat authored
      * Replace .testr.conf by .stestr.conf for migration and update
        .gitignore,test-requirements files accordingly
      * Use 3.18.0 as the minversion for tox
      
      Change-Id: I6bf98adecb772896c6243a90271a1b258569a4df
      556a43ef
  5. 30 May, 2021 1 commit
  6. 20 May, 2021 1 commit
    • manchandavishal's avatar
      Fix doc job · 73b1e70c
      manchandavishal authored
      vitrage-dashboard doc job is failing as requires some font
      'tgtermes.sty' to generate pdf doc. This patch adds that required
      package in bindep.txt to fix doc job.
      
      Change-Id: Ica19ab980166bb9323b500fbf8359e1496d2afef
      73b1e70c
  7. 19 May, 2021 1 commit
    • manchandavishal's avatar
      Drop horizon-nodejs10-jobs template · 09bfde0a
      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
      09bfde0a
  8. 29 Apr, 2021 1 commit
  9. 27 Apr, 2021 2 commits
  10. 20 Apr, 2021 1 commit
  11. 24 Mar, 2021 2 commits
  12. 14 Jan, 2021 2 commits
  13. 07 Jan, 2021 1 commit
    • manchandavishal's avatar
      Run npm nodejs job with Firefox browser · 83cde69f
      manchandavishal authored
      This patch update browser from PhantomJS to Firefox
      in karma.conf.js becuase nodejs-run-test job fails
      with PhantomJS browser. So let's switch to Firefox
      browser now later once we fix issue with PhantomJS
      then we can use it.
      
      Change-Id: I2c82374eae4c4a05848af47cdae3ed4776a60f94
      83cde69f
  14. 05 Jan, 2021 3 commits
  15. 03 Jan, 2021 1 commit
  16. 18 Dec, 2020 1 commit
  17. 15 Dec, 2020 1 commit
  18. 24 Sep, 2020 2 commits
  19. 21 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 53026b98
      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.
      
      Disable openstackdocs_auto_version to not auto-version the documents.
      
      Disable openstackdocs_auto_name to use 'project' variable as name.
      
      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 test-requirements, 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: I7a752815abf068c8fecadfa8ecbf01e77bf6efdc
      53026b98
  20. 13 May, 2020 1 commit
    • Ghanshyam Mann's avatar
      Fix hacking min version to 3.0.1 · ca6016d4
      Ghanshyam Mann authored
      flake8 new release 3.8.0 added new checks and gate pep8
      job start failing. hacking 3.0.1 fix the pinning of flake8 to
      avoid bringing in a new version with new checks.
      
      Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
      flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
      break the pep8 job if new check are added.
      
      To avoid similar gate break in future, we need to bump the hacking min
      version.
      
      - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html
      
      Change-Id: I093d57f49f7da215e9d18b231aed2358fb268d47
      ca6016d4
  21. 02 May, 2020 1 commit
  22. 27 Apr, 2020 2 commits
  23. 24 Apr, 2020 1 commit
    • NoorYameen's avatar
      fix alarm rca view · 80bf6777
      NoorYameen authored
      Change-Id: If2152bd721e81cd5fdfa25af1b94e820f56c9f84
      story: 2005502
      task: 30604
      Depends-On: I4044338f7c62016c1fc10756fbf8ffc8485c34b1
      80bf6777
  24. 22 Apr, 2020 1 commit
  25. 17 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Cleanup py27 support · 805d94e9
      Andreas Jaeger authored
      This repo is now testing only with Python 3, so let's make
      a few cleanups:
      - Remove python 2.7 stanza from setup.py
      - Add requires on python >= 3.6 to setup.cfg so that pypi and pip
        know about the requirement
      - Remove obsolete sections from setup.cfg
      - Update classifiers
      - Update requirements, no need for python_version anymore
      - Cleanup */source/conf.py to remove now obsolete content.
      - Use newer openstackdocstheme, reno, Sphinx, hacking versions
        for python3
      - Add pytest as requirement, horizon does not provide this anymore and
        the tests here call horizon files that need it.
      
      Change-Id: I5983a19cadb210d55c30107fb963cfeaae0f1ee9
      805d94e9
  26. 12 Mar, 2020 1 commit
  27. 07 Jan, 2020 3 commits
    • Zuul's avatar
      Merge "Drop Django 1.11 support" · c829088a
      Zuul authored
      c829088a
    • manchandavishal's avatar
      Drop Django 1.11 support · 938fa9aa
      manchandavishal authored
      Django 1.11 ends its extended support in April 2020 (which is before
      Ussuri release), so horizon drops Django 1.11 support in Ussuri.
      
      tox envs for non-primary Django versions are no longer needed in tox.ini
      as testing environments for non-primary Django versions are setup in
      the zuul jobs now.
      
      horizon>=17.1.0 is required to use Django 2.2.
      requirements.txt is updated accordingly.
      
      Depends-On: https://review.opendev.org/#/c/700733/
      Change-Id: I7dd429b23f2d28999dc30e13d3717d8087f202aa
      938fa9aa
    • Eyal's avatar
      Update hacking and fix warning · eaacb594
      Eyal authored
      Change-Id: I4cc01d1f496cf216619e763be2719b60d164d25d
      eaacb594
  28. 05 Jan, 2020 1 commit
  29. 02 Jan, 2020 1 commit