-
- Downloads
Merge branch '24833-Allow-to-search-by-commit-hash-within-project' into 'master'
Allows to search within project by commit's hash #24833 Closes #24833 See merge request !8028
No related branches found
No related tags found
Showing
- app/controllers/search_controller.rb 14 additions, 0 deletionsapp/controllers/search_controller.rb
- app/models/commit.rb 8 additions, 3 deletionsapp/models/commit.rb
- changelogs/unreleased/24833-Allow-to-search-by-commit-hash-within-project.yml 4 additions, 0 deletions...d/24833-Allow-to-search-by-commit-hash-within-project.yml
- changelogs/unreleased/redirect-to-commit-when-only-commit-found.yml 5 additions, 0 deletions.../unreleased/redirect-to-commit-when-only-commit-found.yml
- lib/gitlab/project_search_results.rb 27 additions, 1 deletionlib/gitlab/project_search_results.rb
- lib/gitlab/search_results.rb 4 additions, 0 deletionslib/gitlab/search_results.rb
- spec/features/search_spec.rb 40 additions, 0 deletionsspec/features/search_spec.rb
- spec/lib/gitlab/project_search_results_spec.rb 115 additions, 0 deletionsspec/lib/gitlab/project_search_results_spec.rb
- spec/models/commit_spec.rb 18 additions, 0 deletionsspec/models/commit_spec.rb
Please register or sign in to comment