Finished libpit 1.1.0. Added change operations (priority, category, etc)

Began unit testing of libpit.
Made most of the changes to pit-cli needed to incorporate the new libpit
features.
This commit is contained in:
Jonathan Bernard
2010-02-18 11:02:20 -06:00
parent cfed10c3ed
commit 4035f366f3
33 changed files with 425 additions and 112 deletions

View File

@ -1,5 +1,5 @@
Add the ability to change an issue's status
===========================================
Add the ability to change an issue's category
=============================================
The -l/--list options lists issues, add a set of options to reclassify
an issue from one category to another. The most common is CLOSED, but

View File

@ -1,4 +1,2 @@
Add the ability to re-prioritize a set of issues
================================================
Add a mode that changes the priority of a selection of issues.
Add the ability to re-prioritize an issue.
==========================================

View File

@ -1,2 +1,4 @@
Add the ability to enter new issues
===================================
Implemented on 2010/02/17

View File

@ -1,2 +1,4 @@
Add unit tests for changing an issue's category.
================================================
Test defined in test/com/jdbernard/pit/IssueTest.groovy

View File

@ -1,2 +1,5 @@
Add unit tests for changing an issue's priority.
================================================
Test defined in test/com/jdbernard/pit/IssueTest.groovy

View File

@ -1,3 +1,4 @@
Add unit tests covering Issue construction.
===========================================
Test defined in test/com/jdbernard/pit/IssueTest.groovy