1. 20 Aug, 2021 1 commit
    • Dmitriy Rabotyagov's avatar
      Fix horizon compilemessages with murano ui enabled · fb7d081b
      Dmitriy Rabotyagov authored
      Currently if you enable murano UI and try to compile messages you will be
      thrown `NameError: name 'HORIZON_CONFIG' is not defined
      
      So we explicitly import HORIZON_CONFIG along with POLICY_FILES
      to make horizon successfully compile when murano-ui
      was enabled.
      
      Change-Id: Id5ab97349f702be1afc536c154cf0e35197150b8
      fb7d081b
  2. 14 Aug, 2021 2 commits
  3. 19 May, 2021 1 commit
    • manchandavishal's avatar
      Drop horizon-nodejs10-jobs template · 17562bb2
      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
      17562bb2
  4. 17 May, 2021 1 commit
  5. 03 May, 2021 1 commit
    • yangyawei's avatar
      setup.cfg: Replace dashes with underscores · 80df3407
      yangyawei 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: If1d10f229112d1a5a115cf1d2fc964f8095c3474
      80df3407
  6. 27 Apr, 2021 1 commit
  7. 26 Mar, 2021 2 commits
  8. 03 Mar, 2021 1 commit
  9. 03 Feb, 2021 1 commit
  10. 23 Dec, 2020 1 commit
    • manchandavishal's avatar
      Run npm nodejs job with Firefox browser · ab7d97fe
      manchandavishal authored
      This patch update browser from Chrome to Firefox
      in karma.conf.js because nodejs fails with Chrome
      browser as not able to access some URL.
      So let's switch to Firefox browser now then we can
      use Chrome browser in future once this issue is resolved.
      
      It also bump few pacakges version in 'lower-constraints.txt'
      to fix lower-constraint job.
      
      Change-Id: Id8454b0b0f7dc4b257699734f779935fb05b512f
      ab7d97fe
  11. 05 Oct, 2020 1 commit
  12. 24 Sep, 2020 2 commits
  13. 08 Sep, 2020 1 commit
  14. 02 Sep, 2020 1 commit
  15. 28 Aug, 2020 1 commit
  16. 04 Aug, 2020 1 commit
  17. 22 Jul, 2020 1 commit
  18. 16 Jun, 2020 1 commit
  19. 08 Jun, 2020 1 commit
    • Hervé Beraud's avatar
      drop mock from lower-constraints · faf77e95
      Hervé Beraud authored
      The mock third party library was needed for mock support in py2
      runtimes. Since we now only support py36 and later, we don't need it
      in lower-constraints.
      
      These changes will help us to drop `mock` from openstack/requirements
      
      Change-Id: I6240c4a3ba79858cfbdb9341b26d72a3910c0b7d
      faf77e95
  20. 02 Jun, 2020 1 commit
  21. 31 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · f4fca357
      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.
      
      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: Ifd0cbfb6e8ee1c6b998e73b3c6c4e922fe07841f
      f4fca357
  22. 13 May, 2020 1 commit
    • Ghanshyam Mann's avatar
      Fix hacking min version to 3.0.1 · 53fa7f95
      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: Id56c7f2b9f36ee7d56e4196266037b537b5baaf3
      53fa7f95
  23. 09 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Cleanup py27 support · 7975ca5c
      Andreas Jaeger authored
      This repo is now testing only with Python 3, so let's make
      a few cleanups:
      - Remove obsolete sections from setup.cfg
      - Switch to using sphinx-build
      - Use newer openstackdocstheme and Sphinx versions
      - Remove install_command from tox.ini, the default is fine
      - Use TOX_CONSTRAINTS_FILE, UPPER_CONSTRAINTS_FILE is obsolete
      - remove unused sections from tox.ini
      
      Change-Id: Ia14273b824c3ee16ac2c8517ea73c3fa8d24484b
      7975ca5c
  24. 05 May, 2020 1 commit
  25. 26 Apr, 2020 2 commits
  26. 24 Apr, 2020 2 commits
    • Sean McGinnis's avatar
      Bump default tox env from py37 to py38 · 415485ea
      Sean McGinnis authored
      
      
      Python 3.8 is now our highest level supported python runtime.
      This updates the default tox target environments to swap out
      py37 for py38 to make sure local development testing is
      covering this version.
      
      This does not impact zuul jobs in any way, nor prevent local
      tests against py37. It just changes the default if none is
      explicitly provided.
      
      Change-Id: I464c93a8b919b9bddcf24a95a6b6471098cd4961
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      415485ea
    • Sean McGinnis's avatar
      Add py38 package metadata · e52bb885
      Sean McGinnis authored
      
      
      Now that we are running the Victoria tests that include a
      voting py38, we can now add the Python 3.8 metadata to the
      package information to reflect that support.
      
      Change-Id: I741edbdb6c1b5ae04f02f891f6547e13a499a4db
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      e52bb885
  27. 22 Apr, 2020 4 commits
  28. 21 Apr, 2020 1 commit
    • zhurong's avatar
      Remove six · f91d0177
      zhurong authored
      Change-Id: I15ab42b44fbc40a66a52d1fd16087ee18c8b0494
      f91d0177
  29. 20 Apr, 2020 1 commit
  30. 19 Apr, 2020 1 commit
  31. 16 Apr, 2020 1 commit
  32. 14 Apr, 2020 1 commit