/ampoule

git-based todo manager/bugtracker

Primary LanguageRuby

Updated: November 2, 2009 by Oleg Andreev

ABOUT

Ampoule is a minimal bug tracker based on Git.

To start, run ampoule executable inside any git repository. 
You will be asked for a repository URL if it could not be guessed from .git/config
Tasks are stored in a human-readable YAML format in a separate branch "ampoule-tasks". 
Your development history is never polluted with ampoule commits.

Features:
  open/close tasks, assign to people and set priorities
  comments for tasks
  file attachments
  offline work: tasks are stored in your project's repository
  autosync: updates are commited and pushed immediately, git pull is performed every 2-3 seconds

Requirements: 
  ruby 1.8.7+
  git 1.6.5.1+
  
Tested with:
  ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0]
  git 1.6.5.1
  Safari 4.0.3 on Mac OS X 10.6.0

Source code: git://github.com/oleganza/ampoule.git


MIT LICENSE

Copyright (c) 2009 Oleg Andreev <oleganza@gmail.com>

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.