Documentation
¶
Index ¶
- func AddBranchProtectionCanPushAndEnableWhitelist(x db.EngineMigration) error
- func AddCanCreateOrgRepoColumnForTeam(x db.EngineMigration) error
- func AddCommentIDOnNotification(x db.EngineMigration) error
- func AddModeColumnToWatch(x db.EngineMigration) error
- func AddTeamIncludesAllRepositories(x db.EngineMigration) error
- func AddTemplateToRepo(x db.EngineMigration) error
- func AddWhitelistDeployKeysToBranches(x db.EngineMigration) error
- func ChangeReviewContentToText(x db.EngineMigration) error
- func DropColumnHeadUserNameOnPullRequest(x db.EngineMigration) error
- func ExtendTrackedTimes(x db.EngineMigration) error
- func FeatureChangeTargetBranch(x db.EngineMigration) error
- func RemoveAttachmentMissedRepo(x db.EngineMigration) error
- func RemoveLabelUneededCols(x db.EngineMigration) error
- func RenameExistingUserAvatarName(x db.EngineMigration) error
- func SanitizeOriginalURL(x db.EngineMigration) error
- type RepoWatchMode
- type Watch
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.
Click to show internal directories.
Click to hide internal directories.