1. 20 Aug, 2021 2 commits
  2. 06 Aug, 2021 1 commit
    • wu.shiming's avatar
      Remove lower-constraints remnants · d15545a7
      wu.shiming authored
      These were missed in change : Icd090cf8a36fa560bf7b0c67d0e1c4923c221c65
      
      Conflicts:
        lower-constraints.txt
      
      NOTE(stephenfin): Conflicts are because the constraints are different.
      
      (cherry picked from commit ad720c33)
      (cherry picked from commit 0646eb65)
      (cherry picked from commit 1e40b7c4)
      
      NOTE(ajya): Added to fix mysql8 support for requirements-check job
      (cherry picked from commit 7af699e7)
      
      Change-Id: I07b577f4e948c03d1751145e5f898b90ac1c197a
      d15545a7
  3. 04 Aug, 2021 2 commits
  4. 28 Jul, 2021 1 commit
  5. 14 Apr, 2020 2 commits
    • OpenStack Release Bot's avatar
      Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuri · b11ea78b
      OpenStack Release Bot authored
      Update the URL to the upper-constraints file to point to the redirect
      rule on releases.openstack.org so that anyone working on this branch
      will switch to the correct upper-constraints list automatically when
      the requirements repository branches.
      
      Until the requirements repository has as stable/ussuri branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: Ie6891a40d3e90cc77ad15b7e4a6a36084399e9da
      b11ea78b
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/ussuri · 7d515ef8
      OpenStack Release Bot authored
      Change-Id: Iefdb36783bbb5e751589b965c83db3c3631a6ca8
      7d515ef8
  6. 31 Mar, 2020 1 commit
  7. 30 Mar, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · 4e6fe7cf
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      blacklist:
       W504 line break after binary operator
      
      Fix:
      E305 expected 2 blank lines after class or function definition, found 1
      
      Change-Id: I56d62f67914f07e7aef74f857c4b42e3bfd3416e
      4e6fe7cf
  8. 25 Feb, 2020 4 commits
  9. 17 Feb, 2020 1 commit
  10. 13 Feb, 2020 2 commits
  11. 10 Feb, 2020 1 commit
  12. 07 Feb, 2020 2 commits
  13. 03 Feb, 2020 1 commit
  14. 12 Jan, 2020 1 commit
  15. 08 Jan, 2020 1 commit
  16. 23 Dec, 2019 1 commit
    • caoyuan's avatar
      tox: Trivial cleanup · 40e02758
      caoyuan authored
      move 'basepython' to the top-level 'testenv'
      
      Change-Id: I37c608d9da6bffe2f24e0e1fbeb4e8d350089850
      40e02758
  17. 22 Dec, 2019 1 commit
  18. 18 Dec, 2019 2 commits
  19. 17 Dec, 2019 2 commits
  20. 11 Dec, 2019 1 commit
    • Mike Bayer's avatar
      Use regex to compare SQL strings with IN · fce052b2
      Mike Bayer authored
      SQLAlchemy 1.4 will be changing the method by which it
      renders an IN expression such that the bound parameters
      are not fully rendered until the statement is executed,
      rather than when the statement is compiled into its initial
      string form [1].   Adjust tests which are asserting the presence
      of IN expressions based on the compiled form to allow for an
      arbitrary expression within the parenthesis.
      
      [1] https://github.com/sqlalchemy/sqlalchemy/issues/4645
      
      Change-Id: I8640ad0cbd96647ed74678631479190146bd908e
      fce052b2
  21. 04 Dec, 2019 1 commit
  22. 02 Dec, 2019 2 commits
  23. 13 Nov, 2019 2 commits
  24. 24 Oct, 2019 1 commit
    • caoyuan's avatar
      tox: Keeping going with docs · 9a5f153c
      caoyuan authored
      Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name
      suggests, keeps the build running when it encounters non-fatal errors.
      This is exceptionally useful in avoiding a continuous edit-build loop
      when undertaking large doc reworks where multiple errors may be
      introduced.
      
      [1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045
      
      Change-Id: Idaca0bc97e33e0a080de612420177b5e102c628c
      9a5f153c
  25. 11 Oct, 2019 1 commit
  26. 20 Sep, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/train · be28e3ea
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/train.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/train.
      
      Change-Id: I377ad03a73b88407d0e70315cbd0162bb9dc356b
      Sem-Ver: feature
      be28e3ea
  27. 16 Aug, 2019 1 commit
  28. 09 Aug, 2019 1 commit