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.
@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?
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:
Proposal
Add the whole message instead of just taking the first line.