mirror of
https://github.com/go-gitea/gitea.git
synced 2024-09-01 14:56:30 +00:00
Remove WIP tags
Signed-off-by: Alex Lau(AvengerMoJo) <avengermojo@gmail.com>
This commit is contained in:
parent
20577738ab
commit
d2778302cf
@ -1,8 +1,6 @@
|
|||||||
// Copyright 2024 The Gitea Authors. All rights reserved.
|
// Copyright 2024 The Gitea Authors. All rights reserved.
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
// WIP RequireAction
|
|
||||||
|
|
||||||
package actions
|
package actions
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
// Copyright 2024 The Gitea Authors. All rights reserved.
|
// Copyright 2024 The Gitea Authors. All rights reserved.
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
// WIP RequireAction
|
|
||||||
|
|
||||||
package setting
|
package setting
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
// Copyright 2024 The Gitea Authors. All rights reserved.
|
// Copyright 2024 The Gitea Authors. All rights reserved.
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
// WIP RequireAction
|
|
||||||
|
|
||||||
package setting
|
package setting
|
||||||
|
|
||||||
import (
|
import (
|
||||||
@ -17,7 +15,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// let start with org WIP
|
|
||||||
tplOrgRequireAction base.TplName = "org/settings/actions"
|
tplOrgRequireAction base.TplName = "org/settings/actions"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
// Copyright 2024 The Gitea Authors. All rights reserved.
|
// Copyright 2024 The Gitea Authors. All rights reserved.
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
// WIP RequireAction
|
|
||||||
|
|
||||||
package actions
|
package actions
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -458,7 +458,6 @@ func registerRoutes(m *web.Router) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// WIP RequireAction
|
|
||||||
addSettingsRequireActionRoutes := func() {
|
addSettingsRequireActionRoutes := func() {
|
||||||
m.Group("/require_action", func() {
|
m.Group("/require_action", func() {
|
||||||
m.Get("", repo_setting.RequireAction)
|
m.Get("", repo_setting.RequireAction)
|
||||||
|
@ -340,7 +340,6 @@ type EditVariableForm struct {
|
|||||||
Data string `binding:"Required;MaxSize(65535)"`
|
Data string `binding:"Required;MaxSize(65535)"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// WIP RequireAction create form
|
|
||||||
type RequireActionForm struct {
|
type RequireActionForm struct {
|
||||||
RepoName string `binding:"Required;MaxSize(255)"`
|
RepoName string `binding:"Required;MaxSize(255)"`
|
||||||
WorkflowName string `binding:"Required;MaxSize(255)"`
|
WorkflowName string `binding:"Required;MaxSize(255)"`
|
||||||
|
Loading…
Reference in New Issue
Block a user