From 42ea0023a30fd6a0e2e2da1e32ece0a484c03a65 Mon Sep 17 00:00:00 2001 From: KN4CK3R Date: Sun, 14 Nov 2021 20:11:10 +0100 Subject: 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. --- modules/convert/utils.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/convert') diff --git a/modules/convert/utils.go b/modules/convert/utils.go index a0463d7b10..52fbcf547f 100644 --- a/modules/convert/utils.go +++ b/modules/convert/utils.go @@ -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 } -- cgit v1.2.3