commit

package
v0.0.0-...-9c90d3e Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleListBuilds

func HandleListBuilds(
	buildStore core.BuildStore,
	logger lumber.Logger) gin.HandlerFunc

HandleListBuilds lists the builds of a commit

func HandleListCommitsBuild

func HandleListCommitsBuild(
	commitStore core.GitCommitStore,
	logger lumber.Logger) gin.HandlerFunc

HandleListCommitsBuild lists the all the commits that are there in a particular build

func HandleListImpactedTests

func HandleListImpactedTests(
	commitStore core.GitCommitStore,
	logger lumber.Logger) gin.HandlerFunc

HandleListImpactedTests lists the impacted tests of a build details for a commit

func HandleListMeta

func HandleListMeta(
	commitStore core.GitCommitStore,
	logger lumber.Logger) gin.HandlerFunc

HandleListMeta lists the meta of all the commits of a repo

func HandleListTestsByCommit

func HandleListTestsByCommit(
	commitStore core.GitCommitStore,
	testExecutionStore core.TestExecutionStore,
	logger lumber.Logger) gin.HandlerFunc

HandleListTestsByCommit lists the impacted tests corresponds to a build for a particular commit

func HandleListUnimpactedTests

func HandleListUnimpactedTests(
	testStore core.TestStore,
	logger lumber.Logger) gin.HandlerFunc

HandleListUnimpactedTests lists the un-impacted tests for a particular build of that commit

func HandleLists

func HandleLists(
	commitStore core.GitCommitStore,
	logger lumber.Logger) gin.HandlerFunc

HandleLists lists the all the commits of a repo

Types

This section is empty.

Jump to

Keyboard shortcuts

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