1. 23 Jun, 2020 3 commits
  2. 08 Jun, 2020 1 commit
    • Hervé Beraud's avatar
      drop mock from lower-constraints · a52d588a
      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: I44e4eb34d8e4e30d7a3bb9e1361a259d8f6c9d19
      a52d588a
  3. 02 Jun, 2020 1 commit
  4. 30 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · dc3e4448
      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: Ib3db49d1256072975e9f3a9472cb27ca6d9895f6
      dc3e4448
  5. 13 May, 2020 1 commit
    • Ghanshyam Mann's avatar
      Fix hacking min version to 3.0.1 · 9c2e432a
      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: If6bd35105d281ebf179dbdd4d3636a0419d5cd5c
      9c2e432a
  6. 11 May, 2020 1 commit
  7. 09 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Cleanup py27 support · f932b4ea
      Andreas Jaeger authored
      This repo is now testing only with Python 3, so let's 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
      - Update classifiers
      - Use newer openstackdocstheme and Sphinx versions
      - Build docs, don't publish yet
      
      Change-Id: I2de4e1dbac061002940f80b2cf129dc343343a0d
      f932b4ea
  8. 02 May, 2020 1 commit
  9. 30 Apr, 2020 1 commit
  10. 29 Apr, 2020 4 commits
  11. 20 Apr, 2020 2 commits
  12. 02 Apr, 2020 1 commit
    • jacky06's avatar
      Sync Sphinx requirement · bd59ec3a
      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: I1d321e17470216b76fca84f21896bc1457a6a92a
      bd59ec3a
  13. 21 Feb, 2020 2 commits
    • Andreas Jaeger's avatar
      Fix some flake8 warnings · a9a49899
      Andreas Jaeger authored
      fix and enable:
      - E121 continuation line under-indented for hanging indent
      - E126 continuation line over-indented for hanging indent
      - E226 missing whitespace around arithmetic operator
      - H306  imports not in alphabetical order
      - H401  docstring should not start with a space
      
      Change-Id: I1dab6908652924931e750187380d153d64eba2b6
      a9a49899
    • Andreas Jaeger's avatar
      Add pep8 jobs · 310b86b0
      Andreas Jaeger authored
      Add first jobs for this repo - without jobs, nothing can merge.
      Disable failing pep8 tests for now.
      
      The repo previously had noop-jobs defined in project-config but that got
      removed.
      
      Further jobs and templates can be added later.
      
      Change-Id: I17734aab0aec5e74ecab941f4d142c68184b6700
      310b86b0
  14. 19 Feb, 2020 2 commits
  15. 04 Feb, 2020 1 commit
  16. 27 Jan, 2020 1 commit
    • Adrian Turjak's avatar
      Update Adjutant-UI to handle 202 http codes · 8d8c361b
      Adrian Turjak authored
      This matches the new changes to Adjutant as part of
      the refactor to split API and Workflow layers.
      
      202 will be the most common response code when dealing
      with the creation of new tasks due to future async
      task processing.
      
      Change-Id: Ia09a070709b8a2973c9149df91c67af2b69199a0
      8d8c361b
  17. 23 Jan, 2020 1 commit
  18. 11 Jan, 2020 1 commit
    • Andreas Jaeger's avatar
      Remove six usage · aa114828
      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.
      
      Needed-By: https://review.opendev.org/701743
      Change-Id: Ia51c0af5df488069f3048f632f56774dcb4344ef
      aa114828
  19. 19 Apr, 2019 1 commit
  20. 22 Jan, 2019 1 commit
  21. 17 Jan, 2019 1 commit
  22. 16 Aug, 2018 1 commit
    • Akihiro Motoki's avatar
      Drop nose dependencies · baeb8879
      Akihiro Motoki authored
      Horizon test setting no longer depends on nose and related stuffs.
      This commit cleans up nose related dependencies.
      
      Filenames of test modules need to start with test_*
      so that Django test runner detects them.
      There is no test defined but it would be nice to adjust the filename.
      
      Also moves horizon dependencies to requirements.txt.
      
      Change-Id: Ib2f246d76da8a1f5d26a9cf8e9ef27e5f4f62bee
      baeb8879
  23. 03 May, 2018 1 commit
  24. 02 May, 2018 3 commits
    • Adrian Turjak's avatar
      Fixes to match Horizon Rocky · bb878a3f
      Adrian Turjak authored
      Horizon in Rocky 'fixed' recursive inheritance but this
      in turn broke our use of overextends. As such we drop
      overextends for Rocky onwards, but this means Adjutant-UI
      from Rocky onwards only works with Horizon from Rocky onwards.
      
      This also fixes issues with quota naming cleanup which was
      changed in Horizon proper.
      
      Change-Id: I60fa4e8e751bb62760830e37775c42b9900fb59c
      bb878a3f
    • Zuul's avatar
      Merge "Fix key error with unknown service in size" · c4dd4c47
      Zuul authored
      c4dd4c47
    • Adrian Turjak's avatar
      Fix key error with unknown service in size · 4396ad3c
      Adrian Turjak authored
      When Adjutant has sizes defined for a service that
      only exists in certain regions, this can cause errors.
      
      If we come across a region without that service, skip
      the service.
      
      Change-Id: Icc6b8cc3aaed408c10dc4fb54c54fe2376cf2a88
      4396ad3c
  25. 01 May, 2018 1 commit
  26. 27 Mar, 2018 1 commit
    • Adrian Turjak's avatar
      rename project users internal column name · 479618c7
      Adrian Turjak authored
      This column should have always been roles, this renames that
      properly. No point having the data source be called roles
      and the column be called role.
      
      Change-Id: I6ce736bfa1449fccf8f9f96d504a236546d76e82
      479618c7
  27. 23 Mar, 2018 2 commits
    • Andreas Jaeger's avatar
      Fix horizon install · ccbbff0f
      Andreas Jaeger authored
      Install horizon from git in OpenStack CI instead of from tarball.
      
      Update tox.ini for this.
      
      Change-Id: I78ec5f3cb2105dcaed6b3e3879af189d5890fbfc
      ccbbff0f
    • Andreas Jaeger's avatar
      Set up .gitreview · 70a73acd
      Andreas Jaeger authored
      Set up .gitreview for this project so that the usual OpenStack git
      review process works.
      
      Change-Id: I4da43556b07782439d51e217012caa869491f8e8
      70a73acd
  28. 15 Feb, 2018 1 commit
    • Adrian Turjak's avatar
      Remove useless manifest file · ad31c8c3
      Adrian Turjak authored
      PBR by default gets most files in the repo itself
      so a manifest file isn't needed.
      
      "MANIFEST.in generation ensures almost all files
      stored in Git, with the exception of .gitignore,
      .gitreview and .pyc files, are automatically
      included in your distribution."
      
      Change-Id: I5a3dd88e92eee6d7f28d3578e412689fa1f729f4
      ad31c8c3
  29. 13 Feb, 2018 1 commit