mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-20 09:12:04 +00:00
[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
)
This commit is contained in:
parent
879ffca697
commit
bbcd5975c9
7 changed files with 29 additions and 1 deletions
|
@ -28,6 +28,8 @@ func TestToGitServiceType(t *testing.T) {
|
|||
typ: "gitlab", enum: 4,
|
||||
}, {
|
||||
typ: "gogs", enum: 5,
|
||||
}, {
|
||||
typ: "forgejo", enum: 9,
|
||||
}, {
|
||||
typ: "trash", enum: 1,
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue