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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
7ed005a5
Commit
7ed005a5
authored
Feb 28, 2018
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused filtered_search webpack bundle
parent
77926bc2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
app/assets/javascripts/filtered_search/filtered_search_bundle.js
...ets/javascripts/filtered_search/filtered_search_bundle.js
+0
-10
config/webpack.config.js
config/webpack.config.js
+0
-1
spec/javascripts/test_bundle.js
spec/javascripts/test_bundle.js
+0
-1
No files found.
app/assets/javascripts/filtered_search/filtered_search_bundle.js
deleted
100644 → 0
View file @
77926bc2
import
'
./dropdown_emoji
'
;
import
'
./dropdown_hint
'
;
import
'
./dropdown_non_user
'
;
import
'
./dropdown_user
'
;
import
'
./dropdown_utils
'
;
import
'
./filtered_search_dropdown_manager
'
;
import
'
./filtered_search_dropdown
'
;
import
'
./filtered_search_manager
'
;
import
'
./filtered_search_tokenizer
'
;
import
'
./filtered_search_visual_tokens
'
;
config/webpack.config.js
View file @
7ed005a5
...
...
@@ -46,7 +46,6 @@ function generateEntries() {
balsamiq_viewer
:
'
./blob/balsamiq_viewer.js
'
,
cycle_analytics
:
'
./cycle_analytics/cycle_analytics_bundle.js
'
,
environments
:
'
./environments/environments_bundle.js
'
,
filtered_search
:
'
./filtered_search/filtered_search_bundle.js
'
,
monitoring
:
'
./monitoring/monitoring_bundle.js
'
,
mr_notes
:
'
./mr_notes/index.js
'
,
notebook_viewer
:
'
./blob/notebook_viewer.js
'
,
...
...
spec/javascripts/test_bundle.js
View file @
7ed005a5
...
...
@@ -126,7 +126,6 @@ if (process.env.BABEL_ENV === 'coverage') {
'
./diff_notes/components/resolve_count.js
'
,
'
./dispatcher.js
'
,
'
./environments/environments_bundle.js
'
,
'
./filtered_search/filtered_search_bundle.js
'
,
'
./graphs/graphs_bundle.js
'
,
'
./issuable/time_tracking/time_tracking_bundle.js
'
,
'
./main.js
'
,
...
...
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