-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
type/enhancementAn improvement of existing functionalityAn improvement of existing functionality
Description
Description
These are currently randomly sorted. Can they be updated to be sorted in reverse chronological order, i.e. the same as the Web UI?
gitea/routers/api/v1/repo/action.go
Lines 562 to 565 in ec771fd
tasks, total, err := db.FindAndCount[actions_model.ActionTask](ctx, &actions_model.FindTaskOptions{ | |
ListOptions: utils.GetListOptions(ctx), | |
RepoID: ctx.Repo.Repository.ID, | |
}) |
Gitea Version
1.22.0+rc1-106-gedbf74c418
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Via the helm chart
Database
None
Metadata
Metadata
Assignees
Labels
type/enhancementAn improvement of existing functionalityAn improvement of existing functionality