1. 19 Apr, 2019 1 commit
  2. 03 Aug, 2018 1 commit
  3. 02 May, 2018 1 commit
    • eeldill's avatar
      Fix sphinx-docs job for stable branch · 9dc1266a
      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: I7358d1d2c911390f07ec17cca15be6fe03e84bbe
      9dc1266a
  4. 15 May, 2017 1 commit
  5. 09 Mar, 2017 1 commit
  6. 20 Jan, 2017 2 commits
  7. 12 Jan, 2017 1 commit
  8. 27 Dec, 2016 1 commit
    • gengchc2's avatar
      Removes unnecessary utf-8 coding · d333f839
      gengchc2 authored
      The file was added redundant utf-8 coding by some editor.
      we can delete it .
      
      Change-Id: I35047b1f3abea24903d6cac65f572edaed11ee79
      d333f839
  9. 20 Dec, 2016 1 commit
    • Tony Breeds's avatar
      Add Constraints support · fcad0500
      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 futurist.
      
      Change-Id: I9ba103b35d006204ac1e012e16ca7f2ce1787422
      fcad0500
  10. 01 Dec, 2016 1 commit
  11. 25 Nov, 2016 1 commit
  12. 23 Nov, 2016 1 commit
    • Mehdi Abaakouk's avatar
      replace _callables by _works · d38f4ccf
      Mehdi Abaakouk authored
      In PeriodicsTasks _callables have been renamed _works
      a while ago, but one occurence was missing.
      
      Change-Id: I16cdda70917721d4140e2217f8bfce53ee5b730d
      d38f4ccf
  13. 09 Nov, 2016 1 commit
  14. 02 Nov, 2016 1 commit
  15. 01 Nov, 2016 1 commit
    • ChangBo Guo(gcb)'s avatar
      Add reno for release notes management · 20342282
      ChangBo Guo(gcb) authored
      The release management team have indicated this is their preferred way
      to collect release notes in future.
      
      Closes-Bug: #1634356
      
      Change-Id: Iabdf3aeaab725fcbbe21e49fd7f60211cb796b68
      20342282
  16. 22 Oct, 2016 1 commit
  17. 07 Oct, 2016 1 commit
  18. 30 Sep, 2016 1 commit
  19. 29 Sep, 2016 1 commit
  20. 28 Sep, 2016 1 commit
  21. 24 Sep, 2016 1 commit
  22. 09 Aug, 2016 1 commit
    • Gevorg Davoian's avatar
      Eliminate unneccessary patching in GreenFuture · 4650a2bf
      Gevorg Davoian authored
      Due to eventlet's bug eventlet.patcher.is_monkey_patched('threading')
      always returns False, so it is better to replace 'threading' with
      'thread', which seems to work properly.
      
      Change-Id: I849e427c312e41b2d518a088e3f91c92d7574bd7
      4650a2bf
  23. 15 Jul, 2016 1 commit
  24. 14 Jul, 2016 1 commit
  25. 13 Jul, 2016 1 commit
    • Joshua Harlow's avatar
      Remove 'smart' idleness check · 6d4e15a6
      Joshua Harlow authored
      This needs further improvement as it does not appear
      to be working as expected so for now just revert it back
      to the naive (and more expected) behavior for starting up
      new workers (and adding them to the worker pool).
      
      Change-Id: Ia9cc4e44c55ea39bc6270ed42b375ca495bf9ec1
      6d4e15a6
  26. 12 Jul, 2016 1 commit
    • ChangBo Guo(gcb)'s avatar
      Add Python 3.5 classifier and venv · 4edd5304
      ChangBo Guo(gcb) authored
      Now that there is a passing gate job, we can claim support for
      Python 3.5 in the classifier. This patch also adds the convenience
      py35 venv.
      
      Change-Id: I34c00c2d1192a00a4fdbf968967445dd59e248af
      4edd5304
  27. 11 Jul, 2016 1 commit
  28. 30 Jun, 2016 2 commits
  29. 21 Jun, 2016 1 commit
  30. 11 Jun, 2016 1 commit
    • Joshua Harlow's avatar
      Begin adding our own thread pool executor · dc086251
      Joshua Harlow authored
      To be able to add extended functionality without having
      to (just yet) upstream those changes into the stdlib, especially
      around thread pool execution and tracking start to add our own
      thread workers and the needed mechanics to clean them up
      appropriately.
      
      Change-Id: If9af0d905009435d91e7d8ac00005f4ca30bd987
      dc086251
  31. 01 Apr, 2016 1 commit
  32. 28 Mar, 2016 2 commits
  33. 13 Mar, 2016 1 commit
  34. 07 Mar, 2016 1 commit
    • Joshua Harlow's avatar
      Fix 'on_failure' param not be used · 29c5d14d
      Joshua Harlow authored
      Ensures it is used, and exceptions from it are
      handled, and that it is type checked correctly before
      being used.
      
      Closes-Bug: #1531530
      
      Change-Id: I0843f363ae70d3b6475cddeebb7564204a10a04d
      29c5d14d
  35. 03 Mar, 2016 2 commits
  36. 02 Mar, 2016 1 commit
    • Joshua Harlow's avatar
      Reduce/remove duplication in run functions · 74a8c7ad
      Joshua Harlow authored
      Have a smaller helper class that unifies the retaining
      or not retaining of failure tracebacks instead of having
      two nearly equivalent functions to do the same.
      
      Change-Id: I54bb087bbe35f5597c6658ba8aa823795f560045
      74a8c7ad