1. 19 Apr, 2019 1 commit
  2. 03 Aug, 2018 1 commit
  3. 03 May, 2018 1 commit
    • eeldill's avatar
      Fix sphinx-docs job for stable branch · efa2539e
      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: Iefdeebddbb12a9d2acba721afd7f1df9c51dffe6
      efa2539e
  4. 31 Aug, 2017 1 commit
    • Adam Kijak's avatar
      Invalid parsing of Forwarded header fixed · 74208402
      Adam Kijak authored
      _parse_rfc7239_header() did not parse properly
      a Forwarded header with additional spaces
      
      Closes-Bug: #1711573
      Change-Id: Ic8b7f9698d7b3440005b17d249b1c8f0f66dae8a
      (cherry picked from commit 480d60ac)
      74208402
  5. 15 May, 2017 1 commit
  6. 09 Mar, 2017 1 commit
  7. 26 Jan, 2017 3 commits
  8. 17 Jan, 2017 3 commits
  9. 12 Jan, 2017 1 commit
  10. 09 Jan, 2017 1 commit
    • Eric Brown's avatar
      Remove references to Python 3.4 · bbc6259d
      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: I6264d7d2e1d97291b58b4358f3c397c1fbc320ac
      bbc6259d
  11. 05 Jan, 2017 1 commit
  12. 03 Jan, 2017 1 commit
    • Julian Edwards's avatar
      Add new middleware to send API data to statsd · 032addde
      Julian Edwards authored
      The new StatsMiddleware is a Paste filter that examines the URL path and
      request method, and sends a stat count and a timer to a statsd host
      whose name is based on the path/method.
      
      If your statsd is configured to send stats to Graphite, you'll end up
      with stat names of the form:
      timer.<appname>.<METHOD>.<path>.<from>.<url>
      
      Because a dot has special meaning in Graphite, dots in API versions that
      appear in the path will be replaced with _, so for example v2.1 becomes v2_1,
      and v1.0 becomes v1_0.
      
      Change-Id: Ieaffeded1bf81c0782d88f49b6f5209f11744899
      032addde
  13. 30 Dec, 2016 1 commit
  14. 20 Dec, 2016 1 commit
    • Tony Breeds's avatar
      Add Constraints support · fa815cfb
      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.middleware.
      
      Change-Id: I069e64daf9558147fdab947341411b58770d3506
      fa815cfb
  15. 09 Dec, 2016 1 commit
  16. 07 Dec, 2016 2 commits
  17. 01 Dec, 2016 2 commits
  18. 30 Nov, 2016 1 commit
    • JiaJunsu's avatar
      Filter X-Auth-Token in catch_errors · 634d45ed
      JiaJunsu authored
      If X-Auth-Token is logged in files, it may be caught by attackers.
      This patch tries to replace token-id by * in log files.
      
      Change-Id: Icf0cd9d4da37575d79a0da94ade979793ad0d3fa
      Closes-Bug:#1646254
      634d45ed
  19. 29 Nov, 2016 2 commits
  20. 28 Nov, 2016 2 commits
  21. 22 Nov, 2016 1 commit
    • melissaml's avatar
      Add Python 3.5 classifier and venv · edbb4ba4
      melissaml 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.
      
      Change-Id: I73178227e44caee792e6f7e4f4ddf4cfb07e096d
      edbb4ba4
  22. 21 Nov, 2016 1 commit
  23. 16 Nov, 2016 1 commit
    • ChangBo Guo(gcb)'s avatar
      Enable release notes translation · e71a24bc
      ChangBo Guo(gcb) 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: I399cfbc691637ef6e40ecb1e2c18a9227f84e243
      e71a24bc
  24. 09 Nov, 2016 1 commit
  25. 02 Nov, 2016 3 commits
  26. 01 Nov, 2016 4 commits
  27. 19 Oct, 2016 1 commit