Django-health-monitor

Latest version: v0.2.9

Safety actively analyzes 630094 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.2.3

++++++++++++++++++

* Publish 0.2.3.
* Add docstring explanation.
* Add type conversion of BooleanFields to fix request.POST passing string values of 0, False, etc.
* Update Sphinx config.

0.2.2

++++++++++++++++++

* Publish 0.2.2.
* Add util for response.content to json.
* Use json.loads(response.content) since Django<1.9 does not support response.content.json().
* Update docs.
* Return score in health test history.
* Update docs.
* Update README.rst
* Update docs.
* Update docs.
* Update docs.
* Update docs.

0.2.1

++++++++++++++++++

* Publish 0.2.1.
* Add HealthAlarm views and url endpoints.
* Update docstrings.
* Add HealthAlarm model and related methods to enable calculation of alarms.
* Update docs.
* Update docs.
* Add Health history cache and method for get_history.
* Add get_score method for HealthTest instance.
* Update docs.
* Merge branch 'documentation'
* Update docs.
* Update uids in urls to digits.
* Update docs.

0.2.0

++++++++++++++++++

* 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.

0.1.6

++++++++++++++++++

* Publish 0.1.6
* Make changes for codecov.
* Change test config to use generic test names.
* Modify tests to use generic configuration.
* Change helper function to take multiple arguments.
* Modify UID to be passed as number.
* Change references from 'subscriber' to 'group'.
* Remove unused tests.
* Remove unneeded fixture.
* Change 'subscriber' key to a more general term 'group'.
* Remove unnecessary helper functions and unused dispatcher parameters.
* Pass ImportError directly.

0.1.5

++++++++++++++++++

* Publish 0.1.5.
* Remove all packages from requirements files except jsonfield.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.