You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Allen Wild c40f5d2d4c api: repos/search: add parameters to control the sort order (#3964)
The backend SearchRepositoryByName function supports several sort order
options, hook these up to the /repos/search API.

New parameters for /repos/search:
    'sort':  alpha, created, updated, size, or id
    'order': asc or desc

'sort' defaults to alpha.
'order' defaults to ascending, and is ignored if 'sort' is not specified.
The overall default behavior is unchanged (alphabetically ascending).

This partially implements issue #3963

Signed-off-by: Allen Wild <allenwild93@gmail.com>
6 years ago
..
admin Cleanup models.User.HashPassword (#3334) 7 years ago
convert Populate URL field of API commits (#3546) 6 years ago
misc Swagger.v1.json template (#3572) 6 years ago
org Fixes repo membership check in API (#4341) 6 years ago
repo api: repos/search: add parameters to control the sort order (#3964) 6 years ago
swagger Issue due date api (#3890) 6 years ago
user Respect email privacy option in user search via API (#4512) 6 years ago
utils Add more webhooks support and refactor webhook templates directory (#3929) 6 years ago
api.go Swagger.v1.json template (#3572) 6 years ago