1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-06 04:23:43 -04:00
gitea/services/repository
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
..
archiver Move more functions to db.Find (#28419) 2024-01-15 02:19:25 +00:00
files Adjust object format interface (#28469) 2023-12-17 11:56:08 +00:00
adopt_test.go
adopt.go
avatar_test.go
avatar.go
branch.go Fix schedule tasks bugs (#28691) 2024-01-12 21:50:38 +00:00
cache.go Always enable caches (#28527) 2023-12-19 09:29:05 +00:00
check.go Adjust object format interface (#28469) 2023-12-17 11:56:08 +00:00
collaboration_test.go
collaboration.go
commit.go
create_test.go
create.go Adjust object format interface (#28469) 2023-12-17 11:56:08 +00:00
delete_test.go
delete.go
fork_test.go
fork.go
hooks.go
lfs_test.go Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods (#28220) 2023-12-07 15:27:36 +08:00
lfs.go Abstract hash function usage (#28138) 2023-12-13 21:02:00 +00:00
main_test.go
push.go Move more functions to db.Find (#28419) 2024-01-15 02:19:25 +00:00
repository_test.go
repository.go
review_test.go
review.go
setting.go Fix schedule tasks bugs (#28691) 2024-01-12 21:50:38 +00:00
template.go
transfer_test.go
transfer.go