github

package
v0.32.0 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Clone

func Clone(dir string, opts CloneOptions) error

func EnsureInstalledAndAuthenticated

func EnsureInstalledAndAuthenticated() error

func GetCommitsGitHubAuthors

func GetCommitsGitHubAuthors(project *v1alpha1.Project, defaultOrganization, fromTag, toTag string) (map[string]string, error)

Types

type CloneOptions

type CloneOptions struct {
	RepoURL string
	OutDir  string
}

type PullRequestProvider

type PullRequestProvider struct {
	// contains filtered or unexported fields
}

func NewPullRequestProvider

func NewPullRequestProvider(dir string) *PullRequestProvider

func (*PullRequestProvider) Create

func (p *PullRequestProvider) Create(params pr.CreateParams) (string, error)

func (*PullRequestProvider) CreateInteractively

func (p *PullRequestProvider) CreateInteractively(branch string) error

func (*PullRequestProvider) EnsureInstalledAndAuthenticated

func (p *PullRequestProvider) EnsureInstalledAndAuthenticated() error

func (*PullRequestProvider) Exists

func (p *PullRequestProvider) Exists(branch string) (bool, error)

func (*PullRequestProvider) GetBranchesPromotingToEnvironment

func (p *PullRequestProvider) GetBranchesPromotingToEnvironment(env string) ([]string, error)

func (*PullRequestProvider) GetPromotionEnvironment

func (p *PullRequestProvider) GetPromotionEnvironment(branch string) (string, error)

func (*PullRequestProvider) SetPromotionEnvironment

func (p *PullRequestProvider) SetPromotionEnvironment(branch string, env string) error

Jump to

Keyboard shortcuts

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