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 · 90e5d534
      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
      90e5d534
  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. 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
  9. 25 Nov, 2016 1 commit
  10. 09 Nov, 2016 1 commit
  11. 06 Nov, 2016 1 commit
  12. 02 Nov, 2016 2 commits
  13. 26 Oct, 2016 1 commit
  14. 25 Oct, 2016 1 commit
  15. 22 Oct, 2016 1 commit
  16. 21 Oct, 2016 1 commit
  17. 16 Oct, 2016 1 commit
  18. 12 Oct, 2016 1 commit
  19. 08 Oct, 2016 1 commit
    • gecong1973's avatar
      Change assertTrue(isinstance()) by optimal assert · 7a4d633b
      gecong1973 authored
      Some of tests use different method of
      assertTrue(isinstance(A, B)) or assertEqual(type(A), B).
      The correct way is to use assertIsInstance(A, B) provided
      by testtools
      
      Change-Id: Iad2ee275837c28b40c1062386db5a29969ee98dc
      7a4d633b
  20. 06 Oct, 2016 1 commit
    • Andreas Jaeger's avatar
      Enable release notes translation · f4f90881
      Andreas Jaeger authored
      Releasenote translation publishing is being prepared. 'locale_dirs'
      needs to be defined in conf.py to generate translated version of the
      release notes.
      
      Note that this repository might not get translated release notes - or
      no translations at all - but we add the entry here nevertheless to
      prepare for it.
      
      Change-Id: I6fd9f1265f05a5d4e44355def5a6519a8021e25d
      f4f90881
  21. 02 Oct, 2016 1 commit
  22. 29 Sep, 2016 1 commit
    • Lucian Petrut's avatar
      Ignore prlimit argument on Windows · 70ff5511
      Lucian Petrut authored
      The built in 'resource' module is used in order to apply process
      resource limits. This is not available on Windows.
      
      For the moment, we'll ignore this argument and log a warning
      message. In the future, we may provide a portable implementation
      for this feature.
      
      Change-Id: I6a82916eb68fbf8737b45a65f71cae1f835d12d1
      Closes-Bug: #1627766
      70ff5511
  23. 28 Sep, 2016 1 commit
  24. 27 Sep, 2016 1 commit
  25. 02 Sep, 2016 1 commit
  26. 13 Aug, 2016 1 commit
  27. 08 Aug, 2016 1 commit
    • Denis Buliga's avatar
      Fix external lock tests on Windows · 3c46e8f7
      Denis Buliga authored
      At the moment, those tests use fcntl to acquire file locks, which
      will fail on Windows.
      
      This change addresses this issue by adding some platform checks,
      using the appropriate functions when handling file locks. Note that
      we've avoided running private methods from fasteners.
      
      Also, we now avoid using os.fork, which won't work on Windows.
      Instead, we spawn new processes using multiprocessing.Process, using
      queues for communication between processes.
      
      Change-Id: I9839b9033c814280f6d1b53c5ed2643fd2bf8bf8
      3c46e8f7
  28. 29 Jul, 2016 1 commit
  29. 22 Jul, 2016 1 commit
    • yanheven's avatar
      Fix parameters of assertEqual are misplaced · 0c3a39ed
      yanheven authored
      Many assertEqual sentences don't follow assertEqual(expected, actual),
      These misplaces have 2 impacts:
      1, giving confusing messages when some tests failed.
      2, mislead other developers, new test modules may follow these wrong pattern.
      
      This patch fix all of them.
      
      Change-Id: I00bb4801c208d0eb8078e8a34ae52f9bcfe0b1a6
      Closes-Bug: #1604213
      0c3a39ed
  30. 14 Jul, 2016 1 commit
    • ChangBo Guo(gcb)'s avatar
      Add Python 3.5 classifier and venv · e9a09144
      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. This commit also removes py34 specific venv.
      
      Change-Id: I50ddda7d96c77e7db60aa0b42e8e3b701dadf404
      e9a09144
  31. 09 Jul, 2016 1 commit
  32. 01 Jul, 2016 1 commit
  33. 30 Jun, 2016 1 commit
  34. 11 Jun, 2016 1 commit
  35. 04 Jun, 2016 1 commit
  36. 03 Jun, 2016 1 commit
  37. 20 May, 2016 1 commit
  38. 14 May, 2016 1 commit