Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the state of distributed bug tracking? [closed]

Some years ago, there was some activity here on SO regarding distributed bug tracking systems:

  • Distributed ProjectManagement/Bug Tracking
  • Distributed Revision Control, Wiki, and Bug-Tracking all in one

Some systems are existing which seem more or less active:

  • Fossil (looks quite mature, especially because it has got a graphical UI but brings in it's own version control system and I don't want to switch away from Git)
  • BugsEverywhere (seems active but lacks graphical UI except it's Tortoise integration BEurtle)
  • some others listed here (VCS agnostic and specific ones)

I'm wondering: what's the current state of distributed bug tracking? Is it still in some kind of hackers-only phase (which makes it hardly usable for the average GUI-loving developer) or am I missing something?

Also, while I find this topic very interesting since it integrates perfectly with distributed version control systems, it seems that most projects started some time ago are dead in the meanwhile. Is my impression true? Why is there no activity in this field?

like image 577
eckes Avatar asked Dec 11 '12 10:12

eckes


People also ask

What is tracking bug How can they affect security?

Bug tracking often referred to as defect tracking, is the process by which bugs and errors are logged and monitored during a software testing pipeline. Since most modern websites and apps are designed with multiple layers of HTML, CSS, and JavaScript, it is safe to assume that the code will encounter numerous errors.

Why is bug tracking important?

Bug tracking is important for every product to maintain quality, to save time and money. Selecting a right bug tracking tool can help you improve software quality assurance. A bug tracking system assures that detected bugs are fixed. It helps to remove flaws in the product by controlling the work of each team member.

What is bug tracking in software testing?

Bug tracking is the process of logging and monitoring bugs or errors during software testing. It is also referred to as defect tracking or issue tracking. Large systems may have hundreds or thousands of defects. Each needs to be evaluated, monitored and prioritized for debugging.


1 Answers

I have been very interesting of this topic as well, but unfortunately it seems to have been a real let-down.

Ditz was in my opinion one of the most promising projects, but it does not seem to have had much activity since 2008.

I remember there was a lot of hype in blog posts years ago, and an equal number of projects, but for some reason all of them seem to have died/stagnated.

I believe part of the problem is that most open source projects are using third party hosting sites, and there hasn't yet been a good enough distributed issue tracker that would also provide an interface that could be integrated easily with such hosting sites.

This is certainly a much-neglected segment in the open source world, waiting for the killer-project that could raise the critical mass of interest...

like image 146
user1338062 Avatar answered Oct 17 '22 17:10

user1338062