Skip to content

Commit fb21747

Browse files
authored
Merge branch 'main' into fix/frontend-labels
2 parents 30b1da1 + b38f2d3 commit fb21747

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Dockerfile.rootless

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ RUN apk --no-cache add \
5252
git \
5353
curl \
5454
gnupg \
55+
openssh-keygen \
5556
&& rm -rf /var/cache/apk/*
5657

5758
RUN addgroup \

modules/structs/repo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ type MigrateRepoOptions struct {
359359
// required: true
360360
RepoName string `json:"repo_name" binding:"Required;AlphaDashDot;MaxSize(100)"`
361361

362-
// enum: git,github,gitea,gitlab,gogs,onedev,gitbucket,codebase
362+
// enum: git,github,gitea,gitlab,gogs,onedev,gitbucket,codebase,codecommit
363363
Service string `json:"service"`
364364
AuthUsername string `json:"auth_username"`
365365
AuthPassword string `json:"auth_password"`

templates/swagger/v1_json.tmpl

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)