githubapp

package
v0.0.524 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2020 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// GithubServer the default github server URL
	GithubServer = "https://github.com"
)

Variables

This section is empty.

Functions

func NewGitHubAppTideController

func NewGitHubAppTideController(githubAppSecretDir string, configAgent *config.Agent, mpClient metapipeline.Client, botName string, gitKind string, maxRecordsPerPool int, opener io.Opener, historyURI string, statusURI string) (tide.Controller, error)

NewGitHubAppTideController creates a GitHub App style controller which needs to process each github owner using a separate git provider client due to the way GitHub App tokens work

func NewTideController

func NewTideController(configAgent *config.Agent, botName string, gitKind string, gitToken string, serverURL string, maxRecordsPerPool int, opener io.Opener, historyURI string, statusURI string) (tide.Controller, error)

NewTideController creates a new controller; either regular or a GitHub App flavour depending on the $GITHUB_APP_SECRET_DIR environment variable

func SplitRepositories

func SplitRepositories(repos []string) map[string][]string

SplitRepositories splits the list of repositories into a map indexed by owner

func SplitTideQueries

func SplitTideQueries(queries config.TideQueries) map[string]config.TideQueries

SplitTideQueries splits the tide queries into a sequence of owner queries

Types

type OwnerQueries

type OwnerQueries struct {
	Owner   string
	Queries config.TideQueries
}

OwnerQueries separates tide queries by the owner

Jump to

Keyboard shortcuts

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