Best Bug Tracker on Zope platform ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jerrykhan

    Best Bug Tracker on Zope platform ?

    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.
  • F. GEIGER

    #2
    Re: Best Bug Tracker on Zope platform ?

    Have a look at Roundup!

    Regards
    Franz GEIGER


    "Jerrykhan" <jerome.vacher@ gehis.fr> schrieb im Newsbeitrag
    news:62f2814b.0 309300355.6091d d84@posting.goo gle.com...[color=blue]
    > 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.[/color]


    Comment

    • Gerhard Häring

      #3
      Re: Best Bug Tracker on Zope platform ?

      Jerrykhan wrote:[color=blue]
      > Hello,
      > who know the best Bug tracker system on a Python/Zope server ? [...][/color]

      Not ZOPE-based but written in Python: Roundup.

      -- Gerhard

      Comment

      • Eugene Morozov

        #4
        Re: Best Bug Tracker on Zope platform ?

        jerome.vacher@g ehis.fr (Jerrykhan) writes:
        [color=blue]
        > 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 ?[/color]

        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

        --
        Email: <jmv at online.ru>

        Comment

        • Ng Pheng Siong

          #5
          Re: Best Bug Tracker on Zope platform ?

          According to Eugene Morozov <kaede.news@onl ine.ru>:[color=blue]
          > - JTracker (very robust and really simple -- my
          > personal choice)[/color]

          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.


          --
          Ng Pheng Siong <ngps@netmemeti c.com>

          http://firewall.rulemaker.net -+- Manage Your Firewall Rulebase Changes
          http://sandbox.rulemaker.net/ngps -+- Open Source Python Crypto & SSL

          Comment

          • Jeffrey P Shell

            #6
            Re: Best Bug Tracker on Zope platform ?

            jerome.vacher@g ehis.fr (Jerrykhan) wrote ...[color=blue]
            > 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 ..[/color]

            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:


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



            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:



            Mostly, I like its dependency tree:



            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)

            --
            Jeffrey P Shell
            weblog: http://toulouse.amber.org/
            aud : http://euc.cx/

            Comment

            Working...