Documentation ¶
Index ¶
- func DumpStoryChanges(writer io.Writer, groups []*StoryChangeGroup, tracker common.IssueTracker, ...) error
- type Change
- type StoryChangeGroup
- func GroupChangesByStoryId(changes []*Change) []*StoryChangeGroup
- func SortStoryChanges(groups []*StoryChangeGroup, stories []common.Story) []*StoryChangeGroup
- func StoryChanges(stories []common.Story) ([]*StoryChangeGroup, error)
- func StoryChangesFromCommits(commits []*git.Commit) ([]*StoryChangeGroup, error)
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 ¶
func GroupCommitsByChangeId ¶
type StoryChangeGroup ¶
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)
Click to show internal directories.
Click to hide internal directories.