App-Git-Workflow
view release on metacpan or search on metacpan
1.0.5 2018-03-26
Updating for release of version 1.0.5
Adding YAML to dependencies (Ivan Wills)
Adding List::MoreUtils to dependencies (Ivan Wills)
Added missing branch-age files to default tests (Ivan Wills)
Fixing POD (Ivan Wills)
Added missing files to manifest (Ivan Wills)
Added ability to show output by branch and updated documentation (Ivan Wills)
Added ability to show recent by user (Ivan Wills)
Decided that recent could do it all (Ivan Wills)
Changing how recent chooses commits (Ivan Wills)
Sorted arguments (Ivan Wills)
Starting implementation (Ivan Wills)
Starting tests (Ivan Wills)
Fixing docs from copied files (Ivan Wills)
WIP recent-files and recent-users commands (Ivan Wills)
Creating helpers for editing commands (Ivan Wills)
New command to show the age of git branches (Ivan Wills)
1.0.4 2018-02-26
t/workflow.t view on Meta::CPAN
email => 'test@example.com',
files => {},
name => '3.0',
time => time,
}],
],
);
TODO:
for my $data (@data) {
local $TODO = 'Need to decide if this even needs to exits';
$git->mock_reset();
$git->mock_add(@{ $data->[0] });
$pom->{branches} = {};
$pom->{tags} = [];
my $ans = [$pom->match_commits(@{$data->[1]})];
is_deeply $ans, $data->[2], "Get the commits for $data->[1][0]"
or diag Dumper $ans, $data->[2];
}
}
( run in 0.316 second using v1.01-cache-2.11-cpan-de7293f3b23 )