GithubHelp home page GithubHelp logo

kalkin / be Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 7 MB

A bugtracker built on distributed version control.

Home Page: https://bugs-everywhere.readthedocs.io/en/latest/

License: Other

Makefile 0.31% Python 94.94% CSS 0.79% HTML 1.36% Shell 2.59%
distributed-issue-tracker git darcs bzr monotone arch mercurial

be's Introduction

Bugs Everywhere

build status Doc Build Status scrutinizer-ci.com scrutinizer-ci.com

This is Bugs Everywhere (BE), a bugtracker built on distributed version control. It works with Bazaar, Darcs, Git and Mercurial at the moment, but is easily extendable. It can also function with no VCS at all.

The idea is to package the bug information with the source code, so that bugs can be marked "fixed" in the branches that fix them. So, instead of numbers, bugs have globally unique ids.

Getting BE

BE is available as a Git repository:

$ git clone https://github.com/kalkin/be.git be

See the documentation for details. If you clone the Git repo, you'll need to run:

$ make

to build some auto-generated files (e.g. libbe/_version.py), and:

$ make install

to install BE. By default BE will install into your home directory, but you can tweak the INSTALL_OPTIONS variable in Makefile to install to another location.

Getting started

To get started, you must set the bugtracker root. Typically, you will want to set the bug root to your project root, so that Bugs Everywhere works in any part of your project tree.:

$ be init -r $PROJECT_ROOT

To create bugs, use be new $DESCRIPTION. To comment on bugs, you can can use be comment $BUG_ID. To close a bug, use be close $BUG_ID or be status $BUG_ID fixed. For more commands, see be help. You can also look at the usage examples in test_usage.sh.

Documentation

If be help isn't scratching your itch, the full documentation is available in the doc directory as reStructuredText . You can build the full documentation with Sphinx , convert single files with docutils , or browse through the doc directory by hand. doc/index.txt is a good place to start. If you do use Sphinx, you'll need to install numpydoc for automatically generating API documentation. See the ``NumPy/SciPy documentation guide``_ for an introduction to the syntax.

be's People

Contributors

aaiyer avatar cjb avatar dieterbe avatar eric-s-raymond avatar ibasurto avatar infiltrator avatar jelmer avatar kalkin avatar kowey avatar lehmannro avatar marienz avatar matclab avatar mcepl avatar mgian avatar michel-slm avatar nbigaouette avatar pravi avatar pschumm avatar realdadfish avatar rvk avatar sjl avatar smattr avatar tgerigk avatar thomashabets avatar tlevine avatar wking avatar

Watchers

 avatar  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.