Documentation
¶
Index ¶
- func AddActionsConcurrency(x *xorm.Engine) error
- func AddDisplayTitleAndLicenseTypeToRepository(x *xorm.Engine) error
- func AddGiteaPagesTables(x *xorm.Engine) error
- func AddGroupHeaderToRepository(x *xorm.Engine) error
- func AddGroupHeaderToUser(x *xorm.Engine) error
- func AddIsHomepagePinnedToUser(x *xorm.Engine) error
- func AddOrgPinnedTables(x *xorm.Engine) error
- func AddReleaseArchiveColumns(x *xorm.Engine) error
- func AddRunnerCapabilitiesColumn(x *xorm.Engine) error
- func AddUploadSessionTable(x *xorm.Engine) error
- func AddWikiIndexTable(x *xorm.Engine) error
- func FixClosedMilestoneCompleteness(x *xorm.Engine) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddDisplayTitleAndLicenseTypeToRepository ¶
AddDisplayTitleAndLicenseTypeToRepository adds display_title and license_type columns to the repository table
func AddGiteaPagesTables ¶
AddGiteaPagesTables adds the pages_domain and pages_config tables for Gitea Pages
func AddGroupHeaderToRepository ¶
AddGroupHeaderToRepository adds group_header column to the repository table
func AddGroupHeaderToUser ¶
AddGroupHeaderToUser adds group_header column to the user table for organization grouping
func AddIsHomepagePinnedToUser ¶
AddIsHomepagePinnedToUser adds is_homepage_pinned column to user table for organizations
func AddOrgPinnedTables ¶
AddOrgPinnedTables adds the org_pinned_group and org_pinned_repo tables for organization profile pinned repositories feature
func AddReleaseArchiveColumns ¶
AddReleaseArchiveColumns adds IsArchived and ArchivedUnix columns to the release table
func AddRunnerCapabilitiesColumn ¶
AddRunnerCapabilitiesColumn adds CapabilitiesJSON column to action_runner table
func AddUploadSessionTable ¶
AddUploadSessionTable adds the upload_session table for chunked uploads
func AddWikiIndexTable ¶
AddWikiIndexTable adds the wiki_index table for full-text search
Types ¶
This section is empty.
Source Files
¶
- v323.go
- v324.go
- v325.go
- v326.go
- v327.go
- v328.go
- v329.go
- v330.go
- v331.go
- v332.go
- v333.go
- v334.go