1. 19 Apr, 2019 1 commit
  2. 03 Aug, 2018 1 commit
  3. 27 Apr, 2018 1 commit
    • eeldill's avatar
      Fix sphinx-docs job for stable branch · a009e7c8
      eeldill authored
      build-openstack-sphinx-docs jobs fail on stable branches due to the new
      pip version 10 introduces some previously Warning as Error: in case of
      calling "pip install" without any package name, the command fails.
      tox_install.sh is called during docs job without any package passed to pip.
      
      Change-Id: Ic011be44d4852a293d7adc0ef25b7e498e4b5d20
      a009e7c8
  4. 18 Aug, 2017 1 commit
    • Lucian Petrut's avatar
      Windows: ensure exec calls don't block other greenthreads · 8adf9b1f
      Lucian Petrut authored
      eventlet.green.subprocess is not actually greenthread friendly on
      Windows. It just uses the native subprocess.Popen in this case.
      
      For this reason, exec calls do not yield on Windows, blocking other
      greenthreads.
      
      This change avoids this issue by wrapping the 'communicate' call
      using eventlet.tpool.
      
      We're also ensuring that subprocess.Popen uses *native* threads
      internally in order to avoid deadlocks when passing data through
      stdin.
      
      Change-Id: Ic25fd1b61b5498f16e6049cbbe0877492f8aab4d
      Closes-Bug: #1709586
      (cherry picked from commit 3ac3c169)
      8adf9b1f
  5. 11 Aug, 2017 1 commit
  6. 28 Jul, 2017 2 commits
  7. 12 Jul, 2017 5 commits
  8. 11 Jul, 2017 8 commits
  9. 29 Jun, 2017 1 commit
    • Yuriy Taraday's avatar
      Check for SubprocessError by name on Python 3.x · ef7bfd57
      Yuriy Taraday authored
      With eventlet SubprocessError raised by Popen seem to have different
      class from subprocess.SubprocessError accessible from test.
      I don't have proper solution for this, it seems somewhere old
      SubprocessError is cached and then eventlet overrides it, so it is not
      visible from test method context. This workaround seems to be good
      enough to unblock gate.
      
      Change-Id: If5ae0911e14671e05aca5e393c5cc183b72703d6
      Closes-Bug: #1688201
      ef7bfd57
  10. 13 Mar, 2017 1 commit
  11. 09 Mar, 2017 1 commit
  12. 03 Mar, 2017 1 commit
  13. 02 Mar, 2017 1 commit
    • ricolin's avatar
      [Fix gate]Update test requirement · 5c58a047
      ricolin authored
      Since pbr already landed and the old version of hacking seems not
      work very well with pbr>=2, we should update it to match global
      requirement.
      Partial-Bug: #1668848
      
      Change-Id: I6067710f787cdf213942ace53890d22ee691bd02
      5c58a047
  14. 10 Feb, 2017 1 commit
  15. 09 Feb, 2017 1 commit
  16. 08 Feb, 2017 1 commit
    • gengchc2's avatar
      Remove support for py34 · cf3f6415
      gengchc2 authored
      The gating on python 3.4 is restricted to <= Mitaka. This is due
      to the change from Ubuntu Trusty to Xenial, where only python3.5
      is available. There is no need to continue to keep these settings.
      
      Change-Id: I69fedf01df329ab2f60c4b2583ac5541debeeee4
      cf3f6415
  17. 07 Feb, 2017 1 commit
  18. 06 Feb, 2017 1 commit
  19. 20 Jan, 2017 1 commit
  20. 12 Jan, 2017 1 commit
  21. 20 Dec, 2016 1 commit
    • Tony Breeds's avatar
      Add Constraints support · cda2474b
      Tony Breeds authored
      Adding constraints support to libraries is slightly more complex than
      services as the libraries themselves are listed in upper-constraints.txt
      which leads to errors that you can't install a specific version and a
      constrained version.
      
      This change adds constraints support by also adding a helper script to
      edit the constraints to remove oslo.concurrency.
      
      Change-Id: Ic887ce8e220df6b87d823490dfb14894935cac61
      cda2474b
  22. 25 Nov, 2016 1 commit
  23. 09 Nov, 2016 1 commit
  24. 06 Nov, 2016 1 commit
  25. 02 Nov, 2016 2 commits
  26. 26 Oct, 2016 1 commit
  27. 25 Oct, 2016 1 commit