spring-cloud / spring-cloud-dataflow

A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
https://dataflow.spring.io
Apache License 2.0
1.09k stars 579 forks source link

feature: Add a comment to an entry in the audit log #5824

Open klopfdreh opened 1 month ago

klopfdreh commented 1 month ago

Problem description: For our use case it is important that we can add a comment to an audit log entry, so that we can save why we for example completed / canceled a task execution.

Solution description: Add a textfield where you can enter at least 255 chars to describe why you completed / stopped a task execution in the audit log section, when you expand an entry. The author and the description should be saved.

Description of alternatives: N/A

Additional context: N/A

klopfdreh commented 1 month ago

I can create a PR with the changes if you want. 😃 (but it will take some time)