1. 30 Aug, 2021 2 commits
    • Thomas Goirand's avatar
      Now packaging 2.3.0 · a7196884
      Thomas Goirand authored
      a7196884
    • Thomas Goirand's avatar
      Merge tag '2.3.0' into debian/xena · d99ea693
      Thomas Goirand authored
      murano-tempest-plugin 2.3.0 release
      
      meta:version: 2.3.0
      meta:diff-start: -
      meta:series: xena
      meta:release-type: release
      meta:pypi: no
      meta:first: yes
      meta:release:Author: Ghanshyam Mann <gmann@ghanshyammann.com>
      meta:release:Commit: Ghanshyam Mann <gmann@ghanshyammann.com>
      meta:release:Change-Id: I08915c84325c48dffe3232e0e41b33d1754ccf4d
      meta:release:Code-Review+1: zhurong <aaronzhu1121@gmail.com>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      d99ea693
  2. 16 Aug, 2021 1 commit
  3. 29 Apr, 2021 1 commit
  4. 25 Mar, 2021 2 commits
  5. 19 Oct, 2020 3 commits
  6. 05 Oct, 2020 3 commits
    • Thomas Goirand's avatar
      Fixed depends for this release. · a740e9d7
      Thomas Goirand authored
      a740e9d7
    • Thomas Goirand's avatar
      Now packaging 2.1.0. · 4cd20898
      Thomas Goirand authored
      4cd20898
    • Thomas Goirand's avatar
      Merge tag '2.1.0' into debian/ussuri · 1ba8b59c
      Thomas Goirand authored
      murano-tempest-plugin 2.1.0 release
      
      meta:version: 2.1.0
      meta:diff-start: -
      meta:series: victoria
      meta:release-type: release
      meta:pypi: no
      meta:first: yes
      meta:release:Author: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Commit: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Change-Id: I5aea01fdff8232cc163d7f83ab0c80254441a1c9
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Workflow+1: Hervé Beraud <hberaud@redhat.com>
      1ba8b59c
  7. 16 Sep, 2020 1 commit
  8. 31 Jul, 2020 1 commit
  9. 08 Jun, 2020 1 commit
  10. 06 Jun, 2020 1 commit
  11. 31 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 80c08512
      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.
      
      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.
      
      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: Ifff5d0860f0c9e68a0187242335c5bf7c383a486
      80c08512
  12. 28 May, 2020 1 commit
  13. 13 May, 2020 1 commit
    • Ghanshyam Mann's avatar
      Fix hacking min version to 3.0.1 · 32ce7f05
      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: I2992185abe1971dfa3afed4836cdb29cd245e47c
      32ce7f05
  14. 10 May, 2020 1 commit
  15. 06 May, 2020 1 commit
  16. 05 May, 2020 1 commit
  17. 03 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Update docs building · 6053cba0
      Andreas Jaeger authored
      Update docs building:
      * Switch to sphinx-build
      * Update requirements for Sphinx and openstackdocstheme for
        python 3, create doc/requiremetns
      * Remove unneeded doc and translation sections from setup.cfg
      * Remove install_command, it's unneeded, the default is fine.
      * Move constraints to deps, use TOX_CONSTRAINTS instead of obsolete
        UPPER_CONSTRAINTS
      * Remove now unneeded placeholder file
      
      Change-Id: I649e6fa86c17262698cc8a01d042a87b020239d9
      6053cba0
  18. 22 Apr, 2020 1 commit
  19. 16 Apr, 2020 1 commit
    • zhurong's avatar
      Remove six usage · b6d544c2
      zhurong authored
      Change-Id: Ic6865589c1265185cb22d4caa197b3293fe50465
      b6d544c2
  20. 07 Apr, 2020 1 commit
    • zhurong's avatar
      Cleanup py27 support · ce7f13fc
      zhurong authored
      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:
        * Wheel is not needed for python 3 only repo
        * Some other sections are obsolete
      - Update classifiers
      - Update requirements, no need for python_version anymor
      
      Change-Id: I3f780c21e6867a394e1797e67099f1668388f6a7
      ce7f13fc
  21. 04 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Fix hacking test requirement · 52473cfb
      Andreas Jaeger authored
      The repo is used on older branches as well, and new hacking supports
      only python3.
      We really only need hacking on master anyways,
      where we no longer support python 2, so here we
      make the requirement specific to python 3.
      
      Change-Id: I3734c7d345832110dd7db8a0d0d7ff65e2a9a757
      52473cfb
  22. 30 Mar, 2020 2 commits
    • Andreas Jaeger's avatar
      Update to hacking 3.0 · 3ebe7394
      Andreas Jaeger authored
      Hacking 3.0 was just released with minor changes, update to the new
      version.
      
      Change-Id: Ic59334952a6ab3a43554a47d07cf7126aba69a9b
      3ebe7394
    • Andreas Jaeger's avatar
      Update hacking for Python3 · 393b2709
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 2.0 which
      supports Python 3.
      
      Fix problems found.
      
      Update local hacking checks for new flake8.
      
      Change-Id: I2683bc1a7c962da137de4b77aac450f08d1f6c4a
      393b2709
  23. 23 Jan, 2020 1 commit
  24. 12 Dec, 2019 1 commit
  25. 18 Jun, 2019 1 commit
  26. 11 Jun, 2019 1 commit
    • ljhuang's avatar
      Sync Sphinx requirement · b342e75c
      ljhuang authored
      1. Sync sphinx dependency with global requirements. It caps python 2 since
      sphinx 2.0 no longer supports Python 2.7.
      2. Update some URLs to latest
      
      Change-Id: Ib934cd24f4af8440458f0d24df90b77e0a3040b5
      b342e75c
  27. 23 Apr, 2019 1 commit
  28. 19 Apr, 2019 1 commit
  29. 28 Feb, 2019 1 commit
    • Rocky's avatar
      Remove possible existing packages in deployment test · 42f113e6
      Rocky authored
      In scenario test, test packages will be uploaded and then deleted after test
      executed. But in case of the packages deletion failure, it will block the
      following tests.
      
      This patch checks and removes those test packages before uploading them.
      
      Change-Id: I90c5d903d8c5c3eeface2735bba61d01a877aaf8
      42f113e6
  30. 12 Jan, 2019 1 commit
  31. 11 Jan, 2019 1 commit
  32. 28 Dec, 2018 1 commit
  33. 13 Dec, 2018 1 commit