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:
@ -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
|
||||
|
@ -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.
|
||||
==========================================
|
||||
|
@ -1,2 +1,4 @@
|
||||
Add the ability to enter new issues
|
||||
===================================
|
||||
|
||||
Implemented on 2010/02/17
|
@ -1,2 +1,4 @@
|
||||
Add unit tests for changing an issue's category.
|
||||
================================================
|
||||
|
||||
Test defined in test/com/jdbernard/pit/IssueTest.groovy
|
@ -1,2 +1,5 @@
|
||||
Add unit tests for changing an issue's priority.
|
||||
================================================
|
||||
|
||||
|
||||
Test defined in test/com/jdbernard/pit/IssueTest.groovy
|
@ -1,3 +1,4 @@
|
||||
Add unit tests covering Issue construction.
|
||||
===========================================
|
||||
|
||||
Test defined in test/com/jdbernard/pit/IssueTest.groovy
|
Reference in New Issue
Block a user