]> source.dussan.org Git - gitea.git/commit
Fix order by parameter (#19849)
authorLunny Xiao <xiaolunwen@gmail.com>
Sat, 4 Jun 2022 19:18:50 +0000 (03:18 +0800)
committerGitHub <noreply@github.com>
Sat, 4 Jun 2022 19:18:50 +0000 (20:18 +0100)
commit12c742f8dc25e4148c44d1265d119c35f161bf74
tree0c35f1de4cf7bdea1dfc8b03468f3616d0c82796
parent449ea6005fb613212102126ff267f5c16f7c40b8
Fix order by parameter (#19849)

Upgrade builder to v0.3.11
Upgrade xorm to v1.3.1 and fixed some hidden bugs.

Replace #19821
Replace #19834
Included #19850

Co-authored-by: zeripath <art27@cantab.net>
19 files changed:
go.mod
go.sum
integrations/api_admin_test.go
integrations/api_keys_test.go
integrations/api_releases_test.go
integrations/api_repo_test.go
models/action.go
models/asymkey/ssh_key.go
models/asymkey/ssh_key_deploy.go
models/asymkey/ssh_key_fingerprint.go
models/consistency.go
models/db/engine.go
models/issue.go
models/migrations/v151.go
models/migrations/v165.go
models/migrations/v179.go
models/migrations/v205.go
models/repo_collaboration.go
models/repo_list.go