Coder Social home page Coder Social logo

gitissius's Introduction

GitIssius

About

GitIssius is an issue tracker intergrated 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 functionality 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.

Features

  • 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
  • Create and edit bugs offline
  • Distributed

Installation

PyPI (recommended)

~$ sudo pip install gitissius

Bleeding Edge

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

Use

  1. After you finish GitIssius installation go to a git repository.

    ~$ cd /my/git/repo

  2. Start using GitIssius immediatelly!
    • Add a new issue
      • ~$ git issius new
    • List issues
      • ~$ git issius list
    • List issues assigned to you
      • ~$ git issius myissues
    • List issues sorted
      • ~$ git issius list –sort=status
      • ~$ git issius list –sort=assigned_to
    • List issues assigned to ‘[email protected]’, sort by status
    • *List issues assigned everyone but ‘[email protected]’*
    • List all issues but new or assigned
      • ~$ git issius list –all –filter=status__not:new,status__not:assigned
    • 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.
  • Install ‘colorama’ package for colors
  • Sorting and Filtering actions can refer to the following fields: assigned_to, created_on, updated_to, reported_from, status, id, title
  • Filtering supports ‘__not’, ‘__exact’ and ‘__startswith’ on text properties.

Community

  • Bug Tracking: GitIssius eats its own food. So to report bugs please use gitissius ;)
  • Tweet at @glogiotatidis

Future

A companion web service comes soon! Write down http://www.gitissius.org

gitissius's People

Contributors

glogiotatidis avatar jinxcat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.