Skip to content

Releases: mwarkentin/django-watchman

v0.3.0: Email check

06 Sep 03:01
Compare
Choose a tag to compare
  • New check - email (watchman.checks.email_status)! django-watchman will now
    check that your email settings are working too!
  • Fix a few small issues in the readme
  • Rearrange some of the code in checks.py

v0.2.2: Test in python 2.7 & 3.4

05 Sep 16:20
Compare
Choose a tag to compare
  • Fix and run tests on Python 2.7 and 3.4
  • Bump django-jsonview dependency to latest
  • Update tox envlist and travis config to test 2.7 / 3.4

v0.2.1: Test and misc. fixes

05 Sep 01:46
Compare
Choose a tag to compare
  • Initialize django during tests to prevent app loading issue for Django >= 1.7
  • Suppress MIDDLEWARE_CLASSES warning for Django >= 1.7
  • Reorganize test imports
  • Fix make test, make coverage, make release commands
  • Add htmlcov/ directory to .gitignore
  • Test django 1.4, 1.6, 1.7

v0.2.0: Custom checks

04 Sep 22:45
Compare
Choose a tag to compare
  • Custom checks can now be written and run using the WATCHMAN_CHECKS setting
  • A subset of the available checks can be run by passing the check GET param
    when hitting the watchman url

Thanks to @kezabelle for doing most of the work on this one!

v0.1.2

04 Sep 22:44
Compare
Choose a tag to compare
  • Move package requirements out of requirements.txt and into setup.py

v0.1.1: Fix requirements

09 Feb 23:31
Compare
Choose a tag to compare
  • Remove django>=1.5.5 version specification
  • Remove wheel requirement

v0.1.0: Initial release

09 Feb 22:49
Compare
Choose a tag to compare

Initial release of django-watchman.

Features:

  • Status endpoint for your Django DATABASES and CACHES
  • Token based authentication