Show ReleaseAge / Timestamp on Dependency Dashboard #44381
codesalatdev
started this conversation in
Suggest an Idea
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
If one has
minimumReleaseAgeconfigured andminimumReleaseAgeBehaviourset totimestamp-required(the default), dependencies which do not have a release timestamp attached will be counted as unstable. That in itself is okay, but as they're still listed in the Dependency Dashboard under sectionPending Status Checks, one could assume that the listed release just has not passed theminimumReleaseAgeyet.Since the dependency update stalls at that point, I find it reasonable to inform the user about it (apart from reading the DEBUG log ;) ). I therefore think it would be a good idea to show the release timestamp of dependencies waiting for the status check in the Dependency Dashboard. Alternatively, only dependencies with a missing timestamp could be marked as such.
Beta Was this translation helpful? Give feedback.
All reactions