0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-28 09:34:39 +01:00
gitea/services/repository
Lunny Xiao f62f68cbdd
Move team related functions to service layer (#32537)
There are still some functions under `models` after last big refactor
about `models`. This change will move all team related functions to
service layer with no code change.
2024-11-27 21:12:26 +00:00
..
archiver Add github compatible tarball download API endpoints (#32572) 2024-11-25 19:35:49 +00:00
commitstatus
files
adopt.go
adopt_test.go
avatar.go
avatar_test.go
branch.go
cache.go
check.go
collaboration.go Move team related functions to service layer (#32537) 2024-11-27 21:12:26 +00:00
collaboration_test.go
commit.go
contributors_graph.go
contributors_graph_test.go disable gravatar in test (#32529) 2024-11-21 04:30:48 +00:00
create.go Move team related functions to service layer (#32537) 2024-11-27 21:12:26 +00:00
delete.go Move team related functions to service layer (#32537) 2024-11-27 21:12:26 +00:00
delete_test.go
fork.go Refactor find forks and fix possible bugs that weak permissions check (#32528) 2024-11-18 03:06:25 +00:00
fork_test.go
generate.go
generate_test.go
hooks.go
init.go
lfs.go
lfs_test.go
license.go
license_test.go
main_test.go
migrate.go
push.go
repo_team.go Move team related functions to service layer (#32537) 2024-11-27 21:12:26 +00:00
repo_team_test.go Move team related functions to service layer (#32537) 2024-11-27 21:12:26 +00:00
repository.go
repository_test.go
setting.go
template.go
transfer.go Move team related functions to service layer (#32537) 2024-11-27 21:12:26 +00:00
transfer_test.go