Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Bug Tracking

    Gitissius 0.1.6

    Download button

    No screenshots available
    Downloads: 135  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Giorgos Logiotatidis | More programs
    GPL / FREE
    November 23rd, 2011, 22:30 GMT
    ROOT / Programming / Bug Tracking

     Read user reviews (0)  Refer to a friend  Subscribe

    Gitissius description

    Distributed bug tracking for Git

    GitIssius is an issue tracker integrated in your Git repository. In other words a distributed bug tracker.

    Why bother?

    Your code lives in your git repo. Your documentation lives in your git repo. Why aren’t your bugs in your git repo?

    Git provides a really great version control system. Unlike other systems though it does not provide any functionallality related to issue / bug tracking. You have to rely on 3rd party systems like Bugzilla or GitHub issue tracker to track your bugs.

    This is fundamentally wrong!

    -    Because you quit your programming enviroment to visit webpages to add / view bugs.
    -    Because the bugs are not stored in the same place as your code and / or documentation.
    -    Because you cannot edit / view your bugs offline.

    GitIssius comes in action

    GitIssius stores your bugs in the same repo where your code lives. It creates another branch named ‘gitissius’ which you don’t have to checkout ever. Provides a git command named ‘issius’ to control you issues.

    It was inspired by other distributed bug tracking systems like Fossil, BugsEverywhere and Ditz. Started as a fork of git-issues but then realized that I wanted a completelly different code base, so I wrote most things from scratch.

    Installation

        ~$ git clone http://github.com/glogiotatidis/gitissius
        ~$ cd gitissius && sudo python setup.py install

    Use

        After you finish GitIssius installation go to a git repository.

        ~$ cd /my/git/repo
        Start using GitIssius immediatelly!

        Add a new issue
            ~$ git issius new
        List issues
            ~$ git issius list
        List issues assigned to you
            ~$ git issius myissues
        Show an issue
            ~$ git issius show [issue id]
        Comment on an issues
            ~$ git issius comment [issue id]
        Close an issue
            ~$ git issius close [issue id]
        Push GitIssius changes
            ~$ git issius push
        Get help
            ~$ git issius help

    Tips and tricks

        Use ‘TAB’ for completion in fields.


    Product's homepage

    Here are some key features of "Gitissius":

    · Stores your issues along with your repo
    · No server required
    · Simple operation
    · Tab completion
    · Data is stored in JSON
    · Easilly Extensible
    · Python, no extra libraries required
    · Cross Platform

    Requirements:

    · Python

      


    TAGS:

    bug tracking | issue tracker | Git repository | Git | bug | tracking

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM