Posted By: William Morgan
Date: 2008-04-11 16:59
Summary: ditz 0.2 Released
Project: ditz

ditz version 0.2 has been released!

Ditz is a simple, light-weight distributed issue tracker designed to work with
distributed version control systems like darcs and git. Ditz maintains an issue
database file on disk, written in a line-based and human-editable format. This
file is kept under version control, alongside project code. Changes in issue
state is handled by version control like code change: included as part of a
commit, merged with changes from other developers, conflict-resolved in the
standard manner, etc.

Ditz provides a simple, console-based interface for creating and updating the
issue database file, and some rudimentary HTML generation capabilities for
producing world-readable status pages. It offers no central public method of
bug submission.

Synopsis:

# set up project. creates the bugs.yaml file.
1. ditz init
2. ditz add-release

# add an issue
3. ditz add

# where am i?
4. ditz status
5. ditz todo

# do work
6. write code
7. ditz close <issue-id>
8. commit
9. goto 3

# finished!
10. ditz release <release-name>

Changes:

## 0.2 / 2008-04-11
* bugfix: store each issue in a separate file to avoid false conflicts
* added per-command help
* added 'log' command for recent activity
* added better exception handling---turn into pretty error messages
* added text-area commands like /edit, /reset, etc
* all times now stored in UTC
## 0.1.2 / 2008-04-04
* bugfix: add_reference very broken
## 0.1.1 / 2008-04-04
* bugfix: bugfix/feature question always returns feature
## 0.1 / 2008-04-02
* Initial release!

Latest News
TZInfo v1.0.0 and TZInfo::Data v1.2013.3 Released
    Philip Ross - 2013-06-02 17:12
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11

 

Forums | Admin

Discussion Forums: ditz-0.2-released

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post