Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
db77361870
commit
073d94594f
3 changed files with 7 additions and 8 deletions
|
@ -121,13 +121,7 @@ export default {
|
|||
:title="user.email"
|
||||
class="js-user-link commit-committer-link"
|
||||
>
|
||||
<user-avatar-image
|
||||
:img-src="avatarUrl"
|
||||
:img-alt="userAvatarAltText"
|
||||
:tooltip-text="user.name"
|
||||
:img-size="24"
|
||||
/>
|
||||
|
||||
<user-avatar-image :img-src="avatarUrl" :img-alt="userAvatarAltText" :size="24" />
|
||||
{{ user.name }}
|
||||
</gl-link>
|
||||
<gl-tooltip v-if="message" :target="() => $refs[$options.EMOJI_REF]">
|
||||
|
|
5
changelogs/unreleased/show-user-name-pipeline.yml
Normal file
5
changelogs/unreleased/show-user-name-pipeline.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Remove extra tooltip from pipelines overview page
|
||||
merge_request: 52902
|
||||
author: Yogi (@yo)
|
||||
type: changed
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: sync_traversal_ids
|
||||
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/52854
|
||||
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/300377
|
||||
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/321947
|
||||
group: group::access
|
||||
type: development
|
||||
default_enabled: false
|
||||
|
|
Loading…
Reference in a new issue