Skip to content

Add end_event_timestamp to the stage records JSON representation

Add end_event_timestamp to the stage record JSON representation, so that the frontend can use it to add a new column to the VSA table, as described in #363155 (closed).

Steps to verify:

  • choose a group that has VSA enabled
  • visit /groups/gitlab-org/-/analytics/value_stream_analytics/value_streams/:id/stages/:stage_id/records?created_after=2022-04-14&created_before=2022-05-13&pagination=keyset&sort=end_event&direction=desc&page=1
  • compare to #353554 (comment 945321183), now end_event_timestamp should be returned as well.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #353554 (closed)

Edited by Magdalena Frankiewicz

Merge request reports