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 · cc887b4e
      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: Iad37ecdbdb022f120e9b737b6613dea49ab23b17
      cc887b4e
  4. 11 Aug, 2017 1 commit
  5. 28 Jul, 2017 2 commits
  6. 13 Jul, 2017 1 commit
  7. 12 Jul, 2017 1 commit
  8. 07 Jul, 2017 3 commits
  9. 06 Jul, 2017 1 commit
    • liangcui's avatar
      Enable some off-by-default checks · 8c96cfd0
      liangcui authored
      Some of the available checks are disabled by default, like:
      [H106] Don’t put vim configuration in source files
      [H203] Use assertIs(Not)None to check for None
      
      Change-Id: I1e2612a92014b17d9f3158ec868f07e734263f13
      8c96cfd0
  10. 05 Jul, 2017 2 commits
  11. 27 Jun, 2017 1 commit
  12. 15 Jun, 2017 1 commit
  13. 12 Jun, 2017 1 commit
  14. 10 Jun, 2017 1 commit
  15. 05 Jun, 2017 1 commit
  16. 02 Jun, 2017 2 commits
  17. 23 May, 2017 1 commit
  18. 20 May, 2017 2 commits
  19. 17 May, 2017 1 commit
  20. 28 Mar, 2017 1 commit
  21. 26 Mar, 2017 1 commit
  22. 20 Mar, 2017 1 commit
  23. 13 Mar, 2017 1 commit
  24. 03 Mar, 2017 1 commit
  25. 02 Mar, 2017 1 commit
    • ricolin's avatar
      [Fix gate]Update test requirement · 653b856f
      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: I3fd302a36c11a9087a143ede4ef64a64e4eb15ba
      653b856f
  26. 18 Feb, 2017 1 commit
  27. 10 Feb, 2017 1 commit
  28. 07 Feb, 2017 2 commits
  29. 06 Feb, 2017 1 commit
  30. 20 Jan, 2017 1 commit
  31. 17 Jan, 2017 1 commit
    • Eric Brown's avatar
      Remove references to Python 3.4 · 90576b90
      Eric Brown authored
      Now that there exists only a gate job for Python 3.5 and not 3.4,
      we should remove those references to the 3.4 that is untested.
      
      Change-Id: I2bff52b0958b2d1d025cd0a8b9676c3840c51634
      90576b90
  32. 20 Dec, 2016 1 commit
    • Tony Breeds's avatar
      Add Constraints support · 2208a539
      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.privsep.
      
      Change-Id: Icff042fc20da27181a3e7c7624e4e8e1704923b1
      2208a539
  33. 25 Nov, 2016 1 commit