0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-20 13:35:48 +01:00
gitea/services/migrations
wxiaoguang 9f87b60b46
Fix cli command restore-repo: "units" should be parsed as StringSlice (#19953)
* Fix cli command restore-repo: "units" should be parsed as StringSlice because after  #15790 it's read by c.StringSlice("units").  Before, the "units" were processed by strings.Split
* Add checking for invalid unit names

Co-authored-by: 6543 <6543@obermui.de>
2022-06-15 20:28:03 +08:00
..
codebase_test.go
codebase.go
dump.go Fix cli command restore-repo: "units" should be parsed as StringSlice (#19953) 2022-06-15 20:28:03 +08: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_test.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_uploader_test.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
gitea_uploader.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
github_test.go
github.go Prevent NPE whilst migrating if there is a team request review (#19855) 2022-06-09 10:50:05 +08:00
gitlab_test.go
gitlab.go
gogs_test.go
gogs.go
http_client.go
main_test.go
migrate_test.go
migrate.go Unify repo settings & show better error (#19828) 2022-06-12 13:43:27 +08:00
onedev_test.go
onedev.go
restore.go
update.go