Packages list: update the pipeline metadata
Context
Currently, the UI in the packages list displays (if present) the data of the pipeline that created the package:
With a recent update, we are now able to fetch from the server all the pipelines associated with a package, and we are already using this info on the details page.
We should discuss and decide if is more valuable to show the last pipeline associated with the package and consequently update the Created X days ago
line to Updated X days ago
It's important to remember that:
- not all the packages have pipelines
- not all the packages have more than one pipeline
- not all the package manager supports multiple uploads for a package (for example npm does not)
Proposal
If a package has been updated by more than one pipeline, display the latest available pipeline to help users see the most recent update.
Edited by Tim Rizzi