0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-01 03:32:00 +01:00
gitea/services/convert
Lunny Xiao 70c4aad8e1
Move more functions to db.Find (#28419)
Following #28220

This PR move more functions to use `db.Find`.

---------

Co-authored-by: delvh <dev.lh@web.de>
2024-01-15 02:19:25 +00:00
..
activity.go
attachment.go Fix attachment download bug (#27486) 2023-10-10 15:33:56 +00:00
convert.go Fix convert.ToTeams on empty input (#28426) 2024-01-11 22:12:08 +00:00
git_commit_test.go Adjust object format interface (#28469) 2023-12-17 11:56:08 +00:00
git_commit.go Even more db.DefaultContext refactor (#27352) 2023-10-03 10:30:41 +00:00
issue_comment.go Even more db.DefaultContext refactor (#27352) 2023-10-03 10:30:41 +00:00
issue_test.go
issue.go Final round of db.DefaultContext refactor (#27587) 2023-10-14 08:37:24 +00:00
main_test.go
mirror.go Even more db.DefaultContext refactor (#27352) 2023-10-03 10:30:41 +00:00
notification.go Even more db.DefaultContext refactor (#27352) 2023-10-03 10:30:41 +00:00
package.go Fix package webhook (#27839) 2023-10-31 04:43:38 +00:00
pull_review.go Fix convert.ToTeams on empty input (#28426) 2024-01-11 22:12:08 +00:00
pull_test.go
pull.go Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
release_test.go
release.go
repository.go Move more functions to db.Find (#28419) 2024-01-15 02:19:25 +00:00
secret.go
status.go
user_test.go
user.go
utils_test.go
utils.go
wiki.go