[PR #1153] [CLOSED] Allowing Generating reports #1080

Closed
opened 2026-02-26 00:30:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/1153
Author: @mkalioby
Created: 5/1/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • a12186c Allowing 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
tray_full 25-05-01 13-21-57

image


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

## 📋 Pull Request Information **Original PR:** https://github.com/healthchecks/healthchecks/pull/1153 **Author:** [@mkalioby](https://github.com/mkalioby) **Created:** 5/1/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`a12186c`](https://github.com/healthchecks/healthchecks/commit/a12186c5154eaa9ca575111aa1da6feae06ec6f1) Allowing Generating report ### 📊 Changes **7 files changed** (+276 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Allow the user to generate the same content of monthly reports and export to CSV/JSON ![tray_full 25-05-01 13-21-57](https://github.com/user-attachments/assets/752a7b0a-e2f2-4aa2-b0e9-eb89f6dd240e) ![image](https://github.com/user-attachments/assets/ee2adf9e-d077-4ef3-b009-87062d2d880b) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 00:30:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#1080
No description provided.