summaryrefslogtreecommitdiff
path: root/lib/api/search.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-8/+10
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+6
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-11/+5
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+4
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+3
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+14
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-4/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* #46469 - Added ref querystring parameter to project search to allow searching...Lee Tickett2019-05-171-1/+2
* Apply suggestion to lib/api/search.rbAlexis Reigel2019-03-151-1/+1
* un-dry the search api scopeAlexis Reigel2019-03-141-12/+12
* return 400 on users search and feature is disabledAlexis Reigel2019-03-141-8/+11
* add feature flag for users searchAlexis Reigel2019-03-141-1/+8
* extract helper for search scope api paramAlexis Reigel2019-03-141-12/+12
* add users search to search apiAlexis Reigel2019-03-141-1/+2
* Refactor API::Search for EEYorick Peterse2019-03-041-9/+16
* Optimized file search to work without limitsJan Provaznik2018-12-061-6/+1
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-2/+2
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Add ability to search wiki titlesFrancisco Javier López2018-06-041-3/+1
* Optional '/-/' delimiter for search APIJan Provaznik2018-03-191-2/+2
* API - Include project in commits&blobs search resultsJarka Kadlecová2018-02-141-8/+4
* API - fix searching in group/project specified by path42937-search-api-fixJarka Kadlecová2018-02-091-4/+4
* Small code/doc changes41763-search-apiJarka Kadlecová2018-02-071-6/+12
* Return only limited pagination headers for search API endpointsJarka Kadlecová2018-02-061-2/+1
* Support search in APIJarka Kadlecová2018-02-061-0/+110