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
65767695
Commit
65767695
authored
Oct 16, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Gitlab::BlobHelper load dependencies for elastic_repo_indexer
parent
2dc3c86d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
bin/elastic_repo_indexer
bin/elastic_repo_indexer
+3
-0
No files found.
bin/elastic_repo_indexer
View file @
65767695
...
...
@@ -7,12 +7,15 @@ require 'active_model'
require
'active_support'
require
'active_support/core_ext'
require
'benchmark'
require
'charlock_holmes'
$:
<<
File
.
expand_path
(
'../lib'
,
__dir__
)
$:
<<
File
.
expand_path
(
'../ee/lib'
,
__dir__
)
require
'open3'
require
'rugged'
require
'gitlab/blob_helper'
require
'gitlab/elastic/client'
require
'elasticsearch/model'
require
'elasticsearch/git'
...
...
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