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
195d27fd
Commit
195d27fd
authored
May 03, 2017
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add explicit requires to bin/elastic_repo_indexer
parent
3d2a3230
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
bin/elastic_repo_indexer
bin/elastic_repo_indexer
+10
-0
No files found.
bin/elastic_repo_indexer
View file @
195d27fd
...
...
@@ -3,14 +3,24 @@
require
'rubygems'
require
'bundler/setup'
require
'json'
require
'active_model'
require
'active_support'
require
'active_support/core_ext'
require
'benchmark'
$:
<<
File
.
expand_path
(
'../lib'
,
File
.
dirname
(
__FILE__
))
require
'linguist'
require
'open3'
require
'rugged'
require
'gitlab/elastic/client'
require
'elasticsearch/model'
require
'elasticsearch/git'
require
'elasticsearch/git/encoder_helper'
require
'elasticsearch/git/lite_blob'
require
'elasticsearch/git/model'
require
'elasticsearch/git/repository'
Thread
.
abort_on_exception
=
true
...
...
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