Display when a channel was last updated #436
Labels
No labels
automation
backend
bug
contributor experience
data
deployment
documentation
duplicate
good first issue
help wanted
nice to have
notifications
package maintainer
performance
skin
tech debt
user story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-community/nix-security-tracker#436
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?
Since evaluations run asynchronously, it's not evident how up-to-date the evaluation data for a given package is. As a security team member triaging matching suggestions (and also before posting an issue) I want to be able to judge if I'm making decisions based on recent-enough data.
This should probably only display the age if it's older than some reasonable interval (e.g. 24 hours) to only alert users when necessary.
Highlighting would be cherry on top, but the general information should be accessible through the UI at any time. But also, very out of date evaluations would be an operations problem, so that should be covered by alerts to maintainers.
Evaluations have
created_at
andupdated_at
; the challenge here is to figure out where to stuff in that little detail so it's not intrusive but still easy-enough to access when needed.