mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-27 07:55:55 +03:00
[PR #720] [MERGED] Added duration to ping details #1013
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#1013
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/healthchecks/healthchecks/pull/720
Author: @seidnerj
Created: 10/24/2022
Status: ✅ Merged
Merged: 11/1/2022
Merged by: @cuu508
Base:
master← Head:master📝 Commits (7)
4d6e101Added duration to ping details. This is useful on a device with a small screen, since the duration cannot be seen in the main view so now one can see it in the ping's details.b10550cAdded duration to ping details. This is useful on a device with a small screen, since the duration cannot be seen in the main view so now one can see it in the ping's details.bf4a244fixed - added duration to ping details5daac42added missing typing information for ping.get_delta()16893e51. ping.get_delta() --> ping.duration (cached property)8f97e34added an appropriate test under "test_ping_details.py"aedf3eaMerge branch 'healthchecks:master' into master📊 Changes
21 files changed (+120 additions, -68 deletions)
View changed files
📝
hc/accounts/management/commands/pruneusers.py(+2 -2)📝
hc/accounts/management/commands/senddeletionnotices.py(+2 -2)📝
hc/accounts/migrations/0012_auto_20171014_1002.py(+5 -5)📝
hc/accounts/models.py(+7 -7)📝
hc/accounts/tests/test_pruneusers.py(+2 -2)📝
hc/api/management/commands/prunetokenbucket.py(+2 -2)📝
hc/api/migrations/0002_auto_20150616_0732.py(+13 -13)📝
hc/api/migrations/0003_auto_20150616_1249.py(+2 -2)📝
hc/api/migrations/0006_check_grace.py(+2 -2)📝
hc/api/models.py(+27 -10)📝
hc/api/tests/test_notification_status.py(+2 -2)📝
hc/api/views.py(+4 -4)📝
hc/front/tests/test_my_checks.py(+2 -2)📝
hc/front/tests/test_ping_details.py(+16 -0)📝
hc/front/views.py(+4 -4)📝
static/css/log.css(+2 -2)📝
templates/docs/measuring_script_run_time.html(+2 -2)📝
templates/docs/measuring_script_run_time.md(+2 -2)📝
templates/front/details_downtimes.html(+2 -2)📝
templates/front/log_row.html(+1 -1)...and 1 more files
📄 Description
This is useful on devices that have a small screen, since the duration cannot be seen in the main view. With this, one can see the duration in the ping's details.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.