summaryrefslogtreecommitdiff
path: root/lib/gitlab/search_results.rb
Commit message (Expand)AuthorAgeFilesLines
* Use limit for search count queriessearch-100Jan Provaznik2018-01-231-18/+48
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Skip projects filter on issues searchjprovazn-search-issuesJan Provaznik2018-01-021-1/+4
* Skip projects filter on merge requests searchjprovazn-searchJan Provaznik2017-12-211-2/+13
* Drastically improve project search performance by no longer searching namespa...dm-project-search-performanceDouwe Maan2017-11-241-1/+1
* Fix blob highlighting in searchNick Thomas2017-04-031-0/+21
* Fix code for copsDouwe Maan2017-02-231-10/+12
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-6/+6
* Search feature: redirects to commit page if query is commit sha and only comm...YarNayar2017-01-241-0/+4
* Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-1/+1
* Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan2016-11-281-1/+1
* Clean up search result classesclean_up_search_classesValery Sizov2016-09-061-9/+0
* Restrict access to confidential issues on search resultsDouglas Barbosa Alexandre2016-03-171-3/+4
* Removed order from sub-query projects for searchYorick Peterse2016-03-111-1/+1
* Refactor Gitlab::SearchResultsYorick Peterse2016-03-111-9/+16
* Ability to search milestonesmilestone_searchValery Sizov2015-08-241-1/+13
* Add search issues/MR by numberNikita Verkhovin2015-05-181-2/+14
* Fix testsDmitriy Zaporozhets2014-08-271-1/+1
* Search by issue/mr title and descriptionDmitriy Zaporozhets2014-08-271-2/+2
* Pass scope and page to Gitlab::SearchResults#objects instead of initializeDmitriy Zaporozhets2014-08-271-9/+3
* Search results libraries addedDmitriy Zaporozhets2014-08-261-0/+75