1. 22 Sep, 2021 4 commits
  2. 16 Aug, 2021 2 commits
  3. 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
  4. 30 May, 2021 1 commit
  5. 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
  6. 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
  7. 14 May, 2021 1 commit
  8. 10 May, 2021 1 commit
  9. 29 Apr, 2021 1 commit
  10. 27 Apr, 2021 2 commits
  11. 20 Apr, 2021 1 commit
  12. 25 Mar, 2021 3 commits
    • Thomas Goirand's avatar
    • Thomas Goirand's avatar
      Now packaging 3.3.0 · d02b8de8
      Thomas Goirand authored
      d02b8de8
    • Thomas Goirand's avatar
      Merge tag '3.3.0' into debian/wallaby · 8559c270
      Thomas Goirand authored
      vitrage-dashboard 3.3.0 release
      
      meta:version: 3.3.0
      meta:diff-start: -
      meta:series: wallaby
      meta:release-type: release
      meta:pypi: no
      meta:first: yes
      meta:release:Author: Eyal <eyal.bar-ilan@nokia.com>
      meta:release:Commit: Eyal <eyal.bar-ilan@nokia.com>
      meta:release:Change-Id: I535f7577812f99d2313f6de124068ac45694f38a
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
      8559c270
  13. 24 Mar, 2021 2 commits
  14. 14 Jan, 2021 2 commits
  15. 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
  16. 05 Jan, 2021 3 commits
  17. 03 Jan, 2021 1 commit
  18. 18 Dec, 2020 1 commit
  19. 15 Dec, 2020 1 commit
  20. 24 Sep, 2020 2 commits
  21. 11 Sep, 2020 2 commits
    • Thomas Goirand's avatar
      Now packaging 3.2.0 · a0d849b0
      Thomas Goirand authored
      a0d849b0
    • Thomas Goirand's avatar
      Merge tag '3.2.0' into debian/victoria · ce205e2e
      Thomas Goirand authored
      vitrage-dashboard 3.2.0 release
      
      meta:version: 3.2.0
      meta:diff-start: -
      meta:series: victoria
      meta:release-type: release
      meta:pypi: no
      meta:first: yes
      meta:release:Author: Eyal <eyal.bar-ilan@nokia.com>
      meta:release:Commit: Eyal <eyal.bar-ilan@nokia.com>
      meta:release:Change-Id: I93520521dac8791885229f76d39fc0b57a83eb02
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Code-Review+1: Ivan Kolodyazhny <e0ne@e0ne.info>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      ce205e2e
  22. 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
  23. 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
  24. 02 May, 2020 1 commit
  25. 29 Apr, 2020 3 commits