BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
506717d0
Unverified
Commit
506717d0
authored
Jan 08, 2018
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added ci:lints import to dispatcher
parent
89fd1626
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
dispatcher.js
app/assets/javascripts/dispatcher.js
+1
-2
ci_lint_editor.js
app/assets/javascripts/pages/ci/lints/ci_lint_editor.js
+0
-0
index.js
app/assets/javascripts/pages/ci/lints/index.js
+3
-0
No files found.
app/assets/javascripts/dispatcher.js
View file @
506717d0
...
...
@@ -13,7 +13,6 @@ import groupAvatar from './group_avatar';
import
GroupLabelSubscription
from
'./group_label_subscription'
;
import
LineHighlighter
from
'./line_highlighter'
;
import
BuildArtifacts
from
'./build_artifacts'
;
import
CILintEditor
from
'./ci_lint_editor'
;
import
groupsSelect
from
'./groups_select'
;
import
Search
from
'./search'
;
import
initAdmin
from
'./admin'
;
...
...
@@ -539,7 +538,7 @@ import Activities from './activities';
break
;
case
'ci:lints:create'
:
case
'ci:lints:show'
:
new
CILintEditor
(
);
import
(
'./pages/ci/lints'
).
then
(
m
=>
m
.
default
()).
catch
(
fail
);
break
;
case
'users:show'
:
import
(
'./pages/users/show'
).
then
(
callDefault
).
catch
(
fail
);
...
...
app/assets/javascripts/ci_lint_editor.js
→
app/assets/javascripts/
pages/ci/lints/
ci_lint_editor.js
View file @
506717d0
File moved
app/assets/javascripts/pages/ci/lints/index.js
0 → 100644
View file @
506717d0
import
CILintEditor
from
'./ci_lint_editor'
;
export
default
()
=>
new
CILintEditor
();
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