summaryrefslogtreecommitdiff
path: root/lib/api/search.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-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 titlesFrancisco Javier López2018-06-041-3/+1
|
* Optional '/-/' delimiter for search APIJan Provaznik2018-03-191-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 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