-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e674c52
commit e443d84
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,22 +6,22 @@ History | |
++++++++++++++++++ | ||
|
||
* Add ``watchman`` management command | ||
* Exit code of ``0`` if all checks pass, ``1`` otherwise | ||
* Print json stacktrace to ``stderr`` if check fails | ||
* Handles ``--verbosity`` option to print all status checks | ||
* ``-c``, ``--checks``, ``-s``, ``--skips`` options take comma-separated list of python paths to run / skip | ||
* Exit code of ``0`` if all checks pass, ``1`` otherwise | ||
* Print json stacktrace to ``stderr`` if check fails | ||
* Handles ``--verbosity`` option to print all status checks | ||
* ``-c``, ``--checks``, ``-s``, ``--skips`` options take comma-separated list of python paths to run / skip | ||
* Improve identifiability of emails sent from a django-watchman endpoint | ||
* From: [email protected] | ||
* Subject: django-watchman email check | ||
* Body: This is an automated test of the email system. | ||
* Add ``X-DJANGO-WATCHMAN: True`` custom header | ||
* From: [email protected] | ||
* Subject: django-watchman email check | ||
* Body: This is an automated test of the email system. | ||
* Add ``X-DJANGO-WATCHMAN: True`` custom header | ||
* Add new default check: ``storage`` check | ||
* Checks that files can be both written and read with the current Django storage engine | ||
* Add ``WATCHMAN_ENABLE_PAID_CHECKS`` setting to enable all paid checks without modifying ``WATCHMAN_CHECKS`` | ||
* Checks that files can be both written and read with the current Django storage engine | ||
* Add ``WATCHMAN_ENABLE_PAID_CHECKS`` setting to enable all paid checks without modifying ``WATCHMAN_CHECKS`` | ||
* Remove ``email_status`` from default checks | ||
* Refactor ``utils.get_checks`` to allow reuse in management command | ||
* ``get_checks`` now performs the optional check inclusion / skipping | ||
* ``status`` refactored to pull ``check_list`` / ``skip_list`` from GET params and pass them to ``get_checks`` | ||
* ``get_checks`` now performs the optional check inclusion / skipping | ||
* ``status`` refactored to pull ``check_list`` / ``skip_list`` from GET params and pass them to ``get_checks`` | ||
* Namespace cache keys | ||
* Update documentation | ||
|
||
|