Documentation
¶
Index ¶
- func AddActionsConcurrency(x *xorm.Engine) error
- func AddDisplayTitleAndLicenseTypeToRepository(x *xorm.Engine) error
- func AddExternalUserFieldsToIssue(x *xorm.Engine) error
- func AddGiteaPagesTables(x *xorm.Engine) error
- func AddGroupHeaderToRepository(x *xorm.Engine) error
- func AddGroupHeaderToUser(x *xorm.Engine) error
- func AddIsGlobalToPackage(x *xorm.Engine) error
- func AddIsHomepagePinnedToUser(x *xorm.Engine) error
- func AddIsPrivateToPackage(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 AddExternalUserFieldsToIssue ¶ added in v3.1.43
AddExternalUserFieldsToIssue adds ExternalUserID and ExternalSource columns to the issue table These fields allow apps to track their own user IDs for issues submitted via the API
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 AddIsGlobalToPackage ¶ added in v3.1.37
AddIsGlobalToPackage adds is_global column to the package table
func AddIsHomepagePinnedToUser ¶
AddIsHomepagePinnedToUser adds is_homepage_pinned column to user table for organizations
func AddIsPrivateToPackage ¶ added in v3.1.55
AddIsPrivateToPackage adds IsPrivate column to the package table This allows packages to be marked as private, requiring authentication to access
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
- v335.go
- v336.go
- v337.go