-
- Downloads
Implemented code search feature
Showing
- .travis.yml 1 addition, 1 deletion.travis.yml
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 1 addition, 2 deletionsGemfile.lock
- app/contexts/search_context.rb 7 additions, 2 deletionsapp/contexts/search_context.rb
- app/controllers/search_controller.rb 1 addition, 0 deletionsapp/controllers/search_controller.rb
- app/models/project.rb 11 additions, 0 deletionsapp/models/project.rb
- app/views/layouts/_search.html.haml 10 additions, 1 deletionapp/views/layouts/_search.html.haml
- app/views/search/_result.html.haml 9 additions, 0 deletionsapp/views/search/_result.html.haml
- features/project/source/search_code.feature 9 additions, 0 deletionsfeatures/project/source/search_code.feature
- features/steps/project/project_search_code.rb 16 additions, 0 deletionsfeatures/steps/project/project_search_code.rb
- lib/gitlab/blob_snippet.rb 32 additions, 0 deletionslib/gitlab/blob_snippet.rb
Loading
| Loading
| @@ -23,7 +23,7 @@ gem 'omniauth-github' |
# Extracting information from a git repository | ||
# We cannot use original git since some bugs | ||
gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: '42297cdcee16284d2e4eff23d41377f52fc28b9d' | ||
gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git' | ||
gem 'gitlab_git', '~> 1.0.6' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
Loading
| Loading
|
features/project/source/search_code.feature
0 → 100644
lib/gitlab/blob_snippet.rb
0 → 100644
Please register or sign in to comment