argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
17.94k stars 5.46k forks source link

Deep links for Revisions #11898

Open alexef opened 1 year ago

alexef commented 1 year ago

Summary

Following up to deep links in the UI proposal, we would like to be able to configure deep links for Revisions.

Motivation

For each deployed Application, ArgoCD stores a revision history. Each revision normally corresponds to a commit, so a link to (for instance) the GitHub page of the commit or the CI page of the build would be useful for the user.

Proposal

Amend the proposal, introduce configuration for Revision deep links. Amend the UI, display them in the "History and Rollback" dialogue.

Screenshot 2023-01-06 at 12 19 50
alexef commented 1 year ago

See also comment in slack thread.

gdsoumya commented 1 year ago

Tagging @alexmt and @crenshaw-dev for their opinion