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
506717d0
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
app/assets/javascripts/dispatcher.js
app/assets/javascripts/dispatcher.js
+1
-2
app/assets/javascripts/pages/ci/lints/ci_lint_editor.js
app/assets/javascripts/pages/ci/lints/ci_lint_editor.js
+0
-0
app/assets/javascripts/pages/ci/lints/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