changes

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2016 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DumpStoryChanges

func DumpStoryChanges(
	writer io.Writer,
	groups []*StoryChangeGroup,
	tracker common.IssueTracker,
	porcelain bool,
) error

DumpStoryChanges writes a nicely formatted output to the io.Writer passed in.

In case the porcelain argument is true, the output is printed in a more machine-friendly way.

Types

type Change

type Change struct {
	StoryIdTag  string
	ChangeIdTag string
	Commits     []*git.Commit
}

func GroupCommitsByChangeId

func GroupCommitsByChangeId(commits []*git.Commit) []*Change

type StoryChangeGroup

type StoryChangeGroup struct {
	StoryIdTag string
	Changes    []*Change
}

func GroupChangesByStoryId

func GroupChangesByStoryId(changes []*Change) []*StoryChangeGroup

func SortStoryChanges

func SortStoryChanges(groups []*StoryChangeGroup, stories []common.Story) []*StoryChangeGroup

func StoryChanges

func StoryChanges(stories []common.Story) ([]*StoryChangeGroup, error)

StoryChanges returns the list of changes grouped by Story-Id.

func StoryChangesFromCommits added in v0.5.0

func StoryChangesFromCommits(commits []*git.Commit) ([]*StoryChangeGroup, error)

Jump to

Keyboard shortcuts

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