Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b908ba0b
Commit
b908ba0b
authored
Mar 12, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
9537fe90
bc1b6253
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
37 additions
and
38 deletions
+37
-38
GITALY_SERVER_VERSION
GITALY_SERVER_VERSION
+1
-1
app/assets/javascripts/notes/components/note_header.vue
app/assets/javascripts/notes/components/note_header.vue
+19
-21
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+0
-8
app/views/shared/notes/_note.html.haml
app/views/shared/notes/_note.html.haml
+7
-8
changelogs/unreleased/58789-some-system-notes-on-issuable-are-folded-on-mobile.yml
...89-some-system-notes-on-issuable-are-folded-on-mobile.yml
+5
-0
changelogs/unreleased/gitaly-version-v1.28.0.yml
changelogs/unreleased/gitaly-version-v1.28.0.yml
+5
-0
No files found.
GITALY_SERVER_VERSION
View file @
b908ba0b
1.2
7
.0
1.2
8
.0
app/assets/javascripts/notes/components/note_header.vue
View file @
b908ba0b
...
...
@@ -87,27 +87,25 @@ export default {
<span
class=
"note-headline-light"
>
@
{{
author
.
username
}}
</span>
</a>
<span
v-else
>
{{
__
(
'
A deleted user
'
)
}}
</span>
<span
class=
"note-headline-light"
>
<span
class=
"note-headline-meta"
>
<span
class=
"system-note-message"
>
<slot></slot>
</span>
<template
v-if=
"createdAt"
>
<span
class=
"system-note-separator"
>
<template
v-if=
"actionText"
>
{{
actionText
}}
</
template
>
</span>
<a
:href=
"noteTimestampLink"
class=
"note-timestamp system-note-separator"
@
click=
"updateTargetNoteHash"
>
<time-ago-tooltip
:time=
"createdAt"
tooltip-placement=
"bottom"
/>
</a>
</template>
<i
class=
"fa fa-spinner fa-spin editing-spinner"
aria-label=
"Comment is being updated"
aria-hidden=
"true"
></i>
</span>
<span
class=
"note-headline-light note-headline-meta"
>
<span
class=
"system-note-message"
>
<slot></slot>
</span>
<template
v-if=
"createdAt"
>
<span
class=
"system-note-separator"
>
<template
v-if=
"actionText"
>
{{
actionText
}}
</
template
>
</span>
<a
:href=
"noteTimestampLink"
class=
"note-timestamp system-note-separator"
@
click=
"updateTargetNoteHash"
>
<time-ago-tooltip
:time=
"createdAt"
tooltip-placement=
"bottom"
/>
</a>
</template>
<i
class=
"fa fa-spinner fa-spin editing-spinner"
aria-label=
"Comment is being updated"
aria-hidden=
"true"
></i>
</span>
</div>
</template>
app/assets/stylesheets/pages/notes.scss
View file @
b908ba0b
...
...
@@ -283,8 +283,6 @@ $note-form-margin-left: 72px;
}
.system-note-message
{
display
:
inline
;
&
:
:
first-letter
{
text-transform
:
lowercase
;
}
...
...
@@ -607,12 +605,6 @@ $note-form-margin-left: 72px;
}
.note-headline-meta
{
display
:
inline-block
;
.system-note-message
{
white-space
:
normal
;
}
.system-note-separator
{
color
:
$gl-text-color-disabled
;
}
...
...
app/views/shared/notes/_note.html.haml
View file @
b908ba0b
...
...
@@ -36,14 +36,13 @@
=
user_status
(
note
.
author
)
%span
.note-headline-light
=
note
.
author
.
to_reference
%span
.note-headline-light
%span
.note-headline-meta
-
if
note
.
system
%span
.system-note-message
=
markdown_field
(
note
,
:note
)
%span
.system-note-separator
·
%a
.system-note-separator
{
href:
"##{dom_id(note)}"
}=
time_ago_with_tooltip
(
note
.
created_at
,
placement:
'bottom'
,
html_class:
'note-created-ago'
)
%span
.note-headline-light.note-headline-meta
-
if
note
.
system
%span
.system-note-message
=
markdown_field
(
note
,
:note
)
%span
.system-note-separator
·
%a
.system-note-separator
{
href:
"##{dom_id(note)}"
}=
time_ago_with_tooltip
(
note
.
created_at
,
placement:
'bottom'
,
html_class:
'note-created-ago'
)
-
unless
note
.
system?
.note-actions
-
if
note
.
for_personal_snippet?
...
...
changelogs/unreleased/58789-some-system-notes-on-issuable-are-folded-on-mobile.yml
0 → 100644
View file @
b908ba0b
---
title
:
Keep inline as much as possible in system notes on issuable
merge_request
:
25968
author
:
Takuya Noguchi
type
:
fixed
changelogs/unreleased/gitaly-version-v1.28.0.yml
0 → 100644
View file @
b908ba0b
---
title
:
Upgrade to Gitaly v1.28.0
merge_request
:
26026
author
:
type
:
changed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment