1
1
mirror of https://github.com/go-gitea/gitea synced 2024-09-29 15:54:06 +00:00
gitea/models/repo
6543 274c0aea2e
Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)
just some refactoring bits towards replacing **util.OptionalBool** with
**optional.Option[bool]**
2024-02-28 13:39:12 +08:00
..
archiver.go Add support for sha256 repositories (#23894) 2024-01-19 17:05:02 +01:00
attachment_test.go
attachment.go
avatar.go
collaboration_test.go
collaboration.go
fork_test.go
fork.go
git.go Add merge style fast-forward-only (#28954) 2024-02-12 23:37:23 +01:00
issue.go
language_stats.go
main_test.go
mirror.go
pushmirror_test.go
pushmirror.go Don't run push mirrors for archived repos (#27140) 2024-01-24 02:32:57 +00:00
redirect_test.go
redirect.go
release_test.go
release.go Let ctx.FormOptionalBool() return optional.Option[bool] (#29461) 2024-02-28 13:39:12 +08:00
repo_indexer.go Add support for sha256 repositories (#23894) 2024-01-19 17:05:02 +01:00
repo_list_test.go Allow non-admin users to delete review requests (#29057) 2024-02-24 12:38:43 +00:00
repo_list.go
repo_test.go
repo_unit_test.go
repo_unit.go Add merge style fast-forward-only (#28954) 2024-02-12 23:37:23 +01:00
repo.go Simplify how git repositories are opened (#28937) 2024-01-27 21:09:51 +01:00
search.go
star_test.go
star.go
topic_test.go
topic.go Fix non-alphabetic sorting of repo topics (#28938) 2024-01-26 14:15:57 +00:00
update.go Move some repository transfer functions to service layer (#28855) 2024-02-05 06:17:23 +00:00
upload.go
user_repo_test.go
user_repo.go Users with read permission of pull requests can be assigned too (#27263) 2024-02-24 14:14:48 +00:00
watch_test.go
watch.go
wiki_test.go
wiki.go