drone-ui icon indicating copy to clipboard operation
drone-ui copied to clipboard

Merge build logs instead of append it

Open wingyplus opened this issue 5 years ago • 1 comments

Sometimes server sent build log event since first line and drone-ui append to the old build log. This approach make a user see a build since first line again even it already shown. Fix it by merge a new logs to the old logs by using field "pos" as a array index.

This is an example:

Screen Shot 2563-08-13 at 18 38 47

NOTE: I cannot show the full log because it's secret.

wingyplus avatar Aug 13 '20 11:08 wingyplus

@bradrydzewski Love to see if you've any suggestions. :)

wingyplus avatar Aug 19 '20 06:08 wingyplus