summaryrefslogtreecommitdiff
path: root/app/services/search
Commit message (Expand)AuthorAgeFilesLines
* add feature flag for users searchAlexis Reigel2019-03-142-2/+8
* add users search results to group scoped searchAlexis Reigel2019-03-141-0/+6
* add users search results to project scoped searchAlexis Reigel2019-03-141-1/+1
* add users search results to global searchAlexis Reigel2019-03-141-1/+1
* Reduce diff with EE in Search::GlobalServiceRémy Coutable2019-02-051-4/+10
* Whitelist none method from ActiveRecord::Queryingda-rubocop-whitelist-active-record-noneDouglas Barbosa Alexandre2018-10-311-2/+0
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Enable more frozen string in app/services/**/*.rbgfyoung2018-07-184-0/+8
* Skip projects filter on merge requests searchjprovazn-searchJan Provaznik2017-12-212-1/+5
* Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-101-1/+1
* Refactor group search out of global searchNick Thomas2017-04-182-7/+22
* ProjectsFinder should handle more optionsJacopo2017-04-061-1/+1
* Backport differences in global search from EE to CENick Thomas2017-04-041-1/+5
* Refactor SearchController#showDongqing Hu2017-03-313-0/+12
* Improve search within group logicDmitriy Zaporozhets2017-01-301-2/+1
* Include nested groups items into search resultsDmitriy Zaporozhets2017-01-301-1/+5
* Restrict access to confidential issues on search resultsDouglas Barbosa Alexandre2016-03-172-2/+3
* Refactor Gitlab::ProjectSearchResultsYorick Peterse2016-03-111-1/+1
* Refactor Gitlab::SnippetSearchResultsYorick Peterse2016-03-111-2/+3
* Refactor Gitlab::SearchResultsYorick Peterse2016-03-111-2/+1
* An `in_namespace` scope is already presentzenati2015-06-091-1/+1
* Adding in snippet search functionalityCharles Bushong2014-08-291-0/+14
* Implement search page with filtering of results and paginationDmitriy Zaporozhets2014-08-272-52/+4
* fix searching on empty project, prevent 500Robert Schilling2014-08-111-1/+7
* Merge pull request #5531 from NotSqrt/add-searchDmitriy Zaporozhets2014-06-242-2/+5
|\
| * Update ability to search in issue descriptions and commentsNotSqrt2014-05-152-2/+5
* | Refactor some search scopes to prevent wierd behaviour and PG::Error issuesDmitriy Zaporozhets2014-06-051-1/+1
|/
* Remove confusing codeDmitriy Zaporozhets2014-03-141-3/+1
* Fix global searchDmitriy Zaporozhets2014-03-141-1/+2
* Allow access to groups with public projects.Jason Hollingsworth2014-02-201-5/+1
* Remove deprecated findersskv2014-01-191-1/+1
* Move all Context classes into ServicesDmitriy Zaporozhets2014-01-162-0/+77