mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 16:55:16 +00:00
[DEADCODE] update deadcode-out
(cherry picked from commitff0554a184
) (cherry picked from commite9901814be
) (cherry picked from commit9ff7c41d53
) (cherry picked from commit9601dee4a3
) [DEADCODE] update deadcode-out (squash) update (cherry picked from commitaef379c5f5
)
This commit is contained in:
parent
74972ae17f
commit
75473ea87a
|
@ -17,17 +17,15 @@ package "code.gitea.io/gitea/models"
|
|||
func GetYamlFixturesAccess
|
||||
|
||||
package "code.gitea.io/gitea/models/actions"
|
||||
func ListUploadedArtifactsByRunID
|
||||
func CountRunJobs
|
||||
func (ScheduleList).GetUserIDs
|
||||
func (ScheduleList).GetRepoIDs
|
||||
func (ScheduleList).LoadTriggerUser
|
||||
func (ScheduleList).LoadRepos
|
||||
func FindSchedules
|
||||
func CountSpecs
|
||||
func GetVariableByID
|
||||
|
||||
package "code.gitea.io/gitea/models/asymkey"
|
||||
func (ErrGPGKeyAccessDenied).Error
|
||||
func (ErrGPGKeyAccessDenied).Unwrap
|
||||
func HasDeployKey
|
||||
|
||||
package "code.gitea.io/gitea/models/auth"
|
||||
|
@ -39,8 +37,7 @@ package "code.gitea.io/gitea/models/db"
|
|||
func TruncateBeans
|
||||
func InTransaction
|
||||
func DumpTables
|
||||
func Count
|
||||
func FindAndCount
|
||||
func IsErrConditionRequired
|
||||
|
||||
package "code.gitea.io/gitea/models/dbfs"
|
||||
func (*file).renameTo
|
||||
|
@ -52,10 +49,6 @@ package "code.gitea.io/gitea/models/forgejo/semver"
|
|||
func SetVersionString
|
||||
func SetVersion
|
||||
|
||||
package "code.gitea.io/gitea/models/forgejo_migrations"
|
||||
func GetCurrentDBVersion
|
||||
func EnsureUpToDate
|
||||
|
||||
package "code.gitea.io/gitea/models/git"
|
||||
func RemoveDeletedBranchByID
|
||||
|
||||
|
@ -67,8 +60,6 @@ package "code.gitea.io/gitea/models/issues"
|
|||
func GetRepoIDsForIssuesOptions
|
||||
func GetLabelIDsInOrgByNames
|
||||
func ChangeMilestoneStatus
|
||||
func GetMilestonesByRepoIDs
|
||||
func CountMilestonesByRepoCond
|
||||
func GetMilestonesStatsByRepoCond
|
||||
func IsErrErrPullRequestHeadRepoMissing
|
||||
func (ErrPullRequestHeadRepoMissing).Error
|
||||
|
@ -106,6 +97,8 @@ package "code.gitea.io/gitea/models/repo"
|
|||
func (*releaseSorter).Less
|
||||
func (*releaseSorter).Swap
|
||||
func SortReleases
|
||||
func FindReposMapByIDs
|
||||
func RepositoryListOfMap
|
||||
func (SearchOrderBy).String
|
||||
func IsErrTopicNotExist
|
||||
func (ErrTopicNotExist).Error
|
||||
|
@ -186,7 +179,6 @@ package "code.gitea.io/gitea/modules/cache"
|
|||
package "code.gitea.io/gitea/modules/charset"
|
||||
func (*BreakWriter).Write
|
||||
func ToUTF8
|
||||
func EscapeControlString
|
||||
|
||||
package "code.gitea.io/gitea/modules/context"
|
||||
func GetPrivateContext
|
||||
|
@ -207,6 +199,7 @@ package "code.gitea.io/gitea/modules/git"
|
|||
func (ErrExecTimeout).Error
|
||||
func (ErrUnsupportedVersion).Error
|
||||
func SetUpdateHook
|
||||
func EmptyObjectID
|
||||
func openRepositoryWithDefaultContext
|
||||
func GetBranchCommitID
|
||||
func IsTagExist
|
||||
|
@ -219,7 +212,6 @@ package "code.gitea.io/gitea/modules/gitgraph"
|
|||
|
||||
package "code.gitea.io/gitea/modules/graceful"
|
||||
func (*Manager).TerminateContext
|
||||
func (*Manager).IsTerminate
|
||||
func (*Manager).Err
|
||||
func (*Manager).Value
|
||||
func (*Manager).Deadline
|
||||
|
@ -317,6 +309,9 @@ package "code.gitea.io/gitea/modules/translation"
|
|||
func (MockLocale).TrN
|
||||
func (MockLocale).PrettyNumber
|
||||
|
||||
package "code.gitea.io/gitea/modules/util"
|
||||
func UnsafeStringToBytes
|
||||
|
||||
package "code.gitea.io/gitea/modules/util/filebuffer"
|
||||
func CreateFromReader
|
||||
|
||||
|
|
Loading…
Reference in a new issue