-
- Downloads
There was an error fetching the commit references. Please try again later.
elastic: almost all integrated exept view logic
Showing
- Gemfile 4 additions, 0 deletionsGemfile
- Gemfile.lock 26 additions, 0 deletionsGemfile.lock
- app/controllers/search_controller.rb 2 additions, 2 deletionsapp/controllers/search_controller.rb
- app/elastic/application_search.rb 4 additions, 4 deletionsapp/elastic/application_search.rb
- app/elastic/groups_search.rb 1 addition, 1 deletionapp/elastic/groups_search.rb
- app/elastic/issues_search.rb 1 addition, 1 deletionapp/elastic/issues_search.rb
- app/elastic/merge_requests_search.rb 1 addition, 1 deletionapp/elastic/merge_requests_search.rb
- app/elastic/projects_search.rb 1 addition, 1 deletionapp/elastic/projects_search.rb
- app/elastic/repositories_search.rb 0 additions, 38 deletionsapp/elastic/repositories_search.rb
- app/elastic/users_search.rb 1 addition, 1 deletionapp/elastic/users_search.rb
- app/models/repository.rb 0 additions, 2 deletionsapp/models/repository.rb
- app/services/search_service.rb 12 additions, 34 deletionsapp/services/search_service.rb
- config/gitlab.yml.example 5 additions, 0 deletionsconfig/gitlab.yml.example
Loading
| Loading
| @@ -94,6 +94,10 @@ gem "six", '~> 0.2.0' |
# Seed data | ||
gem "seed-fu", '~> 2.3.5' | ||
# Search | ||
gem 'elasticsearch-model', github: 'elasticsearch/elasticsearch-rails', ref: '88b6597e47c9f45024b603faeddb0a85b47e1fce' | ||
gem 'elasticsearch-rails', github: 'elasticsearch/elasticsearch-rails' | ||
# Markdown and HTML processing | ||
gem 'html-pipeline', '~> 1.11.0' | ||
gem 'task_list', '~> 1.0.2', require: 'task_list/railtie' | ||
Loading
| Loading
|
app/elastic/repositories_search.rb
deleted
100644 → 0
Please register or sign in to comment