0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-14 20:34:07 +01:00
gitea/models/repo
Lunny Xiao 1887c75c35
Only query team tables if repository is under org when getting assignees (#32414)
It's unnecessary to query the team table if the repository is not under
organization when getting assignees.
2024-11-05 07:13:52 +00:00
..
archiver.go
attachment_test.go
attachment.go
avatar_test.go
avatar.go
collaboration_test.go
collaboration.go
fork_test.go
fork.go
git.go
issue.go
language_stats.go
license.go Support repo license (#24872) 2024-10-01 15:25:08 -04:00
main_test.go
mirror.go
pushmirror_test.go
pushmirror.go
redirect_test.go
redirect.go
release_test.go Add tag name in the commits list (#31082) 2024-08-19 17:04:06 +00:00
release.go Included tag search capabilities (#32045) 2024-09-18 02:33:11 +08:00
repo_indexer.go
repo_list_test.go Allow code search by filename (#32210) 2024-10-11 23:35:04 +00:00
repo_list.go bump to go 1.23 (#31855) 2024-09-10 02:23:07 +00:00
repo_test.go
repo_unit_test.go
repo_unit.go
repo.go
search.go
star_test.go
star.go
topic_test.go
topic.go
update.go
upload.go
user_repo_test.go
user_repo.go Only query team tables if repository is under org when getting assignees (#32414) 2024-11-05 07:13:52 +00:00
watch_test.go
watch.go
wiki_test.go
wiki.go