1. 25 Apr, 2019 1 commit
    • Pavlo Shchelokovskyy's avatar
      Use upper constraints from opendev.org · 9a138004
      Pavlo Shchelokovskyy authored
      oslo.cache uses a simple curl command in its tox_install.sh
      to fetch the upper-constraints, and curl does not follow redirects
      that are now in place due to move to opendev.org.
      
      This breaks running tox-based tests w/o overriding the
      UPPER_CONSTRAINTS_FILE which upstream CI does,
      for example running tox locally.
      
      Change-Id: I209a980f3345e037a7a9a1d9f89925e6eefa0c4e
      (cherry picked from commit aee2164a3a91e120649e67301e8b365a4691770c)
      9a138004
  2. 19 Apr, 2019 1 commit
  3. 03 Aug, 2018 1 commit
  4. 03 May, 2018 1 commit
    • eeldill's avatar
      Fix sphinx-docs job for stable branch · e3b68ca0
      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: Iec27671344ed7e44105d6f6c3a360ee7b00222e3
      e3b68ca0
  5. 15 Jan, 2018 1 commit
  6. 20 Jan, 2017 2 commits
  7. 09 Jan, 2017 1 commit
    • Eric Brown's avatar
      Remove references to Python 3.4 · eeb787db
      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: I3986b19a28f8ac918359abadfde2a8c3ba19f639
      eeb787db
  8. 20 Dec, 2016 1 commit
    • Tony Breeds's avatar
      Add Constraints support · 6597ef7d
      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.cache.
      
      Change-Id: I61f9e86ab0fca7a2ccfa310056c3a63e069ac2e4
      6597ef7d
  9. 25 Nov, 2016 1 commit
  10. 09 Nov, 2016 3 commits
  11. 02 Nov, 2016 2 commits
  12. 23 Oct, 2016 1 commit
  13. 19 Oct, 2016 1 commit
  14. 16 Oct, 2016 1 commit
  15. 14 Oct, 2016 1 commit
  16. 13 Oct, 2016 1 commit
  17. 12 Oct, 2016 1 commit
  18. 06 Oct, 2016 1 commit
    • Andreas Jaeger's avatar
      Enable release notes translation · de45f6d1
      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: Ib04d6b4dc3ecdcaa73fb9bd4168ba9b9eea07bba
      de45f6d1
  19. 28 Sep, 2016 1 commit
  20. 21 Sep, 2016 1 commit
  21. 05 Sep, 2016 1 commit
  22. 01 Sep, 2016 1 commit
  23. 30 Aug, 2016 1 commit
  24. 24 Aug, 2016 1 commit
  25. 20 Aug, 2016 1 commit
  26. 18 Aug, 2016 2 commits
    • George Silvis, III's avatar
      Fix docstring for get_memoization_decorator · f29cb975
      George Silvis, III authored
      The example usage did not match the current signature of the function.
      
      Change-Id: I1c1022d53942ae5f5be36b377a68b4a154381fc1
      f29cb975
    • Brant Knudson's avatar
      Correct help text for backend option · fb1c71d6
      Brant Knudson authored
      The help for the backend option said that the memcache_pool backend
      is recommended.
      
      memcache_pool is there to keep a limited number of thread-associated
      connections open rather than a connection for every thread. If you
      don't have a huge number of threads it doesn't offer anything.
      Keystone is an example of a service where memcache_pool doesn't
      improve things -- eventlet isn't supported anymore and more threads
      is not useful due to GIL.
      
      As such, the help text is corrected to say to use memcache_pool for
      eventlet and dogpile.cache.memcached for servers like keystone.
      
      The help text also mentioned devstack. This is removed because
      devstack is a developer tool so shouldn't be mentioned in text
      targeted to operators.
      
      Also, fixed the preceeding comment to remove redundant information
      and to not mention keystone since this code isn't in keystone
      anymore.
      
      Change-Id: I1ffbf23feac623fe0bfbbe49fb3e0159dedf4cfe
      fb1c71d6
  27. 04 Aug, 2016 1 commit
  28. 29 Jul, 2016 1 commit
  29. 28 Jul, 2016 1 commit
  30. 13 Jul, 2016 1 commit
  31. 12 Jul, 2016 2 commits
  32. 09 Jul, 2016 1 commit
  33. 30 Jun, 2016 1 commit
  34. 21 Jun, 2016 1 commit