1. 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
  2. 31 Jul, 2020 1 commit
  3. 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
  4. 28 May, 2020 1 commit
  5. 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
  6. 12 May, 2020 1 commit
  7. 08 May, 2020 1 commit
    • Eyal's avatar
      try to fix pip error · d9a58d0c
      Eyal authored
      Change-Id: If4746b8ce991f83d613cd02db4aeb1f7a9e8b027
      d9a58d0c
  8. 05 May, 2020 1 commit
  9. 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
  10. 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
  11. 18 Feb, 2020 2 commits
  12. 11 Feb, 2020 2 commits
  13. 04 Feb, 2020 1 commit
    • Eyal's avatar
      Drop support in py2 · 792bf80f
      Eyal authored
      Change-Id: I199ccdbf6684c1bc979428898a7d9094a7267f9d
      792bf80f
  14. 30 Jan, 2020 1 commit
  15. 27 Jan, 2020 1 commit
  16. 23 Jan, 2020 1 commit
  17. 15 Jan, 2020 1 commit
  18. 09 Jan, 2020 1 commit
  19. 30 Dec, 2019 1 commit
  20. 27 Dec, 2019 1 commit
  21. 25 Dec, 2019 1 commit
  22. 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
  23. 03 Sep, 2019 1 commit
  24. 25 Aug, 2019 1 commit
    • Eyal's avatar
      use python3 for gate · 87112692
      Eyal authored
      Change-Id: Idc39d6f6e367d3dea673d48a160b8314a51394e8
      87112692
  25. 27 Jun, 2019 1 commit
  26. 19 Jun, 2019 1 commit
    • jacky06's avatar
      Sync Sphinx requirement · 2fa0ce69
      jacky06 authored
      1. Sync sphinx dependency with global requirements. It caps python 2 since
      sphinx 2.0 no longer supports Python 2.7.
      2. Remove unncessary "=="
      
      Change-Id: I0008ca81b9c753d26ef97e10957a1745d340d2c0
      2fa0ce69
  27. 19 May, 2019 1 commit
    • Andreas Jaeger's avatar
      Update docs job · 1dd821f2
      Andreas Jaeger authored
      build-openstack-sphinx-docs jobs are obsolete since some time,
      use the newer build-openstack-docs-pti jobs instead - using
      a template.
      
      Update tox.ini to use proper sphinx-build invocation.
      
      Change-Id: Idfa081711a24a6076e8b9a0ca770423d6fa62f94
      1dd821f2
  28. 23 Apr, 2019 1 commit
  29. 19 Apr, 2019 1 commit
  30. 08 Apr, 2019 1 commit
  31. 03 Apr, 2019 1 commit
  32. 18 Mar, 2019 1 commit
  33. 14 Jan, 2019 1 commit
  34. 09 Jan, 2019 1 commit
  35. 04 Jan, 2019 1 commit
  36. 21 Dec, 2018 1 commit
  37. 05 Dec, 2018 1 commit