Best Bug Tracker on Zope platform ?

J

Jerrykhan

Hello,
who know the best Bug tracker system on a Python/Zope server ?
BugZilla is Perl oriented (beuh !!)
What about others ?
Is A python oriented BugZilla like exists ? or need I write it ?

On a zope one or behind an apache one.

Any ideas ?
Thanks ..

JerryKhan the foolish dracomorpheus.
 
?

=?ISO-8859-1?Q?Gerhard_H=E4ring?=

Jerrykhan said:
Hello,
who know the best Bug tracker system on a Python/Zope server ? [...]

Not ZOPE-based but written in Python: Roundup.

-- Gerhard
 
E

Eugene Morozov

Hello,
who know the best Bug tracker system on a Python/Zope server ?
BugZilla is Perl oriented (beuh !!)
What about others ?
Is A python oriented BugZilla like exists ? or need I write it ?

There're plenty of bug trackers for Zope. I personally
looked at these:

- IssueDealer (very simple)

- Tracker (very old, I made it run on Zope 2.7 but it has
too many other bugs to fix)

- CMFCollector

- CMFCollectorNG (very feature-rich but doesn't support
Cyrillic letters and I suppose that other non Latin-1
charsets, too)

- JTracker (very robust and really simple -- my
personal choice)
Eugene
 
N

Ng Pheng Siong

According to Eugene Morozov said:
- JTracker (very robust and really simple -- my
personal choice)

I just tried this one today.

In the "create an issue" form, I left out email, it demanded that I supply
one. I didn't notice it bounced me to a (semi?) blank form, so after I
supplied an email address, it demanded something else. I zapped it.

Downloaded Roundup after that and got it going. ZRoundup came up broken in
my Zope 2.6.1 though.
 
J

Jeffrey P Shell

(e-mail address removed) (Jerrykhan) wrote ...
Hello,
who know the best Bug tracker system on a Python/Zope server ?
BugZilla is Perl oriented (beuh !!)
What about others ?
Is A python oriented BugZilla like exists ? or need I write it ?

On a zope one or behind an apache one.

Any ideas ?
Thanks ..

BugZilla is very very heavy. It's really only applicable to very
large scale development (ie - across an enterprise, a company picky
about its progress, or very large open source projects).

If Zope is not an absolute requirement, I recommend Roundup. I used
to work with Zope corp, and still do all of my work on Zope, but we
went with Roundup for our internal bug tracking system. (We're still
hanging back on Roundup 0.5.8 or so, I haven't upgraded to 0.6). A
nice thing about Roundup is that all you need to run it is Python.
But it was the most feature complete application at the time we had to
deploy it. And for the most part, we're pretty happy with it.

I think there have been some changes to Roundup 0.6 to allow ZRoundup
to work again.

There's also Issue Dealer (this one seems actively supported, and is a
Zope product). I don't know if there's a free version or not:
http://www.nidelven-it.no/products/issue_dealer

I've written about issue trackers more than a few times on my weblog:

http://www.amber.org/mt/mt-search.cgi?IncludeBlogs=8&search=tracker

Most of the posts are pretty old by now, as we have settled on Roundup
for the time being. I'm keeping my eyes on the bug tracker being used
for Zope 3 development for possible future use:

http://www.zope3.org/tracker/

Mostly, I like its dependency tree:

http://www.zope3.org/tracker/1/@@dependencies.html

But I think it would be a fun system to play with and expand on. I'd
like to replace its dependencies system with a stronger relationship
system, and expand its security to filter out visibility for certain
tasks to certain customers while retaining a single issue database.
The problem I had when I used Zope based trackers was that it was too
easy to make custom trackers on a per project basis, making it
difficult to track "the big picture." This is more my fault than the
fault of the software though. But restricting visibility this way
made it easy to grant a customer access to a particular folder and to
a tracker inside of it, which ensured they wouldn't see (intentionally
or accidentally) data for other customers.

(We still don't have this in place with Roundup either)
 
J

James Kew

Jeffrey P Shell said:
(e-mail address removed) (Jerrykhan) wrote ...
I think there have been some changes to Roundup 0.6 to allow ZRoundup
to work again.

'Fraid not -- still broken in 0.6, although Richard has said he'd like to
see it working again.

Vanilla Roundup still rocks hard, though...

James
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top