This website requires JavaScript.
Explore
Gists
Help
Sign In
Gitea-John71
/
Gitea
Watch
2
Star
0
Fork
0
You've already forked Gitea
mirror of
https://github.com/go-gitea/gitea.git
synced
2026-09-21 03:13:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5b2bbf1a1f2527b75d8a64bc36ea735cd19c0efa
Gitea
/
routers
/
api
/
v1
/
org
T
History
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
..
action.go
Use db.Find instead of writing methods for every object (
#28084
)
2023-11-24 03:49:41 +00:00
avatar.go
…
hook.go
…
label.go
…
member.go
Replace more db.DefaultContext (
#27628
)
2023-10-15 17:46:06 +02:00
org.go
Use db.Find instead of writing methods for every object (
#28084
)
2023-11-24 03:49:41 +00:00
team.go
…