0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-19 03:03:58 +01:00
gitea/models/repo
wxiaoguang 81352542fd
Refactor context RefName and RepoAssignment (#33226)
The `ctx.Repo.RefName` was used to be a "short name", it causes a lot of
ambiguity.

This PR does some refactoring and use `RefFullName` to replace the
legacy `RefName`, and simplify RepoAssignment
2025-01-13 01:07:05 +00:00
..
archiver.go Refactor context RefName and RepoAssignment (#33226) 2025-01-13 01:07:05 +00:00
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
main_test.go
mirror.go
org_repo.go
pushmirror_test.go
pushmirror.go
redirect_test.go
redirect.go
release_test.go
release.go
repo_indexer.go
repo_list_test.go
repo_list.go
repo_test.go
repo_unit_test.go
repo_unit.go
repo.go
search.go
star_test.go
star.go
topic_test.go
topic.go
transfer.go
update.go
upload.go
user_repo_test.go
user_repo.go
watch_test.go
watch.go
wiki_test.go
wiki.go