Skip to content
Snippets Groups Projects
Commit cdf347bf authored by Clement Ho's avatar Clement Ho
Browse files

Merge branch...

Merge branch '62137-add-tooltip-to-improve-clarity-of-detached-label-state-in-the-merge-request-pipeline' into 'master'

Resolve "Add tooltip to improve clarity of "detached" label/state in the merge request pipeline"

Closes #62137

See merge request gitlab-org/gitlab-ce!31626
parents 2c894856 c6f56f14
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -102,7 +102,11 @@ export default {
<span
v-if="pipeline.flags.detached_merge_request_pipeline"
v-gl-tooltip
:title="__('This pipeline is run on the source branch')"
:title="
__(
'The code of a detached pipeline is tested against the source branch instead of merged results',
)
"
class="js-pipeline-url-detached badge badge-info"
>
{{ __('detached') }}
Loading
Loading
Loading
Loading
@@ -43,7 +43,7 @@
} }
Auto DevOps
- if @pipeline.detached_merge_request_pipeline?
%span.js-pipeline-url-mergerequest.badge.badge-info.has-tooltip{ title: "This pipeline is run on the source branch" }
%span.js-pipeline-url-mergerequest.badge.badge-info.has-tooltip{ title: "The code of a detached pipeline is tested against the source branch instead of merged results" }
detached
- if @pipeline.stuck?
%span.js-pipeline-url-stuck.badge.badge-warning
Loading
Loading
---
title: Updated the detached pipeline badge tooltip text to offer a better explanation
merge_request: 31626
author:
type: other
Loading
Loading
@@ -10888,6 +10888,9 @@ msgstr ""
msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git."
msgstr ""
 
msgid "The code of a detached pipeline is tested against the source branch instead of merged results"
msgstr ""
msgid "The coding stage shows the time from the first commit to creating the merge request. The data will automatically be added here once you create your first merge request."
msgstr ""
 
Loading
Loading
@@ -11383,9 +11386,6 @@ msgstr ""
msgid "This page will be removed in a future release."
msgstr ""
 
msgid "This pipeline is run on the source branch"
msgstr ""
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by %{strongStart}Auto DevOps.%{strongEnd}"
msgstr ""
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment