Skip to content

Pipelines tabs

Filipa Lacerda requested to merge 24814-pipeline-tabs into master

What does this MR do?

Changes the URL when the builds tab is clicked making it possible to be shared.

  1. 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.
  2. 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

tabs

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #24814 (closed)

Merge request reports