-
- Downloads
There was a problem fetching the pipeline summary.
ES: search through the wiki blobs
parent
568c18ff
No related branches found
No related tags found
Pipeline #
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 10 additions, 14 deletionsGemfile.lock
- app/elastic/repositories_search.rb 2 additions, 9 deletionsapp/elastic/repositories_search.rb
- app/elastic/wiki_repositories_search.rb 31 additions, 0 deletionsapp/elastic/wiki_repositories_search.rb
- app/models/project.rb 4 additions, 0 deletionsapp/models/project.rb
- app/models/project_wiki.rb 3 additions, 0 deletionsapp/models/project_wiki.rb
- app/views/search/results/_wiki_blob.html.haml 1 addition, 1 deletionapp/views/search/results/_wiki_blob.html.haml
- lib/gitlab/elastic/project_search_results.rb 8 additions, 15 deletionslib/gitlab/elastic/project_search_results.rb
- lib/tasks/gitlab/elastic.rake 5 additions, 0 deletionslib/tasks/gitlab/elastic.rake
Loading
| Loading
| @@ -97,7 +97,7 @@ gem "seed-fu", '~> 2.3.5' |
# Search | ||
gem 'elasticsearch-model' | ||
gem 'elasticsearch-rails' | ||
gem 'gitlab-elasticsearch-git', path: '../elasticsearch-git', require: "elasticsearch/git" | ||
gem 'gitlab-elasticsearch-git', require: "elasticsearch/git" | ||
# Markdown and HTML processing | ||
gem 'html-pipeline', '~> 1.11.0' | ||
Loading
| Loading
|
app/elastic/wiki_repositories_search.rb
0 → 100644
Please register or sign in to comment