1. 19 May, 2021 1 commit
    • manchandavishal's avatar
      Drop horizon-nodejs10-jobs template · fef54bb8
      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: I5bcf9a3c4f1481a43fd610a80dc03b4f456d373c
      fef54bb8
  2. 27 Apr, 2021 1 commit
  3. 26 Mar, 2021 2 commits
  4. 03 Mar, 2021 1 commit
  5. 16 Feb, 2021 1 commit
  6. 05 Oct, 2020 1 commit
  7. 25 Sep, 2020 2 commits
  8. 23 Sep, 2020 2 commits
  9. 16 Sep, 2020 2 commits
  10. 10 Sep, 2020 1 commit
  11. 28 Aug, 2020 1 commit
  12. 18 Aug, 2020 1 commit
    • wu.chunyang's avatar
      Remove the unused coding style modules · b8bdff4e
      wu.chunyang authored
      Python modules related to coding style checks (listed in blacklist.txt in
      openstack/requirements repo) are dropped from lower-constraints.txt
      they are not needed during installation.
      
      Change-Id: Ic8f4a4aad2d64395c633722ac1a3b414f411a40d
      b8bdff4e
  13. 06 Jul, 2020 1 commit
  14. 24 Jun, 2020 1 commit
    • manchandavishal's avatar
      Fix npm job · 001accd7
      manchandavishal authored
      horizon is doing frequent releases, the install from source is not
      working as is anymore. Remove it.
      
      Change-Id: I78b4c6bd2f0ac7bdf39f69d1be4ecd32ce953d52
      001accd7
  15. 09 Jun, 2020 1 commit
    • Hervé Beraud's avatar
      drop mock from lower-constraints · d85fb42d
      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: Ib6c6e3ffae0a1310c111f2fadbf97a8e6ce0c67f
      d85fb42d
  16. 01 Jun, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 43ea6c83
      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.
      
      Remove docs requirements from lower-constraints, 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: Ifac5356cb7299eb83eb1211e16f5c45233a9fd18
      43ea6c83
  17. 13 May, 2020 1 commit
    • Ghanshyam Mann's avatar
      Fix hacking min version to 3.0.1 · a2f97859
      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: Ib0cdc3fbf4cd2971bc55663055224a32aeb5b8e0
      a2f97859
  18. 06 May, 2020 2 commits
  19. 04 May, 2020 1 commit
  20. 02 May, 2020 1 commit
  21. 29 Apr, 2020 1 commit
  22. 27 Apr, 2020 1 commit
  23. 25 Apr, 2020 1 commit
  24. 24 Apr, 2020 2 commits
  25. 20 Apr, 2020 1 commit
  26. 16 Apr, 2020 1 commit
  27. 11 Apr, 2020 1 commit
  28. 08 Apr, 2020 1 commit
  29. 01 Apr, 2020 1 commit
  30. 17 Jan, 2020 1 commit
  31. 11 Jan, 2020 1 commit
    • Andreas Jaeger's avatar
      Remove six usage · 3f5149ea
      Andreas Jaeger authored
      This repo does not support Python 2 anymore, so we don't need
      six for compatibility between Python2 and 3, convert six usage to Python
      3 code.
      
      Change-Id: Ib6446a25d462f9319473a3eff469892fc34d2b99
      Needed-By: https://review.opendev.org/701743
      3f5149ea
  32. 02 Jan, 2020 1 commit
  33. 29 Dec, 2019 1 commit
  34. 28 Dec, 2019 1 commit