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
16286c95
Commit
16286c95
authored
Nov 14, 2018
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-11-14
parents
8b9b1b71
7de16665
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
app/assets/stylesheets/pages/note_form.scss
app/assets/stylesheets/pages/note_form.scss
+1
-1
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+5
-1
doc/development/i18n/proofreader.md
doc/development/i18n/proofreader.md
+1
-0
qa/qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb
...owser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb
+2
-2
No files found.
app/assets/stylesheets/pages/note_form.scss
View file @
16286c95
...
...
@@ -241,7 +241,7 @@ table {
.discussion-reply-holder
{
background-color
:
$white-light
;
padding
:
10px
16px
;
border-radius
:
0
0
$border-radius-default
$border-radius-default
;
border-radius
:
0
0
3px
3px
;
&
.is-replying
{
padding-bottom
:
$gl-padding
;
...
...
app/assets/stylesheets/pages/notes.scss
View file @
16286c95
...
...
@@ -28,7 +28,7 @@ $note-form-margin-left: 72px;
}
.main-notes-list
{
@include
vertical-line
(
3
9
px
);
@include
vertical-line
(
3
6
px
);
}
.notes
{
...
...
@@ -499,6 +499,10 @@ $note-form-margin-left: 72px;
@include
vertical-line
(
52px
);
}
.notes_content
{
background-color
:
$white-light
;
}
.discussion-reply-holder
{
border-top
:
1px
solid
$border-color
;
}
...
...
doc/development/i18n/proofreader.md
View file @
16286c95
...
...
@@ -41,6 +41,7 @@ are very appreciative of the work done by translators and proofreaders!
-
Nikita Grylov -
[
GitLab
](
https://gitlab.com/nixel2007
)
,
[
Crowdin
](
https://crowdin.com/profile/nixel2007
)
-
Alexy Lustin -
[
GitLab
](
https://gitlab.com/allustin
)
,
[
Crowdin
](
https://crowdin.com/profile/lustin
)
-
Spanish
-
Pedro Garcia -
[
GitLab
](
https://gitlab.com/pedgarrod
)
,
[
Crowdin
](
https://crowdin.com/profile/breaking_pitt
)
-
Ukrainian
-
Volodymyr Sobotovych -
[
GitLab
](
https://gitlab.com/wheleph
)
,
[
Crowdin
](
https://crowdin.com/profile/wheleph
)
-
Andrew Vityuk -
[
GitLab
](
https://gitlab.com/3_1_3_u
)
,
[
Crowdin
](
https://crowdin.com/profile/andruwa13
)
...
...
qa/qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb
View file @
16286c95
...
...
@@ -10,7 +10,7 @@ module QA
let
(
:key_title
)
{
"key for ssh tests
#{
Time
.
now
.
to_f
}
"
}
let
(
:ssh_key
)
do
Factory
::
Resource
::
SSHKey
.
fabricate!
do
|
resource
|
Resource
::
SSHKey
.
fabricate!
do
|
resource
|
resource
.
title
=
key_title
end
end
...
...
@@ -38,7 +38,7 @@ module QA
it
'user pushes to the repository'
do
# Create a project to push to
project
=
Factory
::
Resource
::
Project
.
fabricate!
do
|
project
|
project
=
Resource
::
Project
.
fabricate!
do
|
project
|
project
.
name
=
'git-protocol-project'
end
...
...
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