forked from forgejo/forgejo
Add migration from GitBucket (#16767)
This PR adds [GitBucket](https://gitbucket.github.io/) as migration source. Supported: - Milestones - Issues - Pull Requests - Comments - Reviews - Labels There is no public usable instance so no integration tests added.
This commit is contained in:
parent
d2163df6a0
commit
42ea0023a3
8 changed files with 365 additions and 106 deletions
|
@ -35,6 +35,8 @@ func ToGitServiceType(value string) structs.GitServiceType {
|
|||
return structs.GogsService
|
||||
case "onedev":
|
||||
return structs.OneDevService
|
||||
case "gitbucket":
|
||||
return structs.GitBucketService
|
||||
default:
|
||||
return structs.PlainGitService
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue