mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[PR #1153] [CLOSED] Allowing Generating reports #1080
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#1080
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/1153
Author: @mkalioby
Created: 5/1/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
a12186cAllowing Generating report📊 Changes
7 files changed (+276 additions, -2 deletions)
View changed files
📝
hc/front/urls.py(+1 -0)📝
hc/front/views.py(+73 -1)📝
hc/lib/date.py(+6 -1)📝
templates/base.html(+3 -0)➕
templates/front/reports.html(+71 -0)➕
templates/reports/report.html(+94 -0)➕
templates/reports/result.html(+28 -0)📄 Description
Allow the user to generate the same content of monthly reports and export to CSV/JSON

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.