-
- Downloads
Add support for searching commit log messages
Include the log messages of recent commits in project-level search results, providing functionality similar to 'git log --grep'. Update repository model rspec tests to validate the output of Repository#commits_with_log_matching.
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/search_controller.rb 2 additions, 2 deletionsapp/controllers/search_controller.rb
- app/models/repository.rb 6 additions, 0 deletionsapp/models/repository.rb
- app/views/layouts/_search.html.haml 2 additions, 0 deletionsapp/views/layouts/_search.html.haml
- app/views/search/_category.html.haml 7 additions, 0 deletionsapp/views/search/_category.html.haml
- app/views/search/results/_commits.html.haml 32 additions, 0 deletionsapp/views/search/results/_commits.html.haml
- lib/gitlab/project_search_results.rb 11 additions, 1 deletionlib/gitlab/project_search_results.rb
- spec/models/repository_spec.rb 11 additions, 0 deletionsspec/models/repository_spec.rb
app/views/search/results/_commits.html.haml
0 → 100644
Please register or sign in to comment