++++++++++++++++++
* Publish 0.2.0.
* Update docs.
* Update docs.
* Update docs.
* Update docs.
* Update docs.
* Update docs.
* Update requirements, license, and Django 1.11.
* Decode response.content.
* Add util to convert response.content to a dict in python3.
* Modify config to install requirement.txt.
* Change to minimum requirements.
* Add pytz to requirements.
* Enable Travis CI on dev branch.
* Update docs.
* Exception handle for negative scores.
* Add DELETE action for /health/<uid>/<group>/<test>/.
* Add DELETE action for /health/<uid>/<group>/.
* Rename delete_test_state() to delete_test().
* Add views for GET /health/<uid>/<group>/ and GET /health/<uid>/<group>/<test>/.
* Add test for GET /health/.
* Comment on `naive datetime` warning.
* Reorder tests and add comments.
* Modify test to to pass query-string times with and without UTC offset.
* Add handling of ISO 8601 timezone offset.
* Add pip package python-dateutil for handling of url dates.
* Update docs.
* Add API view for health test historical results.
* Add view for /health_test/ index.
* Create separate HealthTestView to handle HealthTest related actions.
* Fix naive datetime warning.
* Change order of methods.
* Change POST response message.
* Change name of history method to get_history.
* Add history class method to filter by uids, start_time, and end_time.
* Change _get_tests to static method.
* Add time column to test results.
* Fix health test inserts.
* Change uid to integer.
* Change uid to integer.
* Run sleep tests using float values.
* Update docs.
* Add HealthTest create method to fix db insertions.
* Update docs.
* Merge branch 'master' into isolate_tests
* Move settings to tests.test_settings.
* Move tests into tests directory.
* Treat tests/ as an application and define models and views for contextual usage.
* Update docs.
* Change HealthTest children to match examples in docs.
* Update docs.
* Update documentation.
* Remove method_decorator.
* Exception handle 'View' import.
* Remove migrations.
* Remove migrations.
* Isolate 'use case' in test suite.
* Remove dispatcher and scoring logic and implement in parent classes.
* Move 'health' tests.
* Clean up imports.
* Isolate scoring_helper for removal.
* Return http status_code for API get success and failure.
* Return http status_code for API get success and failure.
* Change test_name to test.
* Refactor
* Update 'update' field only on score change.
* Refactor into utils.
* Rename utils to scoring_helper
* Move change_date from a model attribute into severity JSON.
* Refactor for class-based views.
* Add method to delete test state from Health.
* Add method to delete asset.
* Update docs for class-based views.
* Allow UIDs to contain chars.
* Change to class-based views.
* Refactor
* Remove tests from matrix due to find_spec not being supported.
* Revert "Remove coverage from Travis config in favor of GitHub integration."
* Remove coverage from Travis config in favor of GitHub integration.
* Point badges to Gracenote account.
* Change to Gracenote GitHub account.
* Add Apache 2.0 headers
* Update to Apache 2.0
* Fix location of wsgi.py.