| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply suggestion to lib/api/search.rb | Alexis Reigel | 2019-03-15 | 1 | -1/+1 |
| | | |||||
| * | un-dry the search api scope | Alexis Reigel | 2019-03-14 | 1 | -12/+12 |
| | | | | | due to the usage in EE this attempt to more DRYness is not worth it. | ||||
| * | return 400 on users search and feature is disabled | Alexis Reigel | 2019-03-14 | 1 | -8/+11 |
| | | | | | | | as the params block is evaluated when loading the class and the db connection is not available yet we can't use the feature toggle inside that block. | ||||
| * | add feature flag for users search | Alexis Reigel | 2019-03-14 | 1 | -1/+8 |
| | | |||||
| * | extract helper for search scope api param | Alexis Reigel | 2019-03-14 | 1 | -12/+12 |
| | | |||||
| * | add users search to search api | Alexis Reigel | 2019-03-14 | 1 | -1/+2 |
| | | |||||
| * | Refactor API::Search for EE | Yorick Peterse | 2019-03-04 | 1 | -9/+16 |
| | | | | | | This refactors API::Search so that Enterprise Edition can more easily extend its functionality, without having to modify the file directly. | ||||
| * | Optimized file search to work without limits | Jan Provaznik | 2018-12-06 | 1 | -6/+1 |
| | | | | | | | | * removed 100 limit on file search results because we load all results anyway * expensive processing (parsing match content, utf encoding) is done only for selected page in paginated output | ||||
| * | Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routing | Imre Farkas | 2018-11-28 | 1 | -2/+2 |
| | | | | | | It also renames the API::PROJECT_ENDPOINT_REQUIREMENTS constant to API::NAMESPACE_OR_PROJECT_REQUIREMENTS | ||||
| * | Enable frozen string in lib/api and lib/backup | gfyoung | 2018-09-29 | 1 | -0/+2 |
| | | | | | | | | | | | Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190 | ||||
| * | Add ability to search wiki titles | Francisco Javier López | 2018-06-04 | 1 | -3/+1 |
| | | |||||
| * | Optional '/-/' delimiter for search API | Jan Provaznik | 2018-03-19 | 1 | -2/+2 |
| | | | | | | | | | | '/-/' delimiter is used only in UI, in API we don't use it for other endpoints. To align search endpoints with the rest of API endpoints, this patch makes '/-/' optional for existing endpoints (to keep backward compatibility). Documentation is updated to prefer paths without '/-/'. | ||||
| * | API - Include project in commits&blobs search results | Jarka Kadlecová | 2018-02-14 | 1 | -8/+4 |
| | | |||||
| * | API - fix searching in group/project specified by path42937-search-api-fix | Jarka Kadlecová | 2018-02-09 | 1 | -4/+4 |
| | | |||||
| * | Small code/doc changes41763-search-api | Jarka Kadlecová | 2018-02-07 | 1 | -6/+12 |
| | | |||||
| * | Return only limited pagination headers for search API endpoints | Jarka Kadlecová | 2018-02-06 | 1 | -2/+1 |
| | | |||||
| * | Support search in API | Jarka Kadlecová | 2018-02-06 | 1 | -0/+110 |
