git

package
v0.6.11 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2025 License: MPL-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CommitDelimiter      string = "@sha256:"
	PullRequestReference string = "pull/([0-9]+)/head"
	SubPathDelimiter     string = "@subpath:"
)

Variables

This section is empty.

Functions

func CloneRepository added in v0.5.0

func CloneRepository(ctx context.Context, gitInfo *GitInfo, targetDir string, gitOpts GitCommandOptions, helper string, cloner Cloner, log log.Logger) error

func CloneRepositoryWithEnv added in v0.5.9

func CloneRepositoryWithEnv(ctx context.Context, gitInfo *GitInfo, extraEnv []string, targetDir string, gitOpts GitCommandOptions, helper string, cloner Cloner, log log.Logger) error

func CommandContext

func CommandContext(ctx context.Context, opts GitCommandOptions, args ...string) *exec.Cmd

func GetBranchNameForPR added in v0.4.0

func GetBranchNameForPR(ref string) string

func GetIDForPR added in v0.5.22

func GetIDForPR(ref string) string

func InstallBinary added in v0.5.20

func InstallBinary(log log.Logger) error

func NormalizeRepository added in v0.2.0

func NormalizeRepository(str string) (string, string, string, string, string)

func PingRepository added in v0.2.0

func PingRepository(str string) bool

Types

type CloneStrategy added in v0.5.7

type CloneStrategy string
const (
	FullCloneStrategy     CloneStrategy = ""
	BloblessCloneStrategy CloneStrategy = "blobless"
	TreelessCloneStrategy CloneStrategy = "treeless"
	ShallowCloneStrategy  CloneStrategy = "shallow"
	BareCloneStrategy     CloneStrategy = "bare"
)

func (*CloneStrategy) Set added in v0.5.7

func (s *CloneStrategy) Set(v string) error

func (*CloneStrategy) String added in v0.5.7

func (s *CloneStrategy) String() string

func (*CloneStrategy) Type added in v0.5.7

func (s *CloneStrategy) Type() string

type Cloner added in v0.5.7

type Cloner interface {
	Clone(ctx context.Context, repository string, targetDir string, gitOpts GitCommandOptions, extraArgs, extraEnv []string, log log.Logger) error
}

func NewCloner added in v0.5.7

func NewCloner(strategy CloneStrategy) Cloner

func NewClonerWithOpts added in v0.6.6

func NewClonerWithOpts(options ...Option) Cloner

type GitCommandOptions added in v0.6.11

type GitCommandOptions struct {
	StrictHostKeyChecking bool
}

type GitInfo added in v0.5.0

type GitInfo struct {
	Repository string
	Branch     string
	Commit     string
	PR         string
	SubPath    string
}

func NewGitInfo added in v0.5.0

func NewGitInfo(repository, branch, commit, pr, subpath string) *GitInfo

func NormalizeRepositoryGitInfo added in v0.5.0

func NormalizeRepositoryGitInfo(str string) *GitInfo

type Option added in v0.6.6

type Option func(*cloner)

func WithCloneStrategy added in v0.6.6

func WithCloneStrategy(strategy CloneStrategy) Option

func WithRecursiveSubmodules added in v0.6.6

func WithRecursiveSubmodules() Option

Jump to

Keyboard shortcuts

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