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
565e4ee5
Commit
565e4ee5
authored
Feb 23, 2018
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'remove-issues-show' into 'master'
Remove issue_show webpack bundle See merge request gitlab-org/gitlab-ce!17326
parents
e966c6ae
b817fb5c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
index.js
app/assets/javascripts/pages/projects/issues/show/index.js
+1
-0
show.html.haml
app/views/projects/issues/show.html.haml
+0
-3
webpack.config.js
config/webpack.config.js
+0
-2
No files found.
app/assets/javascripts/pages/projects/issues/show/index.js
View file @
565e4ee5
...
...
@@ -3,6 +3,7 @@ import Issue from '~/issue';
import
ShortcutsIssuable
from
'~/shortcuts_issuable'
;
import
ZenMode
from
'~/zen_mode'
;
import
'~/notes/index'
;
import
'~/issue_show/index'
;
document
.
addEventListener
(
'DOMContentLoaded'
,
()
=>
{
new
Issue
();
// eslint-disable-line no-new
...
...
app/views/projects/issues/show.html.haml
View file @
565e4ee5
...
...
@@ -82,6 +82,3 @@
=
render
'projects/issues/discussion'
=
render
'shared/issuable/sidebar'
,
issuable:
@issue
=
webpack_bundle_tag
(
'common_vue'
)
=
webpack_bundle_tag
(
'issue_show'
)
config/webpack.config.js
View file @
565e4ee5
...
...
@@ -63,7 +63,6 @@ var config = {
environments_folder
:
'./environments/folder/environments_folder_bundle.js'
,
filtered_search
:
'./filtered_search/filtered_search_bundle.js'
,
help
:
'./help/help.js'
,
issue_show
:
'./issue_show/index.js'
,
locale
:
'./locale/index.js'
,
main
:
'./main.js'
,
merge_conflicts
:
'./merge_conflicts/merge_conflicts_bundle.js'
,
...
...
@@ -252,7 +251,6 @@ var config = {
'environments_folder'
,
'filtered_search'
,
'groups'
,
'issue_show'
,
'merge_conflicts'
,
'monitoring'
,
'notebook_viewer'
,
...
...
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