Finished 1.0.0 of libpit. Other housekeeping performed as well.

Moved issue for the PIT project to top-level.
Created top-level versioning properties and project properties for pit-cli
This commit is contained in:
Jonathan Bernard
2010-02-13 21:30:31 -06:00
parent f3f30237b2
commit bb56b706f8
21 changed files with 116 additions and 56 deletions

4
issues/libpit/0001c5.rst Normal file
View File

@ -0,0 +1,4 @@
Show full issue text with -v, --verbose
=======================================
Print the full issue when passed the verbose option.

6
issues/libpit/0002f6.rst Normal file
View File

@ -0,0 +1,6 @@
Add the ability to change an issue's status
===========================================
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
other categories should also be supported.

4
issues/libpit/0003f6.rst Normal file
View File

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

2
issues/libpit/0004f7.rst Normal file
View File

@ -0,0 +1,2 @@
Add the ability to enter new issues
===================================

4
issues/libpit/0005t1.rst Normal file
View File

@ -0,0 +1,4 @@
Add unit tests for LIST operation
=================================
Add unit tests for listing issues with no filter.

4
issues/libpit/0006t1.rst Normal file
View File

@ -0,0 +1,4 @@
Add unit tests for the PRIORITY filter
======================================
Add unit tests covering the priority selection criteria of the filter.

4
issues/libpit/0007t1.rst Normal file
View File

@ -0,0 +1,4 @@
Add unit tests for the CATEGORIES filter
========================================
Add unit tests covering the categories filter criteria.

4
issues/libpit/0008t1.rst Normal file
View File

@ -0,0 +1,4 @@
Add unit tests for the PROJECTS filter
======================================
Add unit tests covering the projects filter criteria.

4
issues/libpit/0009t1.rst Normal file
View File

@ -0,0 +1,4 @@
Add unit tests for the RECURSE filter
=====================================
Add unit tests covering the subprojects filter criteria.

4
issues/libpit/0010t1.rst Normal file
View File

@ -0,0 +1,4 @@
Add unit tests for the VERBOSE option
=====================================
Add unit tests covering the verbose option

5
issues/libpit/0011t2.rst Normal file
View File

@ -0,0 +1,5 @@
Add Apache Ivy to the build process.
====================================
Add the neccesary structure to leverage an existing Ivy repository and to
generate artifacts for a local repository.