Loading
fix: Select latest pipeline between branch and MR
Description
This changes the behavior of the sidebar to select either the Merge Request pipeline or the branch pipeline, depending on which of the two is newer.
Related Issues
Related to #2267 (closed)
How has this been tested?
- Make a branch and a MR
- Merge the MR, without deleting the source branch
- Push more commits to the source branch
- The sidebar should show the pipeline for the new commit, instead of the pipeline at the time of merging the MR.
Screenshots (if appropriate)
| Before | After |
|---|---|
![]() |
![]() |
Note the different pipeline ID in each screenshot
What CHANGELOG entry will this MR create?
-
fix:Bug fix fixes - a user-facing issue in production - included in changelog -
feature:New feature - a user-facing change which adds functionality - included in changelog -
BREAKING CHANGE:(fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog - None - other non-user-facing changes
Edited by Olena Horal-Koretska

