1. 06 Aug, 2020 1 commit
  2. 04 Aug, 2020 1 commit
  3. 24 Jul, 2020 1 commit
  4. 30 Jun, 2020 1 commit
  5. 03 Jun, 2020 1 commit
  6. 02 Jun, 2020 1 commit
  7. 26 May, 2020 2 commits
  8. 22 May, 2020 2 commits
  9. 18 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 4c048064
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.0 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
      
      Update Sphinx version as well.
      
      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.
      
      Depends-On: https://review.opendev.org/728938
      Change-Id: Ie162c8e72f4edec345c20de4517304cc14f7fe0d
      4c048064
  10. 15 May, 2020 1 commit
  11. 13 May, 2020 1 commit
    • Rodolfo Alonso Hernandez's avatar
      Avoid raising a RuntimeError during the shutdown · ee39ce31
      Rodolfo Alonso Hernandez authored
      When the client stops, sends a shutdown command to the root daemon.
      If the socket is still in use, it will return a RuntimeError and
      stop the code execution.
      
      Instead of this, this exception is now captured and the shutdown
      command re-executed up to 3 times. In case of not succeeding, the
      process will continue the client shutdown.
      
      Change-Id: I0302b49e38523d6170be407d4563928cfcc3c1a3
      Closes-Bug: #1878222
      ee39ce31
  12. 04 May, 2020 1 commit
  13. 27 Apr, 2020 1 commit
  14. 24 Apr, 2020 2 commits
    • Sean McGinnis's avatar
      Bump default tox env from py37 to py38 · 6caa7f05
      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: Ie4a88297493182929b6620dd42d2e2b9d85dc637
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      6caa7f05
    • Sean McGinnis's avatar
      Add py38 package metadata · 9fd61c81
      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: I27acd7a90e439a7e7f7529001afa73f7b9d055ce
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      9fd61c81
  15. 16 Apr, 2020 1 commit
  16. 14 Apr, 2020 2 commits
  17. 02 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · 4445f329
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Fix problems found.
      
      Remove hacking and friends from lower-constraints, they are not needed
      for installation.
      
      Change-Id: If75153300f07e6d1c5bf433af35a0dd4d98e6c7f
      4445f329
  18. 31 Mar, 2020 1 commit
  19. 21 Feb, 2020 1 commit
    • Rodolfo Alonso Hernandez's avatar
      Implement "realpath" to retrieve the real absolute path · 23a534b9
      Rodolfo Alonso Hernandez authored
      This function will call "os.path.realpth" and this in turn could call
      "os.getcwd". If the current path has been deleted by other application,
      this method will raise FileNotFoundError exception. This new function
      catches and unsets this exception, returning an empty string.
      
      Change-Id: If70411d8d189de4a020e528cd54412a5678cfab9
      Closes-Bug: #1864090
      23a534b9
  20. 10 Feb, 2020 1 commit
  21. 06 Feb, 2020 2 commits
  22. 03 Feb, 2020 1 commit
  23. 06 Jan, 2020 1 commit
    • caoyuan's avatar
      tox: Trivial cleanup · 286559f6
      caoyuan authored
      1. refactor basepython to testenv
      2. remove py27 target
      3. fix a bug that prevented usage of upper constraints in some test envs
      
      Change-Id: I5fcec1c7ec978f9fb279de8ac9aae227e6ec5e9d
      286559f6
  24. 04 Dec, 2019 1 commit
  25. 02 Dec, 2019 2 commits
  26. 10 Nov, 2019 1 commit
    • Jeffrey Zhang's avatar
      reap rootwrap daemon process when it is timeout · c9a57aab
      Jeffrey Zhang authored
      When the daemon process is timeout, it will kill itself. But the parent
      doesn't reap it. This patch add a thread to wait the process to be done
      once the daemon is started.
      
      Closes-Bug: #1850241
      Change-Id: Ic209b8ef86c2522ce7e4bd81ac57bf13f1706a81
      c9a57aab
  27. 02 Nov, 2019 1 commit
    • caoyuan's avatar
      tox: Keeping going with docs · 5a91d686
      caoyuan authored
      Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name
      suggests, keeps the build running when it encounters non-fatal errors.
      This is exceptionally useful in avoiding a continuous edit-build loop
      when undertaking large doc reworks where multiple errors may be
      introduced.
      
      [1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045
      
      Change-Id: I2858ce6bf73471328b92b52be1cdc18ab46254d9
      5a91d686
  28. 24 Oct, 2019 1 commit
  29. 12 Oct, 2019 1 commit
    • pengyuesheng's avatar
      Bump the openstackdocstheme extension to 1.20 · 6c5995a9
      pengyuesheng authored
      Some options are now automatically configured by the version 1.20:
      - project
      - html_last_updated_fmt
      - latex_engine
      - latex_elements
      - version
      - release.
      
      Change-Id: Ie89fa05774e224a9b8c05f0442fda7592df9aa5d
      6c5995a9
  30. 10 Oct, 2019 1 commit
    • pengyuesheng's avatar
      Sync Sphinx requirement · 42b9d6ac
      pengyuesheng authored
      Sync sphinx dependency with global requirements. It caps python 2 since
      sphinx 2.0 no longer supports Python 2.7.
      
      Change-Id: I08fe97b5e15d7aae025f3d149c1242841d01ee5b
      42b9d6ac
  31. 29 Sep, 2019 1 commit
  32. 20 Sep, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/train · eea57abd
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/train.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/train.
      
      Change-Id: Id9809e440302e1a492bd078afc3229535aa52fdf
      Sem-Ver: feature
      eea57abd
  33. 05 Jul, 2019 1 commit
  34. 08 May, 2019 1 commit