Pipelines tabs
What does this MR do?
Changes the URL when the builds tab is clicked making it possible to be shared.
-
Adds a standard way to handle linked tabs:
- This behaviour is already present in the merge requests, commit and user
show
page. - This MR introduces a reusable way to accomplish this behaviour for pages with static content.
- This behaviour is already present in the merge requests, commit and user
-
Adds test:
- For the linked tabs reusable class
- For the pipelines tabs
Why was this MR needed?
To allow having a sharable URL that represented the opened tab
Does this MR meet the acceptance criteria?
-
Changelog entry added -
Documentation created/updated -
API support added - Tests
-
Added for this feature/bug -
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if it does - rebase it please) -
Squashed related commits together
What are the relevant issue numbers?
Closes #24814 (closed)