runner icon indicating copy to clipboard operation
runner copied to clipboard

Fix Composite annotations not appearing as expected

Open thboop opened this issue 3 years ago • 2 comments

Description

This PR fixes an issue where timeline records for composite steps were being sent up to the server. They weren't intended to do that, but the addIssue function would send them up. To remedy this, we now keep track of issues on composite execution contexts, and combine them in the composite action handler. We also split out the addIssue function, so we don't repeat the validation logic.

See this linked ticket for how to reproduce

thboop avatar Sep 09 '22 18:09 thboop

Looking forward to this being resolved. Our annotations are being lost in composites.

dnatic09 avatar Oct 20 '22 14:10 dnatic09

Any update on this? We are waiting for this one to get merged.

RobKenis avatar Nov 08 '22 15:11 RobKenis