forked from forgejo/forgejo
Migrate repository by organization
This commit is contained in:
parent
8644c571db
commit
32b09681b2
4 changed files with 72 additions and 15 deletions
|
@ -48,6 +48,7 @@ type MigrateRepoForm struct {
|
|||
Url string `form:"url" binding:"Url"`
|
||||
AuthUserName string `form:"auth_username"`
|
||||
AuthPasswd string `form:"auth_password"`
|
||||
Uid int64 `form:"uid" binding:"Required"`
|
||||
RepoName string `form:"repo" binding:"Required;AlphaDash;MaxSize(100)"`
|
||||
Mirror bool `form:"mirror"`
|
||||
Private bool `form:"private"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue