Skip to content

CE-2799: Differentiate tags with different icon in JobTable

Domonkos Gulyas requested to merge CE-2798_Differentiate-tags-in-JobTable into develop

A new component called JobGitRefIcon has been created to represent the type of the git reference. The type of the reference is fetched asynchronously from the backend (using the Git.gitReferenceType endpoint), and based on this, an appropriate icon is displayed:

  • CommitIcon if the reference type is a COMMIT
  • LabelOutlinedIcon if the reference type is a TAG
  • QuestionMarkIcon if the reference type is UNKNOWN

Closes CE-2798

Merge request reports