1. 19 Apr, 2019 1 commit
  2. 27 Aug, 2018 1 commit
  3. 24 Aug, 2018 1 commit
    • qingszhao's avatar
      import zuul job settings from project-config · 4698a878
      qingszhao 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: I7b1602637b2c2f0c59bf31acfc9889f9ade1ff8a
      Story: #2002586
      Task: #24322
      4698a878
  4. 03 Aug, 2018 1 commit
  5. 02 May, 2018 1 commit
    • eeldill's avatar
      Fix sphinx-docs job for stable branch · fbc3d0f0
      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: I880b39b88dfb0a22c77c6cc3fcbdf8096e50b39a
      fbc3d0f0
  6. 20 Jan, 2017 2 commits
  7. 20 Dec, 2016 1 commit
    • Tony Breeds's avatar
      Add Constraints support · 00d2db18
      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 debtcollector.
      
      Change-Id: Ie1e79f7bd0cb2a6b20d0485e12cd05522c2a0f9f
      00d2db18
  8. 25 Nov, 2016 1 commit
  9. 13 Nov, 2016 1 commit
  10. 09 Nov, 2016 1 commit
  11. 07 Nov, 2016 1 commit
  12. 02 Nov, 2016 1 commit
  13. 01 Nov, 2016 2 commits
  14. 22 Oct, 2016 1 commit
  15. 30 Sep, 2016 1 commit
  16. 24 Sep, 2016 1 commit
  17. 26 Aug, 2016 1 commit
  18. 02 Aug, 2016 1 commit
  19. 21 Jul, 2016 1 commit
  20. 12 Jul, 2016 1 commit
    • ChangBo Guo(gcb)'s avatar
      Add Python 3.5 classifier and venv · 18f7de4d
      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 and removes py33 venv.
      
      Change-Id: I849e9df878b18f89424c846511bc131644ccae48
      18f7de4d
  21. 21 Jun, 2016 1 commit
  22. 30 May, 2016 1 commit
  23. 19 May, 2016 2 commits
  24. 21 Apr, 2016 1 commit
  25. 15 Apr, 2016 1 commit
  26. 14 Apr, 2016 1 commit
    • Brant Knudson's avatar
      Add tests for decorated argspec preservation · 1f5816ad
      Brant Knudson authored
      Tests are added that show that several of the decorators, when
      used on functions, lose the argspec. This causes the documentation
      to be generated incorrectly since the args aren't shown for
      decorated functions.
      
      The tests show that some of the decorators work as expected.
      
      Change-Id: Id024f5110082a88c30e71e991764320b3aed07aa
      1f5816ad
  27. 13 Apr, 2016 1 commit
  28. 08 Apr, 2016 1 commit
  29. 18 Jan, 2016 1 commit
  30. 16 Jan, 2016 1 commit
  31. 13 Jan, 2016 1 commit
    • caoyue's avatar
      Add debug testenv in tox · 20184996
      caoyue authored
      Once we add debug testenv, we can use "tox -e debug -- --debug"
      to debug test cases when tox is running.
      
      Change-Id: Id4372ca37664735af54d8c78b70a8668008df4d6
      20184996
  32. 07 Jan, 2016 1 commit
  33. 06 Jan, 2016 1 commit
    • Jamie Lennox's avatar
      Allow replacing a keyword argument · 2e00a99a
      Jamie Lennox authored
      Specifying replace=True to renames.renamed_kwarg will substitute the
      kwarg from the old to the new. This will allow for an argument to be
      renamed and the positional argument still maintained in the case of a
      direct rename.
      
      Change-Id: Ibff3cc2bc3f35142f6415372f795890148898fa2
      2e00a99a
  34. 01 Jan, 2016 1 commit
  35. 31 Dec, 2015 1 commit
    • Joshua Harlow's avatar
      Add 'removed_class' class decorator · fc0304e2
      Joshua Harlow authored
      To augment the problems with @remove on classes, see
      bug #1520397 and bug #1500851 introduce a class decorator
      that is specifically made for removing existing
      classes (and it appears to work correctly even
      under inheritance).
      
      Related-Bug: #1520397
      
      Related-Bug: #1500851
      
      Change-Id: I91adbdacc9fc77511d3f0bfb66d558269c49f885
      fc0304e2
  36. 26 Dec, 2015 1 commit
    • janonymous's avatar
      py26/py33 are no longer supported by Infra's CI · 958d79df
      janonymous authored
      Python 3.3/2.6 support would be dropped by
      Infra team from mitaka,CI would no longer be testing it,
      so projects should drop it also.
      
      Change-Id: I69d9f971deb8cd124a96f7c85d007c61d953b6c5
      958d79df
  37. 04 Dec, 2015 1 commit