1. 30 Sep, 2021 1 commit
  2. 15 Sep, 2021 2 commits
    • Thomas Goirand's avatar
      Now packaging 1.3.0 · 9034511a
      Thomas Goirand authored
      9034511a
    • Thomas Goirand's avatar
      Merge tag '1.3.0' into debian/xena · a446fc14
      Thomas Goirand authored
      mistral-tempest-plugin 1.3.0 release
      
      meta:version: 1.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: Iad6f4a21cf7f35f56420b61c1af05e0603075c95
      meta:release:Code-Review+1: Martin Kopec <mkopec@redhat.com>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
      a446fc14
  3. 06 Jul, 2021 1 commit
  4. 30 Apr, 2021 1 commit
    • songwenping's avatar
      setup.cfg: Replace dashes with underscores · 437e2b68
      songwenping 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: I59551c46d943fdc5224721a8f0d8003c0ac7e8d9
      437e2b68
  5. 20 Apr, 2021 1 commit
  6. 18 Oct, 2020 3 commits
  7. 05 Oct, 2020 2 commits
    • Thomas Goirand's avatar
      Now packaging 1.1.0 · 8a32c57e
      Thomas Goirand authored
      8a32c57e
    • Thomas Goirand's avatar
      Merge tag '1.1.0' into debian/victoria · 3566e647
      Thomas Goirand authored
      mistral-tempest-plugin 1.1.0 release
      
      meta:version: 1.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: I5c767517cc7efde3b0cc88407ad7442faf8cc686
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Workflow+1: Hervé Beraud <hberaud@redhat.com>
      3566e647
  8. 24 Sep, 2020 2 commits
    • Renat Akhmerov's avatar
      Adjust Actions API tests · 776b590b
      Renat Akhmerov authored
      * Some more adjustements to the Actions API tests related to
        the Action Provider transition. Some tests have to be temporarily
        disabled because there's no way to make them on both current
        version of Mistral and the version including action providers.
      
      Change-Id: I13033253d5098655a001135c8702d1b1d13e76d4
      776b590b
    • Renat Akhmerov's avatar
      Fix Action API tests · b9c3d572
      Renat Akhmerov authored
      * It's part of the Action Provider refactoring. The API had to
        slightly change.
      * Pagination has to be still implemented.
      
      Change-Id: Ibc26645a90101eceab507e7c7755cdd4fbbf7536
      b9c3d572
  9. 31 Jul, 2020 1 commit
  10. 31 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 64d1029c
      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: I008d8e3aeeffb1c4ef97cca9c03599d85393aa3f
      64d1029c
  11. 28 May, 2020 1 commit
  12. 25 May, 2020 1 commit
  13. 13 May, 2020 1 commit
    • Ghanshyam Mann's avatar
      Fix hacking min version to 3.0.1 · 4d9545bd
      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: I4f7aa67e0663ddea6a5200a55005cf2ce5a0396e
      4d9545bd
  14. 12 May, 2020 1 commit
  15. 08 May, 2020 1 commit
    • Eyal's avatar
      try to fix pip error · d9a58d0c
      Eyal authored
      Change-Id: If4746b8ce991f83d613cd02db4aeb1f7a9e8b027
      d9a58d0c
  16. 05 May, 2020 1 commit
  17. 02 Apr, 2020 1 commit
    • Renat Akhmerov's avatar
      Setting Python version explicitly to 3 for devstack jobs · 3ff9a7ef
      Renat Akhmerov authored
      * Backports to stable/train are now failing because tempest requires
        Py3 but for some reason Py2 is provided. So we have to explicitly
        define the version of Python in master because there are no
        stable branches for tempest.
      
      Change-Id: I19b57e686306b9d3f26bc5a0228ebf5d7c08bb20
      3ff9a7ef
  18. 26 Feb, 2020 1 commit
    • Eyal's avatar
      Fix preinstalled workflows tests · 6f746b92
      Eyal authored
      The 'std' prefix was removed from the workflow name
      make sure it passes on both cases.
      
      Change-Id: I9bd36bf2ad1a36ff569f385190c186b63b78f1e1
      6f746b92
  19. 18 Feb, 2020 2 commits
  20. 11 Feb, 2020 2 commits
  21. 04 Feb, 2020 1 commit
    • Eyal's avatar
      Drop support in py2 · 792bf80f
      Eyal authored
      Change-Id: I199ccdbf6684c1bc979428898a7d9094a7267f9d
      792bf80f
  22. 30 Jan, 2020 1 commit
  23. 27 Jan, 2020 1 commit
  24. 23 Jan, 2020 1 commit
  25. 15 Jan, 2020 1 commit
  26. 09 Jan, 2020 1 commit
  27. 30 Dec, 2019 1 commit
  28. 27 Dec, 2019 1 commit
  29. 25 Dec, 2019 1 commit
  30. 24 Oct, 2019 1 commit
    • caoyuan's avatar
      tox: Keeping going with docs · 9bd2ff96
      caoyuan authored
      Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name
      suggests, keeps the build running when it encounters non-fatal errors.
      This is exceptionally useful in avoiding a continuous edit-build loop
      when undertaking large doc reworks where multiple errors may be
      introduced.
      
      [1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045
      
      Change-Id: If027d55cea9fd88fadbb1539bbe713b2c2a7bd29
      9bd2ff96
  31. 03 Sep, 2019 1 commit
  32. 25 Aug, 2019 1 commit
    • Eyal's avatar
      use python3 for gate · 87112692
      Eyal authored
      Change-Id: Idc39d6f6e367d3dea673d48a160b8314a51394e8
      87112692
  33. 27 Jun, 2019 1 commit