Update dependency django-health-check to v4#1598
Merged
Merged
Conversation
c0e2874 to
69b7e21
Compare
15a7693 to
e1c404b
Compare
e1c404b to
fe8d565
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1598 +/- ##
==========================================
+ Coverage 93.84% 93.87% +0.03%
==========================================
Files 73 73
Lines 2338 2335 -3
Branches 179 178 -1
==========================================
- Hits 2194 2192 -2
Misses 119 119
+ Partials 25 24 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==3.20.8→==4.1.2Release Notes
codingjoe/django-health-check (django-health-check)
v4.1.2Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@4.1.1...4.1.2
v4.1.1Compare Source
What's Changed
New Contributors
Full Changelog: codingjoe/django-health-check@4.1.0...4.1.1
v4.1.0Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@4.0.6...4.1.0
v4.0.6Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@4.0.5...4.0.6
v4.0.5Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@4.0.4...4.0.5
v4.0.4Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@4.0.3...4.0.4
v4.0.3Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@4.0.2...4.0.3
v4.0.2Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@4.0.1...4.0.2
v4.0.1Compare Source
What's Changed
task_default_queuefallback iftask_queuesis None by @codingjoe in #637Full Changelog: codingjoe/django-health-check@4.0.0...4.0.1
v4.0.0Compare Source
What's Changed
limitparameter to CeleryPingHealthCheck by @Copilot in #567New Contributors
Full Changelog: codingjoe/django-health-check@3.21.0...4.0.0
v3.24.0Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.23.5...3.24.0
v3.23.5Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.23.4...3.23.5
v3.23.4Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.23.3...3.23.4
v3.23.3Compare Source
Full Changelog: codingjoe/django-health-check@3.23.2...3.23.3
v3.23.2Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.23.1...3.23.2
v3.23.1Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.23.0...3.23.1
v3.23.0Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.22.0...3.23.0
v3.22.0Compare Source
What's Changed
Full Changelog: codingjoe/django-health-check@3.21.1...3.22.0
v3.21.1Compare Source
Full Changelog: codingjoe/django-health-check@3.21.0...3.21.1
v3.21.0Compare Source
Version 3.21
Changes
Motivation
Settings inconsistency has long been an issue of this package. Some use package dictionaries; some use single-value settings.
Over time this package has also accumulated a host of checks, some of which are outdated or similar or superior to others.
Migration Guide
Remove these
health_check.*sub‑apps fromINSTALLED_APPSbut keephealth_check!Remove all
HEALTH_CHECK_*settings from your settings file.Replace the URL include with the view and explicit
checkslist.Before:
After (example):
Removals and Replacements
StorageHealthCheck,DefaultFileStorageHealthCheck,S3BotoStorageHealthCheck,S3Boto3StorageHealthCheckhave been replaced withStorage.CeleryHealthCheckhas been replaced withPing.MigrationsHealthCheckhas been removed; its functionality is covered by Django's check framework.DatabaseHealthCheckhas been replaced withDatabasewhich doesn't require a table and supports multiple database aliases.Full Changelog: codingjoe/django-health-check@3.20.8...3.21.0
Configuration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Budapest, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.