Commit a8347c22 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch...

Merge branch '59898-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-commits-scss' into 'master'

Resolve "Fix the following style-lint errors and warnings for `app/assets/stylesheets/pages/commits.scss`"

Closes #59898

See merge request gitlab-org/gitlab-ce!27647
parents 26108ddb dbeb7b21
...@@ -113,9 +113,10 @@ export default { ...@@ -113,9 +113,10 @@ export default {
<commit-pipeline-status <commit-pipeline-status
v-if="commit.pipeline_status_path" v-if="commit.pipeline_status_path"
:endpoint="commit.pipeline_status_path" :endpoint="commit.pipeline_status_path"
class="d-inline-flex"
/> />
<div class="commit-sha-group"> <div class="commit-sha-group">
<div class="label label-monospace" v-text="commit.short_id"></div> <div class="label label-monospace monospace" v-text="commit.short_id"></div>
<clipboard-button <clipboard-button
:text="commit.id" :text="commit.id"
:title="__('Copy commit SHA to clipboard')" :title="__('Copy commit SHA to clipboard')"
......
...@@ -20,7 +20,7 @@ export default { ...@@ -20,7 +20,7 @@ export default {
<template> <template>
<div class="clipboard-group"> <div class="clipboard-group">
<div class="url-text-field label label-monospace">{{ uri }}</div> <div class="url-text-field label label-monospace monospace">{{ uri }}</div>
<clipboard-button <clipboard-button
:text="uri" :text="uri"
:title="s__('ServerlessURL|Copy URL to clipboard')" :title="s__('ServerlessURL|Copy URL to clipboard')"
......
...@@ -133,7 +133,7 @@ export default { ...@@ -133,7 +133,7 @@ export default {
}; };
</script> </script>
<template> <template>
<div class="branch-commit"> <div class="branch-commit cgray">
<template v-if="shouldShowRefInfo"> <template v-if="shouldShowRefInfo">
<div class="icon-container"> <div class="icon-container">
<icon v-if="tag" name="tag" /> <icon v-if="tag" name="tag" />
...@@ -174,7 +174,7 @@ export default { ...@@ -174,7 +174,7 @@ export default {
:tooltip-text="author.username" :tooltip-text="author.username"
class="avatar-image-container" class="avatar-image-container"
/> />
<gl-link :href="commitUrl" class="commit-row-message"> {{ title }} </gl-link> <gl-link :href="commitUrl" class="commit-row-message cgray"> {{ title }} </gl-link>
</span> </span>
<span v-else> Can't find HEAD commit for this branch </span> <span v-else> Can't find HEAD commit for this branch </span>
</div> </div>
......
...@@ -58,14 +58,6 @@ ...@@ -58,14 +58,6 @@
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
.stage-cell .stage-container {
margin: 0 3px 3px 0;
}
.stage-container:last-child {
margin-right: 0;
}
.dropdown-menu { .dropdown-menu {
margin-top: 11px; margin-top: 11px;
} }
...@@ -128,18 +120,9 @@ ...@@ -128,18 +120,9 @@
} }
.commit-row-title { .commit-row-title {
.notes_count {
float: right;
margin-right: 10px;
}
.str-truncated { .str-truncated {
max-width: 70%; max-width: 70%;
} }
.commit-row-message {
color: $gl-text-color;
}
} }
.text-expander { .text-expander {
...@@ -185,7 +168,7 @@ ...@@ -185,7 +168,7 @@
flex-grow: 1; flex-grow: 1;
min-width: 0; min-width: 0;
.project_namespace { .project-namespace {
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
} }
} }
...@@ -208,10 +191,6 @@ ...@@ -208,10 +191,6 @@
} }
} }
.ci-status-link {
display: inline-flex;
}
.ci-status-icon svg { .ci-status-icon svg {
vertical-align: text-bottom; vertical-align: text-bottom;
} }
...@@ -239,7 +218,6 @@ ...@@ -239,7 +218,6 @@
} }
.label-monospace { .label-monospace {
@extend .monospace;
user-select: text; user-select: text;
color: $gl-text-color; color: $gl-text-color;
background-color: $gray-light; background-color: $gray-light;
...@@ -266,7 +244,7 @@ ...@@ -266,7 +244,7 @@
} }
.commit, .commit,
.generic_commit_status { .generic-commit-status {
a, a,
button { button {
vertical-align: baseline; vertical-align: baseline;
...@@ -278,37 +256,22 @@ ...@@ -278,37 +256,22 @@
&.autodevops-badge { &.autodevops-badge {
color: $white-light; color: $white-light;
} }
&.autodevops-link {
color: $blue-600;
}
} }
.commit-row-description { .commit-row-description {
@extend %commit-description-base; @extend %commit-description-base;
display: none; display: none;
flex: 1; flex: 1;
a {
color: $gl-text-color;
}
} }
&.inline-commit { &.inline-commit {
.commit-row-title { .commit-row-title {
font-size: 13px; font-size: 13px;
} }
.committed_ago {
@extend .cgray;
float: right;
}
} }
} }
.branch-commit { .branch-commit {
color: $gl-text-color;
.commit-icon { .commit-icon {
text-align: center; text-align: center;
display: inline-block; display: inline-block;
...@@ -320,14 +283,15 @@ ...@@ -320,14 +283,15 @@
fill: $gl-text-color-secondary; fill: $gl-text-color-secondary;
} }
} }
}
.commit,
.generic-commit-status,
.branch-commit {
.autodevops-link,
.commit-sha { .commit-sha {
color: $blue-600; color: $blue-600;
} }
.commit-row-message {
color: $gl-text-color;
}
} }
.gpg-status-box { .gpg-status-box {
......
...@@ -113,7 +113,7 @@ module CiStatusHelper ...@@ -113,7 +113,7 @@ module CiStatusHelper
end end
def render_status_with_link(type, status, path = nil, tooltip_placement: 'left', cssclass: '', container: 'body', icon_size: 16) def render_status_with_link(type, status, path = nil, tooltip_placement: 'left', cssclass: '', container: 'body', icon_size: 16)
klass = "ci-status-link ci-status-icon-#{status.dasherize} #{cssclass}" klass = "ci-status-link ci-status-icon-#{status.dasherize} d-inline-flex #{cssclass}"
title = "#{type.titleize}: #{ci_label_for_status(status)}" title = "#{type.titleize}: #{ci_label_for_status(status)}"
data = { toggle: 'tooltip', placement: tooltip_placement, container: container } data = { toggle: 'tooltip', placement: tooltip_placement, container: container }
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
%td %td
.clipboard-group .clipboard-group
.input-group .input-group
%input.label.label-monospace{ id: "application_id", type: "text", autocomplete: 'off', value: @application.uid, readonly: true } %input.label.label-monospace.monospace{ id: "application_id", type: "text", autocomplete: 'off', value: @application.uid, readonly: true }
.input-group-append .input-group-append
= clipboard_button(target: '#application_id', title: _("Copy ID to clipboard"), class: "btn btn btn-default") = clipboard_button(target: '#application_id', title: _("Copy ID to clipboard"), class: "btn btn btn-default")
%tr %tr
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
%td %td
.clipboard-group .clipboard-group
.input-group .input-group
%input.label.label-monospace{ id: "secret", type: "text", autocomplete: 'off', value: @application.secret, readonly: true } %input.label.label-monospace.monospace{ id: "secret", type: "text", autocomplete: 'off', value: @application.secret, readonly: true }
.input-group-append .input-group-append
= clipboard_button(target: '#secret', title: _("Copy secret to clipboard"), class: "btn btn btn-default") = clipboard_button(target: '#secret', title: _("Copy secret to clipboard"), class: "btn btn btn-default")
%tr %tr
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
%td %td
.clipboard-group .clipboard-group
.input-group .input-group
%input.label.label-monospace{ id: "application_id", type: "text", autocomplete: 'off', value: @application.uid, readonly: true } %input.label.label-monospace.monospace{ id: "application_id", type: "text", autocomplete: 'off', value: @application.uid, readonly: true }
.input-group-append .input-group-append
= clipboard_button(target: '#application_id', title: _("Copy ID to clipboard"), class: "btn btn btn-default") = clipboard_button(target: '#application_id', title: _("Copy ID to clipboard"), class: "btn btn btn-default")
%tr %tr
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
%td %td
.clipboard-group .clipboard-group
.input-group .input-group
%input.label.label-monospace{ id: "secret", type: "text", autocomplete: 'off', value: @application.secret, readonly: true } %input.label.label-monospace.monospace{ id: "secret", type: "text", autocomplete: 'off', value: @application.secret, readonly: true }
.input-group-append .input-group-append
= clipboard_button(target: '#secret', title: _("Copy secret to clipboard"), class: "btn btn btn-default") = clipboard_button(target: '#secret', title: _("Copy secret to clipboard"), class: "btn btn btn-default")
%tr %tr
......
.branch-commit .branch-commit.cgray
.icon-container.commit-icon .icon-container.commit-icon
= custom_icon("icon_commit") = custom_icon("icon_commit")
= link_to commit.short_id, project_commit_path(project, commit.id), class: "commit-sha" = link_to commit.short_id, project_commit_path(project, commit.id), class: "commit-sha"
&middot; &middot;
%span.str-truncated %span.str-truncated
= link_to_markdown commit.title, project_commit_path(project, commit.id), class: "commit-row-message" = link_to_markdown commit.title, project_commit_path(project, commit.id), class: "commit-row-message cgray"
&middot; &middot;
#{time_ago_with_tooltip(commit.committed_date)} #{time_ago_with_tooltip(commit.committed_date)}
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
%td.status %td.status
= render "ci/status/badge", status: job.detailed_status(current_user), title: job.status_title = render "ci/status/badge", status: job.detailed_status(current_user), title: job.status_title
%td.branch-commit %td.branch-commit.cgray
- if can?(current_user, :read_build, job) - if can?(current_user, :read_build, job)
= link_to project_job_path(job.project, job) do = link_to project_job_path(job.project, job) do
%span.build-link ##{job.id} %span.build-link ##{job.id}
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
.js-commit-pipeline-status{ data: { endpoint: pipelines_project_commit_path(project, commit.id, ref: ref) } } .js-commit-pipeline-status{ data: { endpoint: pipelines_project_commit_path(project, commit.id, ref: ref) } }
.commit-sha-group.d-none.d-sm-flex .commit-sha-group.d-none.d-sm-flex
.label.label-monospace .label.label-monospace.monospace
= commit.short_id = commit.short_id
= clipboard_button(text: commit.id, title: _("Copy commit SHA to clipboard"), class: "btn btn-default", container: "body") = clipboard_button(text: commit.id, title: _("Copy commit SHA to clipboard"), class: "btn btn-default", container: "body")
= link_to_browse_code(project, commit) = link_to_browse_code(project, commit)
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
= link_to commit.short_id, project_commit_path(project, commit), class: "commit-sha" = link_to commit.short_id, project_commit_path(project, commit), class: "commit-sha"
&nbsp; &nbsp;
%span.str-truncated %span.str-truncated
= link_to_markdown_field(commit, :title, project_commit_path(project, commit.id), class: "commit-row-message") = link_to_markdown_field(commit, :title, project_commit_path(project, commit.id), class: "commit-row-message cgray")
.float-right .float-right
#{time_ago_with_tooltip(commit.committed_date)} #{time_ago_with_tooltip(commit.committed_date)}
.table-mobile-content .table-mobile-content
.branch-commit .branch-commit.cgray
- if deployment.ref - if deployment.ref
%span.icon-container %span.icon-container
= deployment.tag? ? icon('tag') : sprite_icon('fork', css_class: 'sprite') = deployment.tag? ? icon('tag') : sprite_icon('fork', css_class: 'sprite')
...@@ -12,6 +12,6 @@ ...@@ -12,6 +12,6 @@
%span.flex-truncate-child %span.flex-truncate-child
- if commit_title = deployment.commit_title - if commit_title = deployment.commit_title
= author_avatar(deployment.commit, size: 20) = author_avatar(deployment.commit, size: 20)
= link_to_markdown commit_title, project_commit_path(@project, deployment.sha), class: "commit-row-message" = link_to_markdown commit_title, project_commit_path(@project, deployment.sha), class: "commit-row-message cgray"
- else - else
= _("Can't find HEAD commit for this branch") = _("Can't find HEAD commit for this branch")
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
- pipeline_link = local_assigns.fetch(:pipeline_link, false) - pipeline_link = local_assigns.fetch(:pipeline_link, false)
- stage = local_assigns.fetch(:stage, false) - stage = local_assigns.fetch(:stage, false)
%tr.generic_commit_status{ class: ('retried' if retried) } %tr.generic-commit-status{ class: ('retried' if retried) }
%td.status %td.status
= render 'ci/status/badge', status: generic_commit_status.detailed_status(current_user) = render 'ci/status/badge', status: generic_commit_status.detailed_status(current_user)
%td.generic_commit_status-link %td.generic-commit-status-link
- if can?(current_user, :read_commit_status, generic_commit_status) && generic_commit_status.target_url - if can?(current_user, :read_commit_status, generic_commit_status) && generic_commit_status.target_url
= link_to generic_commit_status.target_url do = link_to generic_commit_status.target_url do
%span.build-link ##{generic_commit_status.id} %span.build-link ##{generic_commit_status.id}
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
- detailed_status = stage.detailed_status(current_user) - detailed_status = stage.detailed_status(current_user)
- icon_status = "#{detailed_status.icon}_borderless" - icon_status = "#{detailed_status.icon}_borderless"
.stage-container.dropdown{ class: klass } .stage-container.mt-0.ml-1.dropdown{ class: klass }
%button.mini-pipeline-graph-dropdown-toggle.has-tooltip.js-builds-dropdown-button{ class: "ci-status-icon-#{detailed_status.group}", type: 'button', data: { toggle: 'dropdown', title: "#{stage.name}: #{detailed_status.label}", placement: 'top', "stage-endpoint" => stage_ajax_project_pipeline_path(pipeline.project, pipeline, stage: stage.name) } } %button.mini-pipeline-graph-dropdown-toggle.has-tooltip.js-builds-dropdown-button{ class: "ci-status-icon-#{detailed_status.group}", type: 'button', data: { toggle: 'dropdown', title: "#{stage.name}: #{detailed_status.label}", placement: 'top', "stage-endpoint" => stage_ajax_project_pipeline_path(pipeline.project, pipeline, stage: stage.name) } }
= sprite_icon(icon_status) = sprite_icon(icon_status)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment