Skip to content

feat: Allow retrieving pipelines for tags

Lennard Sprong requested to merge (removed):pipelines_for_tags into main

#132 (closed)

Notice the tag in a status bar and Tag Pipeline in the sidebar:

image

This changes the behavior of the "For Current Branch" tree in the following cases:

  • The repo is in detached HEAD state, and there is 1 tag present: Display the pipeline for the tag. The items for displaying a Merge Request or Issue are hidden.
  • The repo is in detached HEAD state, and there are no tags present: Display an error informing the user to check out a branch.
  • The repo is in detached HEAD state, and there are 2 or more tags present: Display an error stating that multiple tags are unsupported.
Edited by Tomas Vik

Merge request reports