This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/services/migrations
Lunny Xiao 1d8543e7db
Move some files into models' sub packages (#20262)
* Move some files into models' sub packages

* Move functions

* merge main branch

* Fix check

* fix check

* Fix some tests

* Fix lint

* Fix lint

* Revert lint changes

* Fix error comments

* Fix lint

Co-authored-by: 6543 <6543@obermui.de>
2022-08-25 10:31:57 +08:00
..
codebase.go
codebase_test.go Update go tool dependencies (#19676) 2022-05-10 23:55:54 +02:00
dump.go Double check CloneURL is acceptable (#20869) 2022-08-21 14:28:15 +01:00
error.go Prevent NPE whilst migrating if there is a team request review (#19855) 2022-06-09 10:50:05 +08:00
git.go
gitbucket.go
gitea_downloader.go Prevent NPE whilst migrating if there is a team request review (#19855) 2022-06-09 10:50:05 +08:00
gitea_downloader_test.go
gitea_uploader.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
gitea_uploader_test.go Move some files into models' sub packages (#20262) 2022-08-25 10:31:57 +08:00
github.go Prevent NPE whilst migrating if there is a team request review (#19855) 2022-06-09 10:50:05 +08:00
github_test.go
gitlab.go
gitlab_test.go Update go tool dependencies (#19676) 2022-05-10 23:55:54 +02:00
gogs.go
gogs_test.go
http_client.go
main_test.go
migrate.go Double check CloneURL is acceptable (#20869) 2022-08-21 14:28:15 +01:00
migrate_test.go Refactor AssertExistsAndLoadBean to use generics (#20797) 2022-08-16 10:22:25 +08:00
onedev.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
onedev_test.go Update go tool dependencies (#19676) 2022-05-10 23:55:54 +02:00
restore.go
update.go