1. 29 Apr, 2021 1 commit
  2. 16 Sep, 2020 1 commit
  3. 31 Jul, 2020 1 commit
  4. 08 Jun, 2020 1 commit
  5. 06 Jun, 2020 1 commit
  6. 31 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 80c08512
      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: Ifff5d0860f0c9e68a0187242335c5bf7c383a486
      80c08512
  7. 28 May, 2020 1 commit
  8. 13 May, 2020 1 commit
    • Ghanshyam Mann's avatar
      Fix hacking min version to 3.0.1 · 32ce7f05
      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: I2992185abe1971dfa3afed4836cdb29cd245e47c
      32ce7f05
  9. 06 May, 2020 1 commit
  10. 05 May, 2020 1 commit
  11. 03 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Update docs building · 6053cba0
      Andreas Jaeger authored
      Update docs building:
      * Switch to sphinx-build
      * Update requirements for Sphinx and openstackdocstheme for
        python 3, create doc/requiremetns
      * Remove unneeded doc and translation sections from setup.cfg
      * Remove install_command, it's unneeded, the default is fine.
      * Move constraints to deps, use TOX_CONSTRAINTS instead of obsolete
        UPPER_CONSTRAINTS
      * Remove now unneeded placeholder file
      
      Change-Id: I649e6fa86c17262698cc8a01d042a87b020239d9
      6053cba0
  12. 16 Apr, 2020 1 commit
    • zhurong's avatar
      Remove six usage · b6d544c2
      zhurong authored
      Change-Id: Ic6865589c1265185cb22d4caa197b3293fe50465
      b6d544c2
  13. 07 Apr, 2020 1 commit
    • zhurong's avatar
      Cleanup py27 support · ce7f13fc
      zhurong authored
      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
      - Remove obsolete sections from setup.cfg:
        * Wheel is not needed for python 3 only repo
        * Some other sections are obsolete
      - Update classifiers
      - Update requirements, no need for python_version anymor
      
      Change-Id: I3f780c21e6867a394e1797e67099f1668388f6a7
      ce7f13fc
  14. 04 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Fix hacking test requirement · 52473cfb
      Andreas Jaeger authored
      The repo is used on older branches as well, and new hacking supports
      only python3.
      We really only need hacking on master anyways,
      where we no longer support python 2, so here we
      make the requirement specific to python 3.
      
      Change-Id: I3734c7d345832110dd7db8a0d0d7ff65e2a9a757
      52473cfb
  15. 30 Mar, 2020 2 commits
    • Andreas Jaeger's avatar
      Update to hacking 3.0 · 3ebe7394
      Andreas Jaeger authored
      Hacking 3.0 was just released with minor changes, update to the new
      version.
      
      Change-Id: Ic59334952a6ab3a43554a47d07cf7126aba69a9b
      3ebe7394
    • Andreas Jaeger's avatar
      Update hacking for Python3 · 393b2709
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 2.0 which
      supports Python 3.
      
      Fix problems found.
      
      Update local hacking checks for new flake8.
      
      Change-Id: I2683bc1a7c962da137de4b77aac450f08d1f6c4a
      393b2709
  16. 23 Jan, 2020 1 commit
  17. 12 Dec, 2019 1 commit
  18. 18 Jun, 2019 1 commit
  19. 11 Jun, 2019 1 commit
    • ljhuang's avatar
      Sync Sphinx requirement · b342e75c
      ljhuang authored
      1. Sync sphinx dependency with global requirements. It caps python 2 since
      sphinx 2.0 no longer supports Python 2.7.
      2. Update some URLs to latest
      
      Change-Id: Ib934cd24f4af8440458f0d24df90b77e0a3040b5
      b342e75c
  20. 23 Apr, 2019 1 commit
  21. 19 Apr, 2019 1 commit
  22. 28 Feb, 2019 1 commit
    • Rocky's avatar
      Remove possible existing packages in deployment test · 42f113e6
      Rocky authored
      In scenario test, test packages will be uploaded and then deleted after test
      executed. But in case of the packages deletion failure, it will block the
      following tests.
      
      This patch checks and removes those test packages before uploading them.
      
      Change-Id: I90c5d903d8c5c3eeface2735bba61d01a877aaf8
      42f113e6
  23. 12 Jan, 2019 1 commit
  24. 11 Jan, 2019 1 commit
  25. 28 Dec, 2018 1 commit
  26. 13 Dec, 2018 1 commit
  27. 04 Dec, 2018 1 commit
  28. 16 Nov, 2018 1 commit
  29. 29 Oct, 2018 1 commit
  30. 23 Aug, 2018 1 commit
    • 98k's avatar
      import zuul job settings from project-config · 7cd23571
      98k 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: I2dee7ac8ba73bbf61776fd34c3f9172b425b6873
      Story: #2002586
      Task: #24313
      7cd23571
  31. 07 Aug, 2018 1 commit
  32. 04 Aug, 2018 1 commit
  33. 01 Aug, 2018 2 commits
  34. 30 Jul, 2018 2 commits
  35. 15 Jun, 2018 1 commit
  36. 13 Jun, 2018 1 commit
  37. 09 Jun, 2018 1 commit
    • huang.zhiping's avatar
      fix tox python3 overrides · 7e29c5c2
      huang.zhiping 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: I7e49d7e03c3557152cee3892e9d039a8378f573e
      7e29c5c2