]> source.dussan.org Git - gitea.git/commit
Get repo list with OrderBy alpha should respect owner too (#30784)
author6543 <6543@obermui.de>
Mon, 6 May 2024 14:36:02 +0000 (16:36 +0200)
committerGitHub <noreply@github.com>
Mon, 6 May 2024 14:36:02 +0000 (16:36 +0200)
commit8e8ca6c6530e49e39f970bdfa84716ffda8973d0
treee766bcacc3413c4728416f99a3d9a2f20d42ad0c
parenteda10cc2bb229a6b13ace76caea118384b381429
Get repo list with OrderBy alpha should respect owner too (#30784)

instead of:
- zowner/gcode
- awesome/nul
- zowner/nul
- zowner/zzz

we will get:
- awesome/nul
- zowner/gcode
- zowner/nul
- zowner/zzz
models/repo/search.go