Skip to content
Snippets Groups Projects
  1. Jul 03, 2016
  2. May 07, 2016
  3. Apr 28, 2016
  4. Feb 05, 2016
  5. Jan 23, 2016
  6. Jan 10, 2016
  7. Nov 09, 2015
  8. Jul 26, 2015
  9. Jul 25, 2015
  10. Jul 18, 2015
  11. Mar 15, 2015
  12. Nov 28, 2014
  13. Nov 26, 2014
  14. Nov 23, 2014
  15. 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
  16. Sep 27, 2014
  17. Sep 02, 2014
  18. Aug 31, 2014
    • Dan Michael O. Heggø's avatar
      Fix setup.py test and add tox.ini · 0cf414ea
      Dan Michael O. Heggø authored
      - For some reason, 'pytest-cache' isn't found by setup.py if not
        specified explicitly in 'tests_require'
      - Add tox.ini so tests can be run using tox if desired
      - Update test to not be dependent on serialization
      0cf414ea
    • Dan Michael O. Heggø's avatar
      Simplify running tests · b3f2551d
      Dan Michael O. Heggø authored
      - A single command `python setup.py test` will now install test
        dependencies, make an in-place build and run the tests.
      - The setup script now requires Setuptools. A message will be printed
        if it is not found.
      b3f2551d
  19. Aug 26, 2014
  20. Aug 18, 2014
  21. Jun 16, 2013
Loading