Documentation ¶
Index ¶
- func AddActionTaskOutputTable(x *xorm.Engine) error
- func AddArchivedUnixToRepository(x *xorm.Engine) error
- func AddIsInternalColumnToPackage(x *xorm.Engine) error
- func AddNeedApprovalToActionRun(x *xorm.Engine) error
- func AddNewColumnForProject(x *xorm.Engine) error
- func AddVersionToActionRunner(x *xorm.Engine) error
- func ChangeContainerMetadataMultiArch(x *xorm.Engine) error
- func CreateActionArtifactTable(x *xorm.Engine) error
- func FixExternalTrackerAndExternalWikiAccessModeInOwnerAndAdminTeam(x *xorm.Engine) error
- func FixIncorrectAdminTeamUnitAccessMode(x *xorm.Engine) error
- func FixIncorrectOwnerTeamUnitAccessMode(x *xorm.Engine) error
- func FixIncorrectProjectType(x *xorm.Engine) error
- func ImproveActionTableIndices(x *xorm.Engine) error
- func RenameWebhookOrgToOwner(x *xorm.Engine) error
- type Action
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddNewColumnForProject ¶
func FixIncorrectProjectType ¶
FixIncorrectProjectType: set individual project's type from 3(TypeOrganization) to 1(TypeIndividual)
func RenameWebhookOrgToOwner ¶
Types ¶
type Action ¶
type Action struct { UserID int64 // Receiver user id. ActUserID int64 // Action user id. RepoID int64 IsDeleted bool `xorm:"NOT NULL DEFAULT false"` IsPrivate bool `xorm:"NOT NULL DEFAULT false"` CreatedUnix timeutil.TimeStamp `xorm:"created"` }
func (*Action) TableIndices ¶
TableIndices implements xorm's TableIndices interface
Click to show internal directories.
Click to hide internal directories.