gitea/models/repo
Jason Song a08b484549
Tag list should include draft releases with existing tags (#21263)
Before, a tag for a draft release disappeared in the tag list, fix #21262.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-10-03 20:05:53 +08:00
..
archiver.go
attachment.go
attachment_test.go
avatar.go
collaboration.go
collaboration_test.go
fork.go
fork_test.go
git.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
issue.go
language_stats.go
main_test.go
mirror.go In PushMirrorsIterate and MirrorsIterate if limit is negative do not set it (#20837) 2022-08-18 22:12:00 -04:00
pushmirror.go In PushMirrorsIterate and MirrorsIterate if limit is negative do not set it (#20837) 2022-08-18 22:12:00 -04:00
pushmirror_test.go
redirect.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00
redirect_test.go
release.go
repo.go Fix various typos (#21103) 2022-09-07 14:40:36 -04:00
repo_indexer.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
repo_list.go Only show relevant repositories on explore page (#19361) 2022-08-25 20:38:41 +02:00
repo_list_test.go
repo_test.go
repo_unit.go
star.go
star_test.go
topic.go
topic_test.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
update.go
upload.go
user_repo.go
user_repo_test.go
watch.go
watch_test.go
wiki.go
wiki_test.go