]> source.dussan.org Git - gitea.git/commit
Refactor topic Find functions and add more tests for pagination (#30127) (#30167)
authorGiteabot <teabot@gitea.io>
Fri, 29 Mar 2024 17:09:40 +0000 (01:09 +0800)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2024 17:09:40 +0000 (18:09 +0100)
commitaf81b73d833bdc3ecfcc4112be0a3d85a3313dc5
treef97ad03e424978f985d63b8eda018b8af55a54e9
parent40cdc84b368cce8328b4b49ea5ecf1c5fa040300
Refactor topic Find functions and add more tests for pagination (#30127) (#30167)

Backport #30127 by @lunny

This also fixed #22238

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
models/repo/topic.go
models/repo/topic_test.go
routers/api/v1/repo/topic.go
routers/web/explore/topic.go
routers/web/repo/view.go
tests/integration/api_repo_topic_test.go
tests/integration/repo_topic_test.go