forked from forgejo/forgejo
[FEAT] add Forgero Git Service
Signed-off-by: cassiozareck <cassiomilczareck@gmail.com> (cherry picked from commita878adfe62
) Adding description and Forgejo SVG (cherry picked from commit13738c0380
) Undo reordering and tmpl redirection (cherry picked from commit9ae51c46f4
) (cherry picked from commit70fffdc61d
) (cherry picked from commitc0ebfa9da3
) (cherry picked from commit9922c92787
) (cherry picked from commit00c0effbc7
) (cherry picked from commite4c9525b13
) (cherry picked from commit09d7b83211
) (cherry picked from commitbbcd5975c9
) (cherry picked from commit55c70a0e18
) (cherry picked from commit0a55a2f382
) (cherry picked from commitae6b468516
) (cherry picked from commit76adcdff43
) (cherry picked from commit2934f1c7d6
) (cherry picked from commit59871154e9
)
This commit is contained in:
parent
d2e1734394
commit
5ef52a873e
7 changed files with 29 additions and 1 deletions
|
@ -36,6 +36,8 @@ func ToGitServiceType(value string) structs.GitServiceType {
|
|||
return structs.OneDevService
|
||||
case "gitbucket":
|
||||
return structs.GitBucketService
|
||||
case "forgejo":
|
||||
return structs.ForgejoService
|
||||
default:
|
||||
return structs.PlainGitService
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue