Skip to content
Snippets Groups Projects
  1. Jun 10, 2019
  2. Nov 22, 2018
  3. Nov 04, 2018
  4. Jul 31, 2018
  5. Jul 01, 2018
  6. Apr 08, 2018
  7. Jan 14, 2018
  8. Nov 26, 2017
  9. Nov 16, 2017
    • Adam Williamson's avatar
      Revert "Fix test compat with responses@0.6.0" · cd86bf35
      Adam Williamson authored
      This reverts commit 1650e0e7.
      Upstream restored handling of the adding_headers arg in 0.6.1.
      Going back to using that name means we're still compatible with
      any version of responses after 0.3.0, except 0.6.0. Also adjust
      setup.py to express this correctly.
      cd86bf35
  10. Jul 31, 2017
  11. May 18, 2017
  12. Feb 23, 2017
  13. Oct 23, 2016
  14. Aug 21, 2016
    • Lukas Juhrich's avatar
      Drop 2.6 support · 59f79e82
      Lukas Juhrich authored
      Remove python2.6 from
      - Travis
      - Tox
      - PyPi tags
      - documentation and readme
      
      Also, Simplify an import clause.
      
      This fixes #133
      59f79e82
  15. Jul 03, 2016
  16. May 07, 2016
  17. Apr 28, 2016
  18. Feb 05, 2016
  19. Jan 23, 2016
  20. Jan 10, 2016
  21. Nov 09, 2015
  22. Jul 26, 2015
  23. Jul 25, 2015
  24. Jul 18, 2015
  25. Mar 15, 2015
  26. Nov 28, 2014
  27. Nov 26, 2014
  28. Nov 23, 2014
  29. Nov 17, 2014
    • Dan Michael O. Heggø's avatar
      Fix so maxlag is handled correctly · 566867ab
      Dan Michael O. Heggø authored
      - If database lag exceeds max lag, the API will still send 200, not 503.
        This was only added to documentation after bugzilla:31156.
        Ref. <https://www.mediawiki.org/wiki/Manual:Maxlag_parameter>
      - In addition, Requests doesn't raise an exception when status code != 200
        unless raise_for_status() is called, so we should call that to catch
        any other 5xx errors such as Squid errors.
      - Replace print statements with logging
      
      Note that responses>=0.3.0 is needed to run the test suite now
      566867ab
  30. Sep 27, 2014
  31. Sep 02, 2014
Loading