mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #679] Notification emails: difference in plain text vs. HTML part #488
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#488
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?
Originally created by @szepeviktor on GitHub (Jul 27, 2022).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/679
Hello!
@cuu508 commented on GitHub (Jul 27, 2022):
Hi Viktor, do you mean the hourly/daily reminder emails ("Reminder: 1 check still down")?
In the reminder emails, in the HTML version checks are grouped by project, but in the plain text version they're in one long list, and the sort order is unclear – is this what you are pointing out?
@szepeviktor commented on GitHub (Jul 27, 2022):
Yes.
In my case the "down" check was first in HTML and last in plain text. That was so shocking I've opened this issue.
Looking into it deeper: the plain text is really unordered.
The HTML may be grouped but I don't have multiple projects.
I think they are ordered by creation date.
Could you confirm it?
@cuu508 commented on GitHub (Jul 27, 2022):
Checks in the text version are indeed in arbitrary order – I'll look into fixing that.
The sort order in the HTML version is the same as in the check list view in the web UI.
The default sort order is by creation date, but you can also change it to alphabetic by name, or by the last received ping date. The sort order you select in the web UI will also be used in the HTML version of the email.
@cuu508 commented on GitHub (Jul 27, 2022):
PS. there's one exception, – checks in the "down" state are always at the top.
@szepeviktor commented on GitHub (Jul 27, 2022):
It would be so lovely to order checks in the plain text version and put "down" checks at the top! ❤️
@szepeviktor commented on GitHub (Jul 27, 2022):
Thank you.