An error occurred while fetching this tab.
Add timestamp columns to VSA aggregated RecordsFetcher
- Jun 13, 2022
-
-
Magdalena Frankiewicz authored
This is necessary because `Gitlab::Analytics::CycleAnalytics::Aggregated::RecordsFetcher`, when sorting by duration, only selects columns that are part of the ORDER BY condition. Since we need start_event_timestamp and end_event_timestamp, we append them to the order condition, even though they do not actually influence the order.
-
- Jun 08, 2022
-
-
Magdalena Frankiewicz authored
The aggregated version of the VSA `RecordsFetcher`, used at group level, was missing the `start_event_timestamp` and `end_event_timestamp` columns. As a result, such attributes were always null in the JSON response to `Projects::Analytics::CycleAnalytics::StagesController#records`. Changelog: fixed
-