mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-24 22:45:56 +03:00
[PR #963] [MERGED] Add auto-refresh functionality to log page #1047
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#1047
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/963
Author: @mickBoat00
Created: 2/17/2024
Status: ✅ Merged
Merged: 2/23/2024
Merged by: @cuu508
Base:
master← Head:auto-refresh-logs📝 Commits (10+)
8e2cd42Add auto-refresh functionality to log pagee96f425Improve DOM handling when adding new rowsfd5e609Update SeekForm to tolerate blank "start" and "end" parametersac23c82Remove the usage of sessionStorage5df0997Switch to using floats for timestampsb917223Refactor slider updates828b84cRemove code that updates ping count in UIa0120c4Clean up the log_events view91bf404Fix a bug in slider reinitialization code0c2cec1Move data-log-events-url to the element📊 Changes
10 files changed (+305 additions, -101 deletions)
View changed files
📝
hc/front/forms.py(+12 -8)📝
hc/front/templatetags/hc_extras.py(+2 -2)📝
hc/front/tests/test_log.py(+28 -6)➕
hc/front/tests/test_log_events.py(+69 -0)📝
hc/front/urls.py(+1 -0)📝
hc/front/views.py(+28 -4)📝
static/css/log.css(+10 -1)📝
static/css/variables.css(+4 -0)📝
static/js/log.js(+123 -67)📝
templates/front/log.html(+28 -13)📄 Description
Fixes: #957
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.