forgejo/models/repo
6543 e2371743d5
remove util.OptionalBool and related functions (#29513)
and migrate affected code

_last refactoring bits to replace **util.OptionalBool** with
**optional.Option[bool]**_

(cherry picked from commit a3f05d0d98408bb47333b19f505b21afcefa9e7c)

Conflicts:
	services/repository/branch.go
	trivial context conflict
2024-03-06 12:10:46 +08:00
..
archiver.go
attachment.go
attachment_test.go
avatar.go
collaboration.go
collaboration_test.go
fork.go
fork_test.go
git.go
issue.go
language_stats.go
main_test.go
mirror.go
pushmirror.go
pushmirror_test.go
redirect.go
redirect_test.go
release.go Refactor some Str2html code (#29397) 2024-03-06 12:10:44 +08:00
release_test.go
repo.go remove util.OptionalBool and related functions (#29513) 2024-03-06 12:10:46 +08:00
repo_flags.go
repo_flags_test.go
repo_indexer.go
repo_list.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 2024-03-06 12:10:44 +08:00
repo_list_test.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 2024-03-06 12:10:44 +08:00
repo_test.go remove util.OptionalBool and related functions (#29513) 2024-03-06 12:10:46 +08:00
repo_unit.go
repo_unit_test.go
search.go
star.go
star_test.go
topic.go
topic_test.go
update.go
upload.go
user_repo.go Users with read permission of pull requests can be assigned too (#27263) 2024-02-26 22:30:27 +01:00
user_repo_test.go
watch.go
watch_test.go
wiki.go
wiki_test.go