v1_11

package
v1.26.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2026 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddBranchProtectionCanPushAndEnableWhitelist

func AddBranchProtectionCanPushAndEnableWhitelist(x db.EngineMigration) error

func AddCanCreateOrgRepoColumnForTeam

func AddCanCreateOrgRepoColumnForTeam(x db.EngineMigration) error

func AddCommentIDOnNotification

func AddCommentIDOnNotification(x db.EngineMigration) error

func AddModeColumnToWatch

func AddModeColumnToWatch(x db.EngineMigration) error

func AddTeamIncludesAllRepositories

func AddTeamIncludesAllRepositories(x db.EngineMigration) error

func AddTemplateToRepo

func AddTemplateToRepo(x db.EngineMigration) error

func AddWhitelistDeployKeysToBranches

func AddWhitelistDeployKeysToBranches(x db.EngineMigration) error

func ChangeReviewContentToText

func ChangeReviewContentToText(x db.EngineMigration) error

func DropColumnHeadUserNameOnPullRequest

func DropColumnHeadUserNameOnPullRequest(x db.EngineMigration) error

func ExtendTrackedTimes

func ExtendTrackedTimes(x db.EngineMigration) error

func FeatureChangeTargetBranch

func FeatureChangeTargetBranch(x db.EngineMigration) error

func RemoveAttachmentMissedRepo

func RemoveAttachmentMissedRepo(x db.EngineMigration) error

func RemoveLabelUneededCols

func RemoveLabelUneededCols(x db.EngineMigration) error

func RenameExistingUserAvatarName

func RenameExistingUserAvatarName(x db.EngineMigration) error

func SanitizeOriginalURL

func SanitizeOriginalURL(x db.EngineMigration) error

Types

type RepoWatchMode

type RepoWatchMode int8

RepoWatchMode specifies what kind of watch the user has on a repository

type Watch

type Watch struct {
	ID   int64         `xorm:"pk autoincr"`
	Mode RepoWatchMode `xorm:"SMALLINT NOT NULL DEFAULT 1"`
}

Watch is connection request for receiving repository notification.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL