summaryrefslogtreecommitdiff
path: root/lib/gitlab/project_search_results.rb
Commit message (Expand)AuthorAgeFilesLines
* Use limited count queries also for scoped searchesJan Provaznik2018-03-051-7/+22
* API - Include project in commits&blobs search resultsJarka Kadlecová2018-02-141-2/+3
* Return only limited pagination headers for search API endpointsJarka Kadlecová2018-02-061-2/+2
* Support search in APIJarka Kadlecová2018-02-061-3/+4
* Use limit for search count queriessearch-100Jan Provaznik2018-01-231-1/+1
* Fix project search results for digits surrounded by colonsSean McGivern2018-01-161-9/+4
* fix for special charecter in file nameshaseeb2017-11-301-2/+5
* Backport FileFinder from EEbackport_file_filder_from_eeValery Sizov2017-05-121-17/+1
* Merge branch '31157-respect-project-features-in-wiki-search' into 'security' Douwe Maan2017-05-101-0/+4
* Fix blob highlighting in searchNick Thomas2017-04-031-1/+1
* Search feature: redirects to commit page if query is commit sha and only comm...YarNayar2017-01-241-1/+9
* Allows to search within project by commit's hashYarNayar2017-01-241-1/+19
* Merge branch 'jej-note-search-uses-finder' into 'security' Douwe Maan2016-12-151-1/+1
* Search for a filename in a project23117-search-for-a-filename-in-a-projectValery Sizov2016-11-161-2/+49
* Faster searchfaster_project_searchValery Sizov2016-11-081-18/+12
* Refactoring find_commits functionalityValery Sizov2016-10-201-5/+1
* Clean up search result classesclean_up_search_classesValery Sizov2016-09-061-5/+0
* Confidential notes data leakValery Sizov2016-05-311-1/+1
* Restrict access to confidential issues on search resultsDouglas Barbosa Alexandre2016-03-171-1/+2
* Added ProjectSearchResults#project_ids_relationYorick Peterse2016-03-111-0/+4
* Refactor Gitlab::ProjectSearchResultsYorick Peterse2016-03-111-7/+3
* Fix commits search for empty repositoryDmitriy Zaporozhets2015-11-031-1/+5
* Refactor search by commits messageolhado/gitlab-ce-commit-searchDmitriy Zaporozhets2015-11-021-1/+1
* Trying to incorporate suggestions from comments on Merge Request 1661Michael Chmielewski2015-10-281-1/+1
* Add support for searching commit log messagesJonathan Schoeffling2015-10-281-1/+11
* Fix issue #3055 (project search with unmatched parentheses)dirceu/gitlab-ce-fix-project-search-with-unmatched-parenthesesDirceu Pereira Tiegs2015-10-211-1/+1
* Revert "No need to check if `repository_ref` is present"Jeroen van Baarsen2015-06-091-1/+5
* No need to check if `repository_ref` is presentzenati2015-06-081-5/+1
* Don't include system notes in issue/MR comment count.notes-count-without-systemDouwe Maan2015-03-231-1/+1
* Fix 500 error on empty search in projectDmitriy Zaporozhets2014-09-251-2/+2
* Fix wikiuse-more-ruggedDmitriy Zaporozhets2014-09-251-4/+8
* Prevent 500 error when search wiki for non-existing repoDmitriy Zaporozhets2014-09-091-4/+9
* Fixed trailing white spaceRalf Seidler2014-09-061-1/+1
* Fixed houndci complaining over too long linesRalf Seidler2014-09-061-2/+4
* Added search wiki featureRalf Seidler2014-09-051-1/+15
* Fix testsDmitriy Zaporozhets2014-08-271-1/+1
* Pass scope and page to Gitlab::SearchResults#objects instead of initializeDmitriy Zaporozhets2014-08-271-12/+2
* Search results libraries addedDmitriy Zaporozhets2014-08-261-0/+62