-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'search-100' into 'master'
Use limit for search count queries See merge request gitlab-org/gitlab-ce!16502
No related branches found
No related tags found
Showing
- app/finders/issues_finder.rb 10 additions, 1 deletionapp/finders/issues_finder.rb
- app/helpers/search_helper.rb 4 additions, 0 deletionsapp/helpers/search_helper.rb
- app/views/search/_category.html.haml 4 additions, 5 deletionsapp/views/search/_category.html.haml
- app/views/search/_results.html.haml 3 additions, 2 deletionsapp/views/search/_results.html.haml
- changelogs/unreleased/40540-use-limit-for-global-search.yml 5 additions, 0 deletionschangelogs/unreleased/40540-use-limit-for-global-search.yml
- db/migrate/20180115201419_add_index_updated_at_to_issues.rb 15 additions, 0 deletionsdb/migrate/20180115201419_add_index_updated_at_to_issues.rb
- db/schema.rb 2 additions, 1 deletiondb/schema.rb
- lib/api/v3/projects.rb 1 addition, 1 deletionlib/api/v3/projects.rb
- lib/gitlab/project_search_results.rb 1 addition, 1 deletionlib/gitlab/project_search_results.rb
- lib/gitlab/search_results.rb 48 additions, 18 deletionslib/gitlab/search_results.rb
- lib/gitlab/snippet_search_results.rb 1 addition, 1 deletionlib/gitlab/snippet_search_results.rb
- spec/features/global_search_spec.rb 1 addition, 1 deletionspec/features/global_search_spec.rb
- spec/lib/gitlab/search_results_spec.rb 58 additions, 0 deletionsspec/lib/gitlab/search_results_spec.rb
Please register or sign in to comment