1. 14 May, 2020 1 commit
  2. 04 May, 2020 1 commit
  3. 22 Apr, 2020 5 commits
  4. 19 Apr, 2020 3 commits
  5. 01 Apr, 2020 1 commit
    • Akihiro Motoki's avatar
      Cleanup python 2.7 support · 48bde4d3
      Akihiro Motoki authored
      * Remove six usage
      * Remove python 2.7 stanza from setup.py
      * Update supported python versions in setup.cfg
      * Remove i18n related sections in setup.cfg
        as tempest-horizon has no translation support
      * Remove unused requirements (oslo_log and babel) from requirements.txt
      
      Change-Id: Ifd530546bfb5ae25e01e72a0e3c02f963d9d04d2
      48bde4d3
  6. 30 Mar, 2020 2 commits
  7. 28 Mar, 2020 4 commits
    • gaobin's avatar
      Update the rst file information · a92daff5
      gaobin authored
      * Update the horizon URL to the new one after doc migration
      * Use https instead http
      * Adjust title marker length to match the title length
      
      Change-Id: I9c2280793bd8d6496224e36dffd479e1f3732db0
      a92daff5
    • Akihiro Motoki's avatar
      Update tox.ini · 84adbf3a
      Akihiro Motoki authored
      * Move basepython to [testenv] which is a place to define common things
      * Move upper-constraints from install_command to deps
      * Update the min version to 2.0 to allow http links in deps
      * Cleanup unused tox envs ('cover' and 'debug')
      * Drop unnecessary envs from envlist (only pep8 is used now)
      
      Change-Id: Ie915a93b824331407a48affcbd31076d6a7cccfa
      84adbf3a
    • Akihiro Motoki's avatar
      Drop sphinx document · 94531857
      Akihiro Motoki authored
      We don't provide any sphinx documents as we cover horizon specific
      topics in the horizon repository. The current version is just from
      the cookiecutter and is never maintained since created.
      README and CONTRIBUTING.rst would be enough.
      
      Change-Id: I60c6e64e771f4e6bd3482a4d6a2a37228dde98b9
      94531857
    • Andreas Jaeger's avatar
      Update hacking · ecc60ca9
      Andreas Jaeger authored
      Update hacking to latest version to catch Python 3 problems.
      
      The existing entries in flake8 ignore are dropped
      as they are unnecessary.
      
      Change-Id: I8e268f3852ad7acf4805f8ef7e4cbe25a90054a0
      ecc60ca9
  8. 18 Jul, 2019 1 commit
  9. 19 Apr, 2019 1 commit
  10. 12 Jan, 2019 1 commit
  11. 08 Jan, 2019 1 commit
  12. 04 Dec, 2018 1 commit
  13. 16 Nov, 2018 1 commit
  14. 31 Oct, 2018 3 commits
  15. 26 Sep, 2018 1 commit
    • Doug Hellmann's avatar
      fix tox python3 overrides · d739396a
      Doug Hellmann authored
      
      
      We want to default to running all tox environments under python 3, so
      set the basepython value in each environment.
      
      We do not want to specify a minor version number, because we do not
      want to have to update the file every time we upgrade python.
      
      We do not want to set the override once in testenv, because that
      breaks the more specific versions used in default environments like
      py35 and py36.
      
      Change-Id: I8f0602bc84aca649bdd70495286327c41c4d00ce
      Signed-off-by: default avatarDoug Hellmann <doug@doughellmann.com>
      d739396a
  16. 21 Aug, 2018 1 commit
    • Nguyen Hai's avatar
      import zuul job settings from project-config · 0a62253e
      Nguyen Hai authored
      This is a mechanically generated patch to complete step 1 of moving
      the zuul job settings out of project-config and into each project
      repository.
      
      Because there will be a separate patch on each branch, the branch
      specifiers for branch-specific jobs have been removed.
      
      Because this patch is generated by a script, there may be some
      cosmetic changes to the layout of the YAML file(s) as the contents are
      normalized.
      
      See the python3-first goal document for details:
      https://governance.openstack.org/tc/goals/stein/python3-first.html
      
      Change-Id: I604943aff8e732d544dffc85881e682e2b4d7d55
      Story: #2002586
      Task: #24299
      0a62253e
  17. 12 Aug, 2018 1 commit
  18. 11 Aug, 2018 2 commits
  19. 03 Aug, 2018 1 commit
  20. 26 Jul, 2018 1 commit
  21. 25 Jul, 2018 2 commits
  22. 17 Jul, 2018 1 commit
    • Ivan Kolodyazhny's avatar
      Update README to use stestr instead testr · a4d6f1a3
      Ivan Kolodyazhny authored
      Tempest uses stestr since Iff4abef50178bdc83b868eed4a906e22d790762b was
      merged. This patch chaned README to fix instructions for a default
      configuration
      
      Change-Id: I90860c4b8e3a0cfdee780fc587d9af21b1f36956
      a4d6f1a3
  23. 15 Jun, 2018 3 commits
  24. 14 Jun, 2018 1 commit