Documentation ¶
Index ¶
- func HandleListBuilds(buildStore core.BuildStore, logger lumber.Logger) gin.HandlerFunc
- func HandleListCommitsBuild(commitStore core.GitCommitStore, logger lumber.Logger) gin.HandlerFunc
- func HandleListImpactedTests(commitStore core.GitCommitStore, logger lumber.Logger) gin.HandlerFunc
- func HandleListMeta(commitStore core.GitCommitStore, logger lumber.Logger) gin.HandlerFunc
- func HandleListTestsByCommit(commitStore core.GitCommitStore, testExecutionStore core.TestExecutionStore, ...) gin.HandlerFunc
- func HandleListUnimpactedTests(testStore core.TestStore, logger lumber.Logger) gin.HandlerFunc
- func HandleLists(commitStore core.GitCommitStore, logger lumber.Logger) gin.HandlerFunc
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 ¶
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.
Click to show internal directories.
Click to hide internal directories.