0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-26 03:34:28 +01:00
gitea/routers/web/admin
Lunny Xiao df1e7d0067
Use db.Find instead of writing methods for every object (#28084)
For those simple objects, it's unnecessary to write the find and count
methods again and again.
2023-11-24 03:49:41 +00:00
..
admin.go
admin_test.go
applications.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
auths.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
config.go
diagnosis.go
emails.go
hooks.go
main_test.go
notice.go
orgs.go Allow to set explore page default sort (#27951) 2023-11-09 10:11:45 +00:00
packages.go
queue.go
queue_tester.go
repos.go
runners.go
stacktrace.go
users.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
users_test.go