argoproj / argo-cd

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

Adding support for multi-line commit messages #3308

Open thomasrepnik opened 4 years ago

thomasrepnik commented 4 years ago

Summary

ArgoCD should support multi-line commit messages. Currently only the first line is shown on the UI (and also using the API).

Motivation

Change Management Teams are interested in knowing the reasons why a deployment has happened. This reasons are normally to find in the commit message. These messages often consist of mutiple lines. If we want to get these information by using the ArgoCD API (or UI) only the first line of the commit messages is available.

Tested with following message:

this is the first line

followed by a blank line, and here is then the detailed description

Proposal

Add the whole message instead of just taking the first line.

saumeya commented 2 years ago

@thomasrepnik, in the UI, if you hover over the text, the tooltip shows the entire commit message and the description. Could you check if that solves your problem?

nitishfy commented 2 months ago

can we close this issue now?