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
3ac0fa9d
Commit
3ac0fa9d
authored
Apr 11, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
9098acf8
fac27e4a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
3 deletions
+13
-3
GITLAB_WORKHORSE_VERSION
GITLAB_WORKHORSE_VERSION
+1
-1
app/assets/javascripts/diffs/constants.js
app/assets/javascripts/diffs/constants.js
+1
-1
changelogs/unreleased/60304-long-file-names-in-mr-diffs-cause-horizontal-scrolling.yml
...ong-file-names-in-mr-diffs-cause-horizontal-scrolling.yml
+5
-0
changelogs/unreleased/fj-bump-workhorse-version-8-6-0.yml
changelogs/unreleased/fj-bump-workhorse-version-8-6-0.yml
+5
-0
spec/frontend/clusters/clusters_bundle_spec.js
spec/frontend/clusters/clusters_bundle_spec.js
+1
-1
No files found.
GITLAB_WORKHORSE_VERSION
View file @
3ac0fa9d
8.
5.1
8.
6.0
app/assets/javascripts/diffs/constants.js
View file @
3ac0fa9d
...
...
@@ -49,4 +49,4 @@ export const TYPE_KEY = 'type';
export
const
LEFT_LINE_KEY
=
'
left
'
;
export
const
CENTERED_LIMITED_CONTAINER_CLASSES
=
'
container-limited limit-container-width mx-auto px-3
'
;
'
container-limited limit-container-width mx-
lg-
auto px-3
'
;
changelogs/unreleased/60304-long-file-names-in-mr-diffs-cause-horizontal-scrolling.yml
0 → 100644
View file @
3ac0fa9d
---
title
:
Fix long file header names bug in diffs
merge_request
:
27233
author
:
type
:
fixed
changelogs/unreleased/fj-bump-workhorse-version-8-6-0.yml
0 → 100644
View file @
3ac0fa9d
---
title
:
Update GitLab Workhorse to v8.6.0
merge_request
:
27260
author
:
type
:
fixed
spec/frontend/clusters/clusters_bundle_spec.js
View file @
3ac0fa9d
...
...
@@ -12,7 +12,7 @@ import { setTestTimeout } from 'helpers/timeout';
import
$
from
'
jquery
'
;
describe
(
'
Clusters
'
,
()
=>
{
setTestTimeout
(
5
00
);
setTestTimeout
(
10
00
);
let
cluster
;
let
mock
;
...
...
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