gitea/services/migrations
6543 a3f05d0d98
remove util.OptionalBool and related functions ()
and migrate affected code

_last refactoring bits to replace **util.OptionalBool** with
**optional.Option[bool]**_
..
codebase.go Replace `interface{}` with `any` ()
codebase_test.go Implement FSFE REUSE for golang files ()
common.go Adjust object format interface ()
dump.go Next round of `db.DefaultContext` refactor ()
error.go Bump google/go-github to v57 ()
git.go Implement FSFE REUSE for golang files ()
gitbucket.go Rewrite logger system ()
gitea_downloader.go Fix DownloadFunc when migrating releases ()
gitea_downloader_test.go Implement FSFE REUSE for golang files ()
gitea_uploader.go Move migration functions to services layer ()
gitea_uploader_test.go remove util.OptionalBool and related functions ()
github.go Bump google/go-github to v57 ()
github_test.go Implement FSFE REUSE for golang files ()
gitlab.go Include resource state events in Gitlab downloads ()
gitlab_test.go Properly migrate target branch change GitLab comment ()
gogs.go Rewrite logger system ()
gogs_test.go Implement FSFE REUSE for golang files ()
http_client.go Implement FSFE REUSE for golang files ()
main_test.go make writing main test easier ()
migrate.go Next round of `db.DefaultContext` refactor ()
migrate_test.go Implement FSFE REUSE for golang files ()
onedev.go Replace `interface{}` with `any` ()
onedev_test.go Implement FSFE REUSE for golang files ()
restore.go Implement FSFE REUSE for golang files ()
update.go Use db.Find instead of writing methods for every object ()