gitea

package
v12.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 29, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Detect

func Detect(originURL *giturl.Parts, hostingPlatform configdomain.HostingPlatform) bool

Detect indicates whether the current repository is hosted on a GitHub server.

func FilterPullRequests

func FilterPullRequests(pullRequests []*gitea.PullRequest, organization string, branch, target gitdomain.LocalBranchName) []*gitea.PullRequest

Types

type Connector

type Connector struct {
	hostingdomain.Config
	APIToken configdomain.GiteaToken
	// contains filtered or unexported fields
}

func NewConnector

func NewConnector(args NewConnectorArgs) (*Connector, error)

NewGiteaConfig provides Gitea configuration data if the current repo is hosted on Gitea, otherwise nil.

func (*Connector) DefaultProposalMessage

func (self *Connector) DefaultProposalMessage(proposal hostingdomain.Proposal) string

func (*Connector) FindProposal

func (self *Connector) FindProposal(branch, target gitdomain.LocalBranchName) (*hostingdomain.Proposal, error)

func (*Connector) NewProposalURL

func (self *Connector) NewProposalURL(branch, parentBranch gitdomain.LocalBranchName) (string, error)

func (*Connector) RepositoryURL

func (self *Connector) RepositoryURL() string

func (*Connector) SquashMergeProposal

func (self *Connector) SquashMergeProposal(number int, message string) error

func (*Connector) UpdateProposalTarget

func (self *Connector) UpdateProposalTarget(_ int, _ gitdomain.LocalBranchName) error

type NewConnectorArgs

type NewConnectorArgs struct {
	APIToken        configdomain.GiteaToken
	HostingPlatform configdomain.HostingPlatform
	Log             print.Logger
	OriginURL       *giturl.Parts
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL