summaryrefslogtreecommitdiff
path: root/lib/gitlab/search_results.rb
Commit message (Expand)AuthorAgeFilesLines
* move users method to public sectionAlexis Reigel2019-03-141-6/+6
* check ability for user search resultsAlexis Reigel2019-03-141-0/+2
* move ability check from service class to viewAlexis Reigel2019-03-141-2/+0
* add users search results to global searchAlexis Reigel2019-03-141-0/+14
* Optimized file search to work without limitsJan Provaznik2018-12-061-36/+0
* Allow search results to accept project_idadd-language-param-to-highlightMark Chao2018-10-301-1/+6
* Allow FoundBlob to access language from gitattributesMark Chao2018-10-301-6/+5
* Move :plain option to Highlight classMark Chao2018-10-301-4/+0
* Add BlobPresenter for highlightingMark Chao2018-10-301-0/+5
* Add access to Blob's language from gitattributesMark Chao2018-10-301-0/+6
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+16
* Fix code and wiki search results when filename is non-ASCIISean McGivern2018-03-121-2/+2
* Use limited count queries also for scoped searchesJan Provaznik2018-03-051-16/+0
* Fix code search results with non-ASCII data43531-500-error-searching-wiki-incompatible-character-encodings-utf-8-and-ascii-8bitSean McGivern2018-02-281-1/+3
* API - Include project in commits&blobs search resultsJarka Kadlecová2018-02-141-1/+2
* Support search in APIJarka Kadlecová2018-02-061-6/+4
* 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