Documentation ¶
Index ¶
- func AddBranchProtectionCanPushAndEnableWhitelist(x *xorm.Engine) error
- func AddCanCreateOrgRepoColumnForTeam(x *xorm.Engine) error
- func AddCommentIDOnNotification(x *xorm.Engine) error
- func AddModeColumnToWatch(x *xorm.Engine) (err error)
- func AddTeamIncludesAllRepositories(x *xorm.Engine) error
- func AddTemplateToRepo(x *xorm.Engine) error
- func AddWhitelistDeployKeysToBranches(x *xorm.Engine) error
- func ChangeReviewContentToText(x *xorm.Engine) error
- func DropColumnHeadUserNameOnPullRequest(x *xorm.Engine) error
- func ExtendTrackedTimes(x *xorm.Engine) error
- func FeatureChangeTargetBranch(x *xorm.Engine) error
- func RemoveAttachmentMissedRepo(x *xorm.Engine) error
- func RemoveLabelUneededCols(x *xorm.Engine) error
- func RenameExistingUserAvatarName(x *xorm.Engine) error
- func SanitizeOriginalURL(x *xorm.Engine) error
- type RepoWatchMode
- type Watch
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddModeColumnToWatch ¶
func AddTemplateToRepo ¶
func ExtendTrackedTimes ¶
func RemoveLabelUneededCols ¶
func SanitizeOriginalURL ¶
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.
Click to show internal directories.
Click to hide internal directories.